public class

PhoneServiceRoot

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

Class Overview

Java class for PhoneServiceRoot complex type.

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

 <complexType name="PhoneServiceRoot">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/svc}DataObject">
       <sequence>
         <element name="Phones" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}Phone" maxOccurs="unbounded" minOccurs="0"/>
         <element name="OrigSysRef" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}OrigSysRef" maxOccurs="unbounded" minOccurs="0"/>
         <element name="SvcDynamicAttributeGroupDescriptions" type="{http://xmlns.oracle.com/svc/dag}DynamicAttributeGroupDescription" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<OrigSysRef> origSysRef
protected List<Phone> phones
protected List<DynamicAttributeGroupDescription> svcDynamicAttributeGroupDescriptions
Public Constructors
PhoneServiceRoot()
Public Methods
List<OrigSysRef> getOrigSysRef()
Gets the value of the origSysRef property.
List<Phone> getPhones()
Gets the value of the phones property.
List<DynamicAttributeGroupDescription> getSvcDynamicAttributeGroupDescriptions()
Gets the value of the svcDynamicAttributeGroupDescriptions property.
void setOrigSysRef(List<OrigSysRef> origSysRef)
Sets the value of the origSysRef property.
void setPhones(List<Phone> phones)
Sets the value of the phones property.
void setSvcDynamicAttributeGroupDescriptions(List<DynamicAttributeGroupDescription> svcDynamicAttributeGroupDescriptions)
Sets the value of the svcDynamicAttributeGroupDescriptions property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected List<OrigSysRef> origSysRef

protected List<Phone> phones

protected List<DynamicAttributeGroupDescription> svcDynamicAttributeGroupDescriptions

Public Constructors

public PhoneServiceRoot ()

Public Methods

public List<OrigSysRef> getOrigSysRef ()

Gets the value of the origSysRef 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 origSysRef property.

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

    getOrigSysRef().add(newItem);
 

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

public List<Phone> getPhones ()

Gets the value of the phones 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 phones property.

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

    getPhones().add(newItem);
 

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

public List<DynamicAttributeGroupDescription> getSvcDynamicAttributeGroupDescriptions ()

Gets the value of the svcDynamicAttributeGroupDescriptions 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 svcDynamicAttributeGroupDescriptions property.

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

    getSvcDynamicAttributeGroupDescriptions().add(newItem);
 

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

public void setOrigSysRef (List<OrigSysRef> origSysRef)

Sets the value of the origSysRef property.

Parameters
origSysRef Allowed object is OrigSysRef

public void setPhones (List<Phone> phones)

Sets the value of the phones property.

Parameters
phones Allowed object is Phone

public void setSvcDynamicAttributeGroupDescriptions (List<DynamicAttributeGroupDescription> svcDynamicAttributeGroupDescriptions)

Sets the value of the svcDynamicAttributeGroupDescriptions property.

Parameters
svcDynamicAttributeGroupDescriptions Allowed object is DynamicAttributeGroupDescription