public class

TCASvcRetObj

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

Class Overview

Common Return Data Object

Java class for TCASvcRetObj complex type.

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

 <complexType name="TCASvcRetObj">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/svc}DataObject">
       <sequence>
         <element name="ObjectId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="ObjectOrigSys" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ObjectOrigSysReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ParentId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="ParentOrigSys" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ParentOrigSysReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ParentObjectType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BigDecimal objectId
protected String objectOrigSys
protected String objectOrigSysReference
protected BigDecimal parentId
protected String parentObjectType
protected String parentOrigSys
protected String parentOrigSysReference
Public Constructors
TCASvcRetObj()
Public Methods
BigDecimal getObjectId()
Gets the value of the objectId property.
String getObjectOrigSys()
Gets the value of the objectOrigSys property.
String getObjectOrigSysReference()
Gets the value of the objectOrigSysReference property.
BigDecimal getParentId()
Gets the value of the parentId property.
String getParentObjectType()
Gets the value of the parentObjectType property.
String getParentOrigSys()
Gets the value of the parentOrigSys property.
String getParentOrigSysReference()
Gets the value of the parentOrigSysReference property.
void setObjectId(BigDecimal value)
Sets the value of the objectId property.
void setObjectOrigSys(String value)
Sets the value of the objectOrigSys property.
void setObjectOrigSysReference(String value)
Sets the value of the objectOrigSysReference property.
void setParentId(BigDecimal value)
Sets the value of the parentId property.
void setParentObjectType(String value)
Sets the value of the parentObjectType property.
void setParentOrigSys(String value)
Sets the value of the parentOrigSys property.
void setParentOrigSysReference(String value)
Sets the value of the parentOrigSysReference property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected BigDecimal objectId

protected String objectOrigSys

protected String objectOrigSysReference

protected BigDecimal parentId

protected String parentObjectType

protected String parentOrigSys

protected String parentOrigSysReference

Public Constructors

public TCASvcRetObj ()

Public Methods

public BigDecimal getObjectId ()

Gets the value of the objectId property.

Returns
  • possible object is BigDecimal

public String getObjectOrigSys ()

Gets the value of the objectOrigSys property.

Returns
  • possible object is String

public String getObjectOrigSysReference ()

Gets the value of the objectOrigSysReference property.

Returns
  • possible object is String

public BigDecimal getParentId ()

Gets the value of the parentId property.

Returns
  • possible object is BigDecimal

public String getParentObjectType ()

Gets the value of the parentObjectType property.

Returns
  • possible object is String

public String getParentOrigSys ()

Gets the value of the parentOrigSys property.

Returns
  • possible object is String

public String getParentOrigSysReference ()

Gets the value of the parentOrigSysReference property.

Returns
  • possible object is String

public void setObjectId (BigDecimal value)

Sets the value of the objectId property.

Parameters
value Allowed object is BigDecimal

public void setObjectOrigSys (String value)

Sets the value of the objectOrigSys property.

Parameters
value Allowed object is String

public void setObjectOrigSysReference (String value)

Sets the value of the objectOrigSysReference property.

Parameters
value Allowed object is String

public void setParentId (BigDecimal value)

Sets the value of the parentId property.

Parameters
value Allowed object is BigDecimal

public void setParentObjectType (String value)

Sets the value of the parentObjectType property.

Parameters
value Allowed object is String

public void setParentOrigSys (String value)

Sets the value of the parentOrigSys property.

Parameters
value Allowed object is String

public void setParentOrigSysReference (String value)

Sets the value of the parentOrigSysReference property.

Parameters
value Allowed object is String