public class

RelationshipServiceRoot

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

Class Overview

Java class for RelationshipServiceRoot complex type.

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

 <complexType name="RelationshipServiceRoot">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/svc}DataObject">
       <sequence>
         <element name="Relationships" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}Relationship" 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<OrigSysRef> origSysRefs
protected List<Relationship> relationships
protected List<DynamicAttributeGroupDescription> svcDynamicAttributeGroupDescriptions
Public Constructors
RelationshipServiceRoot()
Public Methods
List<OrigSysRef> getOrigSysRefs()
Gets the value of the origSysRefs property.
List<Relationship> getRelationships()
Gets the value of the relationships property.
List<DynamicAttributeGroupDescription> getSvcDynamicAttributeGroupDescriptions()
Gets the value of the svcDynamicAttributeGroupDescriptions property.
void setOrigSysRefs(List<OrigSysRef> origSysRefs)
Sets the value of the origSysRefs property.
void setRelationships(List<Relationship> relationships)
Sets the value of the relationships 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> origSysRefs

protected List<Relationship> relationships

protected List<DynamicAttributeGroupDescription> svcDynamicAttributeGroupDescriptions

Public Constructors

public RelationshipServiceRoot ()

Public Methods

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<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<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 setOrigSysRefs (List<OrigSysRef> origSysRefs)

Sets the value of the origSysRefs property.

Parameters
origSysRefs Allowed object is OrigSysRef

public void setRelationships (List<Relationship> relationships)

Sets the value of the relationships property.

Parameters
relationships Allowed object is Relationship

public void setSvcDynamicAttributeGroupDescriptions (List<DynamicAttributeGroupDescription> svcDynamicAttributeGroupDescriptions)

Sets the value of the svcDynamicAttributeGroupDescriptions property.

Parameters
svcDynamicAttributeGroupDescriptions Allowed object is DynamicAttributeGroupDescription