public class

OrgContactServiceGetOrgContact

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

Class Overview

Extracts a particular Organization Contact 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 OrgContactService_GetOrgContact complex type.

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

 <complexType name="OrgContactService_GetOrgContact">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="orgContactID" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="orgContactOrigSys" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="orgContactOrigSysRef" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BigDecimal orgContactID
protected String orgContactOrigSys
protected String orgContactOrigSysRef
Public Constructors
OrgContactServiceGetOrgContact()
Public Methods
BigDecimal getOrgContactID()
Gets the value of the orgContactID property.
String getOrgContactOrigSys()
Gets the value of the orgContactOrigSys property.
String getOrgContactOrigSysRef()
Gets the value of the orgContactOrigSysRef property.
void setOrgContactID(BigDecimal value)
Sets the value of the orgContactID property.
void setOrgContactOrigSys(String value)
Sets the value of the orgContactOrigSys property.
void setOrgContactOrigSysRef(String value)
Sets the value of the orgContactOrigSysRef property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected BigDecimal orgContactID

protected String orgContactOrigSys

protected String orgContactOrigSysRef

Public Constructors

public OrgContactServiceGetOrgContact ()

Public Methods

public BigDecimal getOrgContactID ()

Gets the value of the orgContactID property.

Returns
  • possible object is BigDecimal

public String getOrgContactOrigSys ()

Gets the value of the orgContactOrigSys property.

Returns
  • possible object is String

public String getOrgContactOrigSysRef ()

Gets the value of the orgContactOrigSysRef property.

Returns
  • possible object is String

public void setOrgContactID (BigDecimal value)

Sets the value of the orgContactID property.

Parameters
value Allowed object is BigDecimal

public void setOrgContactOrigSys (String value)

Sets the value of the orgContactOrigSys property.

Parameters
value Allowed object is String

public void setOrgContactOrigSysRef (String value)

Sets the value of the orgContactOrigSysRef property.

Parameters
value Allowed object is String