|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.config.Configuration
org.plasma.config.SDO
public class SDO
Java class for SDO complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SDO">
<complexContent>
<extension base="{http://www.plasma.org/config}Configuration">
<sequence>
<element name="GlobalProvisioning" type="{http://www.plasma.org/config}GlobalProvisioning"/>
<element name="DefaultNamespace" type="{http://www.plasma.org/config}Namespace"/>
<element name="Namespace" type="{http://www.plasma.org/config}Namespace" maxOccurs="unbounded" minOccurs="0"/>
<element name="DataAccessService" type="{http://www.plasma.org/config}DataAccessService" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<DataAccessService> |
dataAccessServices
|
protected Namespace |
defaultNamespace
|
protected GlobalProvisioning |
globalProvisioning
|
protected java.util.List<Namespace> |
namespaces
|
| Fields inherited from class org.plasma.config.Configuration |
|---|
properties |
| Constructor Summary | |
|---|---|
SDO()
|
|
| Method Summary | |
|---|---|
java.util.List<DataAccessService> |
getDataAccessServices()
Gets the value of the dataAccessServices property. |
Namespace |
getDefaultNamespace()
Gets the value of the defaultNamespace property. |
GlobalProvisioning |
getGlobalProvisioning()
Gets the value of the globalProvisioning property. |
java.util.List<Namespace> |
getNamespaces()
Gets the value of the namespaces property. |
void |
setDefaultNamespace(Namespace value)
Sets the value of the defaultNamespace property. |
void |
setGlobalProvisioning(GlobalProvisioning value)
Sets the value of the globalProvisioning property. |
| Methods inherited from class org.plasma.config.Configuration |
|---|
getProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected GlobalProvisioning globalProvisioning
protected Namespace defaultNamespace
protected java.util.List<Namespace> namespaces
protected java.util.List<DataAccessService> dataAccessServices
| Constructor Detail |
|---|
public SDO()
| Method Detail |
|---|
public GlobalProvisioning getGlobalProvisioning()
GlobalProvisioningpublic void setGlobalProvisioning(GlobalProvisioning value)
value - allowed object is
GlobalProvisioningpublic Namespace getDefaultNamespace()
Namespacepublic void setDefaultNamespace(Namespace value)
value - allowed object is
Namespacepublic java.util.List<Namespace> getNamespaces()
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 namespaces property.
For example, to add a new item, do as follows:
getNamespaces().add(newItem);
Objects of the following type(s) are allowed in the list
Namespace
public java.util.List<DataAccessService> getDataAccessServices()
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 dataAccessServices property.
For example, to add a new item, do as follows:
getDataAccessServices().add(newItem);
Objects of the following type(s) are allowed in the list
DataAccessService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||