public class

PartySite

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

Class Overview

Party Site business object

Java class for PartySite complex type.

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

 <complexType name="PartySite">
   <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="PartySiteId" 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="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="PartySiteNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Mailstop" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="IdentifyingAddressFlag" 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="PartySiteName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Language" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Addressee" 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="GlobalLocationNumber" 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="EmailObjs" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}Email" maxOccurs="unbounded" minOccurs="0"/>
         <element name="LocationObj" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}Location" minOccurs="0"/>
         <element name="OrigSysObjs" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}OrigSysRef" maxOccurs="unbounded" minOccurs="0"/>
         <element name="PartySiteUseObjs" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}PartySiteUse" maxOccurs="unbounded" minOccurs="0"/>
         <element name="PhoneObjs" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}Phone" maxOccurs="unbounded" minOccurs="0"/>
         <element name="TelexObjs" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}Telex" maxOccurs="unbounded" minOccurs="0"/>
         <element name="WebObjs" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}Web" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String actionType
protected String actualContentSource
protected String addressee
protected String commonObjId
protected List<ContactPreference> contactPrefObjs
protected String createdByModule
protected String createdByName
protected Calendar creationDate
protected List<DynamicAttributeGroup> dynamicAttributeGroups
protected List<Email> emailObjs
protected String globalLocationNumber
protected String identifyingAddressFlag
protected String language
protected Calendar lastUpdateDate
protected String lastUpdatedByName
protected Location locationObj
protected String mailstop
protected List<OrigSysRef> origSysObjs
protected String origSystem
protected String origSystemReference
protected BigDecimal parentObjectId
protected String parentObjectType
protected BigDecimal partySiteId
protected String partySiteName
protected String partySiteNumber
protected List<PartySiteUse> partySiteUseObjs
protected List<Phone> phoneObjs
protected Calendar programUpdateDate
protected String status
protected List<Telex> telexObjs
protected List<Web> webObjs
Public Constructors
PartySite()
Public Methods
String getActionType()
Gets the value of the actionType property.
String getActualContentSource()
Gets the value of the actualContentSource property.
String getAddressee()
Gets the value of the addressee property.
String getCommonObjId()
Gets the value of the commonObjId 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.
List<Email> getEmailObjs()
Gets the value of the emailObjs property.
String getGlobalLocationNumber()
Gets the value of the globalLocationNumber property.
String getIdentifyingAddressFlag()
Gets the value of the identifyingAddressFlag property.
String getLanguage()
Gets the value of the language property.
Calendar getLastUpdateDate()
Gets the value of the lastUpdateDate property.
String getLastUpdatedByName()
Gets the value of the lastUpdatedByName property.
Location getLocationObj()
Gets the value of the locationObj property.
String getMailstop()
Gets the value of the mailstop 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.
BigDecimal getPartySiteId()
Gets the value of the partySiteId property.
String getPartySiteName()
Gets the value of the partySiteName property.
String getPartySiteNumber()
Gets the value of the partySiteNumber property.
List<PartySiteUse> getPartySiteUseObjs()
Gets the value of the partySiteUseObjs property.
List<Phone> getPhoneObjs()
Gets the value of the phoneObjs property.
Calendar getProgramUpdateDate()
Gets the value of the programUpdateDate property.
String getStatus()
Gets the value of the status property.
List<Telex> getTelexObjs()
Gets the value of the telexObjs property.
List<Web> getWebObjs()
Gets the value of the webObjs property.
void setActionType(String value)
Sets the value of the actionType property.
void setActualContentSource(String value)
Sets the value of the actualContentSource property.
void setAddressee(String value)
Sets the value of the addressee property.
void setCommonObjId(String value)
Sets the value of the commonObjId 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 setEmailObjs(List<Email> emailObjs)
Sets the value of the emailObjs property.
void setGlobalLocationNumber(String value)
Sets the value of the globalLocationNumber property.
void setIdentifyingAddressFlag(String value)
Sets the value of the identifyingAddressFlag property.
void setLanguage(String value)
Sets the value of the language property.
void setLastUpdateDate(Calendar value)
Sets the value of the lastUpdateDate property.
void setLastUpdatedByName(String value)
Sets the value of the lastUpdatedByName property.
void setLocationObj(Location value)
Sets the value of the locationObj property.
void setMailstop(String value)
Sets the value of the mailstop 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 setPartySiteId(BigDecimal value)
Sets the value of the partySiteId property.
void setPartySiteName(String value)
Sets the value of the partySiteName property.
void setPartySiteNumber(String value)
Sets the value of the partySiteNumber property.
void setPartySiteUseObjs(List<PartySiteUse> partySiteUseObjs)
Sets the value of the partySiteUseObjs property.
void setPhoneObjs(List<Phone> phoneObjs)
Sets the value of the phoneObjs property.
void setProgramUpdateDate(Calendar value)
Sets the value of the programUpdateDate property.
void setStatus(String value)
Sets the value of the status property.
void setTelexObjs(List<Telex> telexObjs)
Sets the value of the telexObjs property.
void setWebObjs(List<Web> webObjs)
Sets the value of the webObjs 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 addressee

