public class

PhoneServiceGetPhone

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

Class Overview

Extracts a particular Phone 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 PhoneService_GetPhone complex type.

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

 <complexType name="PhoneService_GetPhone">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="phoneID" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="phoneOrigSys" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="phoneOrigSysRef" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BigDecimal phoneID
protected String phoneOrigSys
protected String phoneOrigSysRef
Public Constructors
PhoneServiceGetPhone()
Public Methods
BigDecimal getPhoneID()
Gets the value of the phoneID property.
String getPhoneOrigSys()
Gets the value of the phoneOrigSys property.
String getPhoneOrigSysRef()
Gets the value of the phoneOrigSysRef property.
void setPhoneID(BigDecimal value)
Sets the value of the phoneID property.
void setPhoneOrigSys(String value)
Sets the value of the phoneOrigSys property.
void setPhoneOrigSysRef(String value)
Sets the value of the phoneOrigSysRef property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected BigDecimal phoneID

protected String phoneOrigSys

protected String phoneOrigSysRef

Public Constructors

public PhoneServiceGetPhone ()

Public Methods

public BigDecimal getPhoneID ()

Gets the value of the phoneID property.

Returns
  • possible object is BigDecimal

public String getPhoneOrigSys ()

Gets the value of the phoneOrigSys property.

Returns
  • possible object is String

public String getPhoneOrigSysRef ()

Gets the value of the phoneOrigSysRef property.

Returns
  • possible object is String

public void setPhoneID (BigDecimal value)

Sets the value of the phoneID property.

Parameters
value Allowed object is BigDecimal

public void setPhoneOrigSys (String value)

Sets the value of the phoneOrigSys property.

Parameters
value Allowed object is String

public void setPhoneOrigSysRef (String value)

Sets the value of the phoneOrigSysRef property.

Parameters
value Allowed object is String