public class SDO extends Configuration
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" minOccurs="0"/>
<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>
| Modifier and Type | Field and Description |
|---|---|
protected List<DataAccessService> |
dataAccessServices |
protected Namespace |
defaultNamespace |
protected GlobalProvisioning |
globalProvisioning |
protected List<Namespace> |
namespaces |
properties| Constructor and Description |
|---|
SDO() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
getPropertiesprotected GlobalProvisioning globalProvisioning
protected Namespace defaultNamespace
protected List<DataAccessService> dataAccessServices
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 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 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
Copyright © 2015. All rights reserved.