public class

WebServiceRoot

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

Class Overview

Java class for WebServiceRoot complex type.

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

 <complexType name="WebServiceRoot">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/svc}DataObject">
       <sequence>
         <element name="Webs" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}Web" 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<DynamicAttributeGroupDescription> svcDynamicAttributeGroupDescriptions
protected List<Web> webs
Public Constructors
WebServiceRoot()
Public Methods
List<OrigSysRef> getOrigSysRefs()
Gets the value of the origSysRefs property.
List<DynamicAttributeGroupDescription> getSvcDynamicAttributeGroupDescriptions()
Gets the value of the svcDynamicAttributeGroupDescriptions property.
List<Web> getWebs()
Gets the value of the webs 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.
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<OrigSysRef> origSysRefs

protected List<DynamicAttributeGroupDescription> svcDynamicAttributeGroupDescriptions

protected List<Web> webs

Public Constructors

public WebServiceRoot ()

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<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<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 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

public void setWebs (List<Web> webs)

Sets the value of the webs property.

Parameters
webs Allowed object is Web