public class

Phone

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

Class Overview

Phone Contact Point Data Object

Java class for Phone complex type.

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

 <complexType name="Phone">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/svc}DataObject">
       <sequence>
         <element name="ActionType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PhoneId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="OrigSystem" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OrigSystemReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ParentObjectType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ParentObjectId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="PrimaryFlag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ContactPointPurpose" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PrimaryByPurpose" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ProgramUpdateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="CreatedByModule" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreatedByName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="LastUpdateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="LastUpdatedByName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ActualContentSource" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PhoneCallingCalendar" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="LastContactDtTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="TimezoneId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="PhoneAreaCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PhoneCountryCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PhoneNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PhoneExtension" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PhoneLineType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="RawPhoneNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DynamicAttributeGroups" type="{http://xmlns.oracle.com/svc/dag}DynamicAttributeGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element name="CommonObjId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ContactPrefObjs" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}ContactPreference" maxOccurs="unbounded" minOccurs="0"/>
         <element name="OrigSysObjs" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}OrigSysRef" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String actionType
protected String actualContentSource
protected String commonObjId
protected String contactPointPurpose
protected List<ContactPreference> contactPrefObjs
protected String createdByModule
protected String createdByName
protected Calendar creationDate
protected List<DynamicAttributeGroup> dynamicAttributeGroups
protected Calendar lastContactDtTime
protected Calendar lastUpdateDate
protected String lastUpdatedByName
protected List<OrigSysRef> origSysObjs
protected String origSystem
protected String origSystemReference
protected BigDecimal parentObjectId
protected String parentObjectType
protected String phoneAreaCode
protected String phoneCallingCalendar
protected String phoneCountryCode
protected String phoneExtension
protected BigDecimal phoneId
protected String phoneLineType
protected String phoneNumber
protected String primaryByPurpose
protected String primaryFlag
protected Calendar programUpdateDate
protected String rawPhoneNumber
protected String status
protected BigDecimal timezoneId
Public Constructors
Phone()
Public Methods
String getActionType()
Gets the value of the actionType property.
String getActualContentSource()
Gets the value of the actualContentSource property.
String getCommonObjId()
Gets the value of the commonObjId property.
String getContactPointPurpose()
Gets the value of the contactPointPurpose property.
List<ContactPreference> getContactPrefObjs()
Gets the value of the contactPrefObjs property.
String getCreatedByModule()
Gets the value of the createdByModule property.
String getCreatedByName()
Gets the value of the createdByName property.
Calendar getCreationDate()
Gets the value of the creationDate property.
List<DynamicAttributeGroup> getDynamicAttributeGroups()
Gets the value of the dynamicAttributeGroups property.
Calendar getLastContactDtTime()
Gets the value of the lastContactDtTime property.
Calendar getLastUpdateDate()
Gets the value of the lastUpdateDate property.
String getLastUpdatedByName()
Gets the value of the lastUpdatedByName property.
List<OrigSysRef> getOrigSysObjs()
Gets the value of the origSysObjs property.
String getOrigSystem()
Gets the value of the origSystem property.
String getOrigSystemReference()
Gets the value of the origSystemReference property.
BigDecimal getParentObjectId()
Gets the value of the parentObjectId property.
String getParentObjectType()
Gets the value of the parentObjectType property.
String getPhoneAreaCode()
Gets the value of the phoneAreaCode property.
String getPhoneCallingCalendar()
Gets the value of the phoneCallingCalendar property.
String getPhoneCountryCode()
Gets the value of the phoneCountryCode property.
String getPhoneExtension()
Gets the value of the phoneExtension property.
BigDecimal getPhoneId()
Gets the value of the phoneId property.
String getPhoneLineType()
Gets the value of the phoneLineType property.
String getPhoneNumber()
Gets the value of the phoneNumber property.
String getPrimaryByPurpose()
Gets the value of the primaryByPurpose property.
String getPrimaryFlag()
Gets the value of the primaryFlag property.
Calendar getProgramUpdateDate()
Gets the value of the programUpdateDate property.
String getRawPhoneNumber()
Gets the value of the rawPhoneNumber property.
String getStatus()
Gets the value of the status property.
BigDecimal getTimezoneId()
Gets the value of the timezoneId property.
void setActionType(String value)
Sets the value of the actionType property.
void setActualContentSource(String value)
Sets the value of the actualContentSource property.
void setCommonObjId(String value)
Sets the value of the commonObjId property.
void setContactPointPurpose(String value)
Sets the value of the contactPointPurpose property.
void setContactPrefObjs(List<ContactPreference> contactPrefObjs)
Sets the value of the contactPrefObjs property.
void setCreatedByModule(String value)
Sets the value of the createdByModule property.
void setCreatedByName(String value)
Sets the value of the createdByName property.
void setCreationDate(Calendar value)
Sets the value of the creationDate property.
void setDynamicAttributeGroups(List<DynamicAttributeGroup> dynamicAttributeGroups)
Sets the value of the dynamicAttributeGroups property.
void setLastContactDtTime(Calendar value)
Sets the value of the lastContactDtTime property.
void setLastUpdateDate(Calendar value)
Sets the value of the lastUpdateDate property.
void setLastUpdatedByName(String value)
Sets the value of the lastUpdatedByName property.
void setOrigSysObjs(List<OrigSysRef> origSysObjs)
Sets the value of the origSysObjs property.
void setOrigSystem(String value)
Sets the value of the origSystem property.
void setOrigSystemReference(String value)
Sets the value of the origSystemReference property.
void setParentObjectId(BigDecimal value)
Sets the value of the parentObjectId property.
void setParentObjectType(String value)
Sets the value of the parentObjectType property.
void setPhoneAreaCode(String value)
Sets the value of the phoneAreaCode property.
void setPhoneCallingCalendar(String value)
Sets the value of the phoneCallingCalendar property.
void setPhoneCountryCode(String value)
Sets the value of the phoneCountryCode property.
void setPhoneExtension(String value)
Sets the value of the phoneExtension property.
void setPhoneId(BigDecimal value)
Sets the value of the phoneId property.
void setPhoneLineType(String value)
Sets the value of the phoneLineType property.
void setPhoneNumber(String value)
Sets the value of the phoneNumber property.
void setPrimaryByPurpose(String value)
Sets the value of the primaryByPurpose property.
void setPrimaryFlag(String value)
Sets the value of the primaryFlag property.
void setProgramUpdateDate(Calendar value)
Sets the value of the programUpdateDate property.
void setRawPhoneNumber(String value)
Sets the value of the rawPhoneNumber property.
void setStatus(String value)
Sets the value of the status property.
void setTimezoneId(BigDecimal value)
Sets the value of the timezoneId property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected String actionType

