public class

PersonServiceGetPerson

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

Class Overview

Extracts a particular Person 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 PersonService_GetPerson complex type.

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

 <complexType name="PersonService_GetPerson">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="personID" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="personOrigSys" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="personOrigSysRef" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BigDecimal personID
protected String personOrigSys
protected String personOrigSysRef
Public Constructors
PersonServiceGetPerson()
Public Methods
BigDecimal getPersonID()
Gets the value of the personID property.
String getPersonOrigSys()
Gets the value of the personOrigSys property.
String getPersonOrigSysRef()
Gets the value of the personOrigSysRef property.
void setPersonID(BigDecimal value)
Sets the value of the personID property.
void setPersonOrigSys(String value)
Sets the value of the personOrigSys property.
void setPersonOrigSysRef(String value)
Sets the value of the personOrigSysRef property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected BigDecimal personID

protected String personOrigSys

protected String personOrigSysRef

Public Constructors

public PersonServiceGetPerson ()

Public Methods

public BigDecimal getPersonID ()

Gets the value of the personID property.

Returns
  • possible object is BigDecimal

public String getPersonOrigSys ()

Gets the value of the personOrigSys property.

Returns
  • possible object is String

public String getPersonOrigSysRef ()

Gets the value of the personOrigSysRef property.

Returns
  • possible object is String

public void setPersonID (BigDecimal value)

Sets the value of the personID property.

Parameters
value Allowed object is BigDecimal

public void setPersonOrigSys (String value)

Sets the value of the personOrigSys property.

Parameters
value Allowed object is String

public void setPersonOrigSysRef (String value)

Sets the value of the personOrigSysRef property.

Parameters
value Allowed object is String