public class

OrgContactServiceRoot

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

Class Overview

Java class for OrgContactServiceRoot complex type.

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

 <complexType name="OrgContactServiceRoot">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/svc}DataObject">
       <sequence>
         <element name="OrgContacts" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}OrgContact" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Emails" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}Email" maxOccurs="unbounded" minOccurs="0"/>
         <element name="OrigSysRefs" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}OrigSysRef" maxOccurs="unbounded" minOccurs="0"/>
         <element name="PartySites" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}PartySite" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Locations" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}Location" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Webs" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}Web" maxOccurs="unbounded" minOccurs="0"/>
         <element name="SMSs" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}SMS" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Phones" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}Phone" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Relationships" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}Relationship" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Telexs" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}Telex" 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<Email> emails
protected List<Location> locations
protected List<OrgContact> orgContacts
protected List<OrigSysRef> origSysRefs
protected List<PartySite> partySites
protected List<Phone> phones
protected List<Relationship> relationships
protected List<SMS> smSs
protected List<DynamicAttributeGroupDescription> svcDynamicAttributeGroupDescriptions
protected List<Telex> telexs
protected List<Web> webs
Public Constructors
OrgContactServiceRoot()
Public Methods
List<Email> getEmails()
Gets the value of the emails property.
List<Location> getLocations()
Gets the value of the locations property.
List<OrgContact> getOrgContacts()
Gets the value of the orgContacts property.
List<OrigSysRef> getOrigSysRefs()
Gets the value of the origSysRefs property.
List<PartySite> getPartySites()
Gets the value of the partySites property.
List<Phone> getPhones()
Gets the value of the phones property.
List<Relationship> getRelationships()
Gets the value of the relationships property.
List<SMS> getSMSs()
Gets the value of the smSs property.
List<DynamicAttributeGroupDescription> getSvcDynamicAttributeGroupDescriptions()
Gets the value of the svcDynamicAttributeGroupDescriptions property.
List<Telex> getTelexs()
Gets the value of the telexs property.
List<Web> getWebs()
Gets the value of the webs property.
void setEmails(List<Email> emails)
Sets the value of the emails property.
void setLocations(List<Location> locations)
Sets the value of the locations property.
void setOrgContacts(List<OrgContact> orgContacts)
Sets the value of the orgContacts property.
void setOrigSysRefs(List<OrigSysRef> origSysRefs)
Sets the value of the origSysRefs property.
void setPartySites(List<PartySite> partySites)
Sets the value of the partySites property.
void setPhones(List<Phone> phones)
Sets the value of the phones property.
void setRelationships(List<Relationship> relationships)
Sets the value of the relationships property.
void setSMSs(List<SMS> smSs)
Sets the value of the smSs property.
void setSvcDynamicAttributeGroupDescriptions(List<DynamicAttributeGroupDescription> svcDynamicAttributeGroupDescriptions)
Sets the value of the svcDynamicAttributeGroupDescriptions property.
void setTelexs(List<Telex> telexs)
Sets the value of the telexs property.
void setWebs(List<Web> webs)
Sets the value of the webs property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected List<Email> emails

protected List<Location> locations

protected List<OrgContact> orgContacts

protected List<OrigSysRef> origSysRefs

protected List<PartySite> partySites

protected List<Phone> phones

protected List<Relationship> relationships

protected List<SMS> smSs

protected List<DynamicAttributeGroupDescription> svcDynamicAttributeGroupDescriptions

protected List<Telex> telexs

protected List<Web> webs

Public Constructors

public OrgContactServiceRoot ()

Public Methods

public List<Email> getEmails ()

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

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

    getEmails().add(newItem);
 

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

public List<Location> getLocations ()

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

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

    getLocations().add(newItem);
 

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

public List<OrgContact> getOrgContacts ()

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

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

    getOrgContacts().add(newItem);
 

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

public List<OrigSysRef> getOrigSysRefs ()

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

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

    getOrigSysRefs().add(newItem);
 

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

public List<PartySite> getPartySites ()

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

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

    getPartySites().add(newItem);
 

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

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<Relationship> getRelationships ()

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

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

    getRelationships().add(newItem);
 

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

public List<SMS> getSMSs ()

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

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

    getSMSs().add(newItem);
 

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

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 List<Telex> getTelexs ()

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

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

    getTelexs().add(newItem);
 

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

public List<Web> getWebs ()

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

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

    getWebs().add(newItem);
 

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

public void setEmails (List<Email> emails)

Sets the value of the emails property.

Parameters
emails Allowed object is Email

public void setLocations (List<Location> locations)

Sets the value of the locations property.

Parameters
locations Allowed object is Location

public void setOrgContacts (List<OrgContact> orgContacts)

Sets the value of the orgContacts property.

Parameters
orgContacts Allowed object is OrgContact

public void setOrigSysRefs (List<OrigSysRef> origSysRefs)

Sets the value of the origSysRefs property.

Parameters
origSysRefs Allowed object is OrigSysRef

public void setPartySites (List<PartySite> partySites)

Sets the value of the partySites property.

Parameters
partySites Allowed object is PartySite

public void setPhones (List<Phone> phones)

Sets the value of the phones property.

Parameters
phones Allowed object is Phone

public void setRelationships (List<Relationship> relationships)

Sets the value of the relationships property.

Parameters
relationships Allowed object is Relationship

public void setSMSs (List<SMS> smSs)

Sets the value of the smSs property.

Parameters
smSs Allowed object is SMS

public void setSvcDynamicAttributeGroupDescriptions (List<DynamicAttributeGroupDescription> svcDynamicAttributeGroupDescriptions)

Sets the value of the svcDynamicAttributeGroupDescriptions property.

Parameters
svcDynamicAttributeGroupDescriptions Allowed object is DynamicAttributeGroupDescription

public void setTelexs (List<Telex> telexs)

Sets the value of the telexs property.

Parameters
telexs Allowed object is Telex

public void setWebs (List<Web> webs)

Sets the value of the webs property.

Parameters
webs Allowed object is Web