public class

PhoneServiceCreatePhone

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

Class Overview

Creates a Phone business object. You pass object data to the operation, packaged within an object type defined specifically for the business operation. In addition to the object's business object attributes, the object type also includes lower-level embedded child entities or objects that can be simultaneously created.

Java class for PhoneService_CreatePhone complex type.

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

 <complexType name="PhoneService_CreatePhone">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="phone" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}Phone" minOccurs="0"/>
         <element name="createdByModule" 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="parentOrigSysRef" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="parentObjType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="validateObjFlag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="objSource" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String createdByModule
protected String objSource
protected BigDecimal parentID
protected String parentObjType
protected String parentOrigSys
protected String parentOrigSysRef
protected Phone phone
protected String validateObjFlag
Public Constructors
PhoneServiceCreatePhone()
Public Methods
String getCreatedByModule()
Gets the value of the createdByModule property.
String getObjSource()
Gets the value of the objSource property.
BigDecimal getParentID()
Gets the value of the parentID property.
String getParentObjType()
Gets the value of the parentObjType property.
String getParentOrigSys()
Gets the value of the parentOrigSys property.
String getParentOrigSysRef()
Gets the value of the parentOrigSysRef property.
Phone getPhone()
Gets the value of the phone property.
String getValidateObjFlag()
Gets the value of the validateObjFlag property.
void setCreatedByModule(String value)
Sets the value of the createdByModule property.
void setObjSource(String value)
Sets the value of the objSource property.
void setParentID(BigDecimal value)
Sets the value of the parentID property.
void setParentObjType(String value)
Sets the value of the parentObjType property.
void setParentOrigSys(String value)
Sets the value of the parentOrigSys property.
void setParentOrigSysRef(String value)
Sets the value of the parentOrigSysRef property.
void setPhone(Phone value)
Sets the value of the phone property.
void setValidateObjFlag(String value)
Sets the value of the validateObjFlag property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected String createdByModule

protected String objSource

protected BigDecimal parentID

protected String parentObjType

protected String parentOrigSys

protected String parentOrigSysRef

protected Phone phone

protected String validateObjFlag

Public Constructors

public PhoneServiceCreatePhone ()

Public Methods

public String getCreatedByModule ()

Gets the value of the createdByModule property.

Returns
  • possible object is String

public String getObjSource ()

Gets the value of the objSource property.

Returns
  • possible object is String

public BigDecimal getParentID ()

Gets the value of the parentID property.

Returns
  • possible object is BigDecimal

public String getParentObjType ()

Gets the value of the parentObjType property.

Returns
  • possible object is String

public String getParentOrigSys ()

Gets the value of the parentOrigSys property.

Returns
  • possible object is String

public String getParentOrigSysRef ()

Gets the value of the parentOrigSysRef property.

Returns
  • possible object is String

public Phone getPhone ()

Gets the value of the phone property.

Returns
  • possible object is Phone

public String getValidateObjFlag ()

Gets the value of the validateObjFlag property.

Returns
  • possible object is String

public void setCreatedByModule (String value)

Sets the value of the createdByModule property.

Parameters
value Allowed object is String

public void setObjSource (String value)

Sets the value of the objSource 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 setParentObjType (String value)

Sets the value of the parentObjType 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 setParentOrigSysRef (String value)

Sets the value of the parentOrigSysRef property.

Parameters
value Allowed object is String

public void setPhone (Phone value)

Sets the value of the phone property.

Parameters
value Allowed object is Phone

public void setValidateObjFlag (String value)

Sets the value of the validateObjFlag property.

Parameters
value Allowed object is String