public class

OrganizationServiceGetOrganization

extends AbstractDataObject
java.lang.Object
   ↳ org.mule.modules.oracle.model.AbstractDataObject
     ↳ com.oracle.xmlns.apps.ar.hz.service.party.OrganizationServiceGetOrganization

Class Overview

Extracts a particular Organization business object from TCA. You pass the object's identification information to the operation, and it returns the identified business object as it exists in TCA.

Java class for OrganizationService_GetOrganization complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="OrganizationService_GetOrganization">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="orgID" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="orgOrigSys" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="orgOrigSysRef" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BigDecimal orgID
protected String orgOrigSys
protected String orgOrigSysRef
Public Constructors
OrganizationServiceGetOrganization()
Public Methods
BigDecimal getOrgID()
Gets the value of the orgID property.
String getOrgOrigSys()
Gets the value of the orgOrigSys property.
String getOrgOrigSysRef()
Gets the value of the orgOrigSysRef property.
void setOrgID(BigDecimal value)
Sets the value of the orgID property.
void setOrgOrigSys(String value)
Sets the value of the orgOrigSys property.
void setOrgOrigSysRef(String value)
Sets the value of the orgOrigSysRef property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected BigDecimal orgID

protected String orgOrigSys

protected String orgOrigSysRef

Public Constructors

public OrganizationServiceGetOrganization ()

Public Methods

public BigDecimal getOrgID ()

Gets the value of the orgID property.

Returns
  • possible object is BigDecimal

public String getOrgOrigSys ()

Gets the value of the orgOrigSys property.

Returns
  • possible object is String

public String getOrgOrigSysRef ()

Gets the value of the orgOrigSysRef property.

Returns
  • possible object is String

public void setOrgID (BigDecimal value)

Sets the value of the orgID property.

Parameters
value Allowed object is BigDecimal

public void setOrgOrigSys (String value)

Sets the value of the orgOrigSys property.

Parameters
value Allowed object is String

public void setOrgOrigSysRef (String value)

Sets the value of the orgOrigSysRef property.

Parameters
value Allowed object is String