protected String actualContentSource

protected String commonObjId

protected String contactPointPurpose

protected List<ContactPreference> contactPrefObjs

protected String createdByModule

protected String createdByName

protected Calendar creationDate

protected List<DynamicAttributeGroup> dynamicAttributeGroups

protected Calendar lastContactDtTime

protected Calendar lastUpdateDate

protected String lastUpdatedByName

protected List<OrigSysRef> origSysObjs

protected String origSystem

protected String origSystemReference

protected BigDecimal parentObjectId

protected String parentObjectType

protected String phoneAreaCode

protected String phoneCallingCalendar

protected String phoneCountryCode

protected String phoneExtension

protected BigDecimal phoneId

protected String phoneLineType

protected String phoneNumber

protected String primaryByPurpose

protected String primaryFlag

protected Calendar programUpdateDate

protected String rawPhoneNumber

protected String status

protected BigDecimal timezoneId

Public Constructors

public Phone ()

Public Methods

public String getActionType ()

Gets the value of the actionType property.

Returns
  • possible object is String

public String getActualContentSource ()

Gets the value of the actualContentSource property.

Returns
  • possible object is String

public String getCommonObjId ()

Gets the value of the commonObjId property.

Returns
  • possible object is String

public String getContactPointPurpose ()

Gets the value of the contactPointPurpose property.

Returns
  • possible object is String

public List<ContactPreference> getContactPrefObjs ()

Gets the value of the contactPrefObjs property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the contactPrefObjs property.

For example, to add a new item, do as follows:

    getContactPrefObjs().add(newItem);
 

Objects of the following type(s) are allowed in the list ContactPreference

public String getCreatedByModule ()

Gets the value of the createdByModule property.

Returns
  • possible object is String

public String getCreatedByName ()

Gets the value of the createdByName property.

Returns
  • possible object is String

public Calendar getCreationDate ()

Gets the value of the creationDate property.

Returns
  • possible object is String

public List<DynamicAttributeGroup> getDynamicAttributeGroups ()

Gets the value of the dynamicAttributeGroups property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the dynamicAttributeGroups property.

For example, to add a new item, do as follows:

    getDynamicAttributeGroups().add(newItem);
 

Objects of the following type(s) are allowed in the list DynamicAttributeGroup

public Calendar getLastContactDtTime ()

Gets the value of the lastContactDtTime property.

Returns
  • possible object is String

public Calendar getLastUpdateDate ()

Gets the value of the lastUpdateDate property.

Returns
  • possible object is String

public String getLastUpdatedByName ()

Gets the value of the lastUpdatedByName property.

Returns
  • possible object is String

public List<OrigSysRef> getOrigSysObjs ()

Gets the value of the origSysObjs property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the origSysObjs property.

For example, to add a new item, do as follows:

    getOrigSysObjs().add(newItem);
 

Objects of the following type(s) are allowed in the list OrigSysRef

public String getOrigSystem ()

Gets the value of the origSystem property.

Returns
  • possible object is String

public String getOrigSystemReference ()

Gets the value of the origSystemReference property.

Returns
  • possible object is String

public BigDecimal getParentObjectId ()

Gets the value of the parentObjectId property.

Returns
  • possible object is BigDecimal

public String getParentObjectType ()

Gets the value of the parentObjectType property.

Returns
  • possible object is String

public String getPhoneAreaCode ()

