public class

PersonCustomerServiceGetPersonCustomer

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

Class Overview

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

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

 <complexType name="PersonCustomerService_GetPersonCustomer">
   <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
PersonCustomerServiceGetPersonCustomer()
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 PersonCustomerServiceGetPersonCustomer ()

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