public class

PartySiteServiceGetPartySite

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

Class Overview

Extracts a particular Party Site 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 PartySiteService_GetPartySite complex type.

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

 <complexType name="PartySiteService_GetPartySite">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="partySiteID" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="partySiteOrigSys" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="partySiteOrigSysRef" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BigDecimal partySiteID
protected String partySiteOrigSys
protected String partySiteOrigSysRef
Public Constructors
PartySiteServiceGetPartySite()
Public Methods
BigDecimal getPartySiteID()
Gets the value of the partySiteID property.
String getPartySiteOrigSys()
Gets the value of the partySiteOrigSys property.
String getPartySiteOrigSysRef()
Gets the value of the partySiteOrigSysRef property.
void setPartySiteID(BigDecimal value)
Sets the value of the partySiteID property.
void setPartySiteOrigSys(String value)
Sets the value of the partySiteOrigSys property.
void setPartySiteOrigSysRef(String value)
Sets the value of the partySiteOrigSysRef property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected BigDecimal partySiteID

protected String partySiteOrigSys

protected String partySiteOrigSysRef

Public Constructors

public PartySiteServiceGetPartySite ()

Public Methods

public BigDecimal getPartySiteID ()

Gets the value of the partySiteID property.

Returns
  • possible object is BigDecimal

public String getPartySiteOrigSys ()

Gets the value of the partySiteOrigSys property.

Returns
  • possible object is String

public String getPartySiteOrigSysRef ()

Gets the value of the partySiteOrigSysRef property.

Returns
  • possible object is String

public void setPartySiteID (BigDecimal value)

Sets the value of the partySiteID property.

Parameters
value Allowed object is BigDecimal

public void setPartySiteOrigSys (String value)

Sets the value of the partySiteOrigSys property.

Parameters
value Allowed object is String

public void setPartySiteOrigSysRef (String value)

Sets the value of the partySiteOrigSysRef property.

Parameters
value Allowed object is String