Gets the value of the phoneAreaCode property.

Returns
  • possible object is String

public String getPhoneCallingCalendar ()

Gets the value of the phoneCallingCalendar property.

Returns
  • possible object is String

public String getPhoneCountryCode ()

Gets the value of the phoneCountryCode property.

Returns
  • possible object is String

public String getPhoneExtension ()

Gets the value of the phoneExtension property.

Returns
  • possible object is String

public BigDecimal getPhoneId ()

Gets the value of the phoneId property.

Returns
  • possible object is BigDecimal

public String getPhoneLineType ()

Gets the value of the phoneLineType property.

Returns
  • possible object is String

public String getPhoneNumber ()

Gets the value of the phoneNumber property.

Returns
  • possible object is String

public String getPrimaryByPurpose ()

Gets the value of the primaryByPurpose property.

Returns
  • possible object is String

public String getPrimaryFlag ()

Gets the value of the primaryFlag property.

Returns
  • possible object is String

public Calendar getProgramUpdateDate ()

Gets the value of the programUpdateDate property.

Returns
  • possible object is String

public String getRawPhoneNumber ()

Gets the value of the rawPhoneNumber property.

Returns
  • possible object is String

public String getStatus ()

Gets the value of the status property.

Returns
  • possible object is String

public BigDecimal getTimezoneId ()

Gets the value of the timezoneId property.

Returns
  • possible object is BigDecimal

public void setActionType (String value)

Sets the value of the actionType property.

Parameters
value Allowed object is String

public void setActualContentSource (String value)

Sets the value of the actualContentSource property.

Parameters
value Allowed object is String

public void setCommonObjId (String value)

Sets the value of the commonObjId property.

Parameters
value Allowed object is String

public void setContactPointPurpose (String value)

Sets the value of the contactPointPurpose property.

Parameters
value Allowed object is String

public void setContactPrefObjs (List<ContactPreference> contactPrefObjs)

Sets the value of the contactPrefObjs property.

Parameters
contactPrefObjs Allowed object is ContactPreference

public void setCreatedByModule (String value)

Sets the value of the createdByModule property.

Parameters
value Allowed object is String

public void setCreatedByName (String value)

Sets the value of the createdByName property.

Parameters
value Allowed object is String

public void setCreationDate (Calendar value)

Sets the value of the creationDate property.

Parameters
value Allowed object is String

public void setDynamicAttributeGroups (List<DynamicAttributeGroup> dynamicAttributeGroups)

Sets the value of the dynamicAttributeGroups property.

Parameters
dynamicAttributeGroups Allowed object is DynamicAttributeGroup

public void setLastContactDtTime (Calendar value)

Sets the value of the lastContactDtTime property.

Parameters
value Allowed object is String

public void setLastUpdateDate (Calendar value)

Sets the value of the lastUpdateDate property.

Parameters
value Allowed object is String

public void setLastUpdatedByName (String value)

Sets the value of the lastUpdatedByName property.

Parameters
value Allowed object is String

public void setOrigSysObjs (List<OrigSysRef> origSysObjs)

Sets the value of the origSysObjs property.

Parameters
origSysObjs Allowed object is OrigSysRef

public void setOrigSystem (String value)

Sets the value of the origSystem property.

Parameters
value Allowed object is String

public void setOrigSystemReference (String value)

Sets the value of the origSystemReference property.

Parameters
value Allowed object is String

public void setParentObjectId (BigDecimal value)

Sets the value of the parentObjectId 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 setPhoneAreaCode (String value)

Sets the value of the phoneAreaCode property.

Parameters
value Allowed object is String

public void setPhoneCallingCalendar (String value)

Sets the value of the phoneCallingCalendar property.

Parameters
value Allowed object is String

public void setPhoneCountryCode (String value)

Sets the value of the phoneCountryCode property.

Parameters
value Allowed object is String

public void setPhoneExtension (String value)

Sets the value of the phoneExtension property.

Parameters
value Allowed object is String

public void setPhoneId (BigDecimal value)

Sets the value of the phoneId property.

Parameters
value Allowed object is BigDecimal

public void setPhoneLineType (String value)

Sets the value of the phoneLineType property.

Parameters
value Allowed object is String

public void setPhoneNumber (String value)

Sets the value of the phoneNumber property.

Parameters
value Allowed object is String

public void setPrimaryByPurpose (String value)

Sets the value of the primaryByPurpose property.

Parameters
value Allowed object is String

public void setPrimaryFlag (String value)

Sets the value of the primaryFlag property.

Parameters
value Allowed object is String

public void setProgramUpdateDate (Calendar value)

Sets the value of the programUpdateDate property.

Parameters
value Allowed object is String

public void setRawPhoneNumber (String value)

Sets the value of the rawPhoneNumber property.

Parameters
value Allowed object is String

public void setStatus (String value)

Sets the value of the status property.

Parameters
value Allowed object is String

public void setTimezoneId (BigDecimal value)

Sets the value of the timezoneId property.

Parameters
value Allowed object is BigDecimal