protected String commonObjId

protected List<ContactPreference> contactPrefObjs

protected String createdByModule

protected String createdByName

protected Calendar creationDate

protected List<DynamicAttributeGroup> dynamicAttributeGroups

protected List<Email> emailObjs

protected String globalLocationNumber

protected String identifyingAddressFlag

protected String language

protected Calendar lastUpdateDate

protected String lastUpdatedByName

protected Location locationObj

protected String mailstop

protected List<OrigSysRef> origSysObjs

protected String origSystem

protected String origSystemReference

protected BigDecimal parentObjectId

protected String parentObjectType

protected BigDecimal partySiteId

protected String partySiteName

protected String partySiteNumber

protected List<PartySiteUse> partySiteUseObjs

protected List<Phone> phoneObjs

protected Calendar programUpdateDate

protected String status

protected List<Telex> telexObjs

protected List<Web> webObjs

Public Constructors

public PartySite ()

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 getAddressee ()

Gets the value of the addressee property.

Returns
  • possible object is String

public String getCommonObjId ()

Gets the value of the commonObjId 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 List<Email> getEmailObjs ()

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

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

    getEmailObjs().add(newItem);
 

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

public String getGlobalLocationNumber ()

Gets the value of the globalLocationNumber property.

Returns
  • possible object is String

public String getIdentifyingAddressFlag ()

Gets the value of the identifyingAddressFlag property.

Returns
  • possible object is String

public String getLanguage ()

Gets the value of the language 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 Location getLocationObj ()

Gets the value of the locationObj property.

Returns

public String getMailstop ()

Gets the value of the mailstop 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 BigDecimal getPartySiteId ()

Gets the value of the partySiteId property.

Returns
  • possible object is BigDecimal

public String getPartySiteName ()

Gets the value of the partySiteName property.

Returns
  • possible object is String

public String getPartySiteNumber ()

Gets the value of the partySiteNumber property.

Returns
  • possible object is String

public List<PartySiteUse> getPartySiteUseObjs ()

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

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

    getPartySiteUseObjs().add(newItem);
 

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

public List<Phone> getPhoneObjs ()

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

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

    getPhoneObjs().add(newItem);
 

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

public Calendar getProgramUpdateDate ()

Gets the value of the programUpdateDate property.

Returns
  • possible object is String

public String getStatus ()

Gets the value of the status property.

Returns
  • possible object is String

public List<Telex> getTelexObjs ()

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

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

    getTelexObjs().add(newItem);
 

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

public List<Web> getWebObjs ()

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

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

    getWebObjs().add(newItem);
 

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

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 setAddressee (String value)

Sets the value of the addressee 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 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 setEmailObjs (List<Email> emailObjs)

Sets the value of the emailObjs property.

Parameters
emailObjs Allowed object is Email

public void setGlobalLocationNumber (String value)

Sets the value of the globalLocationNumber property.

Parameters
value Allowed object is String

public void setIdentifyingAddressFlag (String value)

Sets the value of the identifyingAddressFlag property.

Parameters
value Allowed object is String

public void setLanguage (String value)

Sets the value of the language 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 setLocationObj (Location value)

Sets the value of the locationObj property.

Parameters
value Allowed object is Location

public void setMailstop (String value)

Sets the value of the mailstop 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 setPartySiteId (BigDecimal value)

Sets the value of the partySiteId property.

Parameters
value Allowed object is BigDecimal

public void setPartySiteName (String value)

Sets the value of the partySiteName property.

Parameters
value Allowed object is String

public void setPartySiteNumber (String value)

Sets the value of the partySiteNumber property.

Parameters
value Allowed object is String

public void setPartySiteUseObjs (List<PartySiteUse> partySiteUseObjs)

Sets the value of the partySiteUseObjs property.

Parameters
partySiteUseObjs Allowed object is PartySiteUse

public void setPhoneObjs (List<Phone> phoneObjs)

Sets the value of the phoneObjs property.

Parameters
phoneObjs Allowed object is Phone

public void setProgramUpdateDate (Calendar value)

Sets the value of the programUpdateDate 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 setTelexObjs (List<Telex> telexObjs)

Sets the value of the telexObjs property.

Parameters
telexObjs Allowed object is Telex

public void setWebObjs (List<Web> webObjs)

Sets the value of the webObjs property.

Parameters
webObjs Allowed object is Web