public class

LocationServiceRoot

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

Class Overview

Java class for LocationServiceRoot complex type.

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

 <complexType name="LocationServiceRoot">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/svc}DataObject">
       <sequence>
         <element name="Locations" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}Location" maxOccurs="unbounded" minOccurs="0"/>
         <element name="OrigSysRefs" 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<Location> locations
protected List<OrigSysRef> origSysRefs
protected List<DynamicAttributeGroupDescription> svcDynamicAttributeGroupDescriptions
Public Constructors
LocationServiceRoot()
Public Methods
List<Location> getLocations()
Gets the value of the locations property.
List<OrigSysRef> getOrigSysRefs()
Gets the value of the origSysRefs property.
List<DynamicAttributeGroupDescription> getSvcDynamicAttributeGroupDescriptions()
Gets the value of the svcDynamicAttributeGroupDescriptions property.
void setLocations(List<Location> locations)
Sets the value of the locations property.
void setOrigSysRefs(List<OrigSysRef> origSysRefs)
Sets the value of the origSysRefs 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<Location> locations

protected List<OrigSysRef> origSysRefs

protected List<DynamicAttributeGroupDescription> svcDynamicAttributeGroupDescriptions

Public Constructors

public LocationServiceRoot ()

Public Methods

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<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<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 setLocations (List<Location> locations)

Sets the value of the locations property.

Parameters
locations Allowed object is Location

public void setOrigSysRefs (List<OrigSysRef> origSysRefs)

Sets the value of the origSysRefs property.

Parameters
origSysRefs Allowed object is OrigSysRef

public void setSvcDynamicAttributeGroupDescriptions (List<DynamicAttributeGroupDescription> svcDynamicAttributeGroupDescriptions)

Sets the value of the svcDynamicAttributeGroupDescriptions property.

Parameters
svcDynamicAttributeGroupDescriptions Allowed object is DynamicAttributeGroupDescription