org.plasma.config
Class SDO

java.lang.Object
  extended by org.plasma.config.Configuration
      extended by org.plasma.config.SDO

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

globalProvisioning

protected GlobalProvisioning globalProvisioning

defaultNamespace

protected Namespace defaultNamespace

namespaces

protected java.util.List<Namespace> namespaces

dataAccessServices

protected java.util.List<DataAccessService> dataAccessServices
Constructor Detail

SDO

public SDO()
Method Detail

getGlobalProvisioning

public GlobalProvisioning getGlobalProvisioning()
Gets the value of the globalProvisioning property.

Returns:
possible object is GlobalProvisioning

setGlobalProvisioning

public void setGlobalProvisioning(GlobalProvisioning value)
Sets the value of the globalProvisioning property.

Parameters:
value - allowed object is GlobalProvisioning

getDefaultNamespace

public Namespace getDefaultNamespace()
Gets the value of the defaultNamespace property.

Returns:
possible object is Namespace

setDefaultNamespace

public void setDefaultNamespace(Namespace value)
Sets the value of the defaultNamespace property.

Parameters:
value - allowed object is Namespace

getNamespaces

public java.util.List<Namespace> getNamespaces()
Gets the value of the namespaces 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 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


getDataAccessServices

public java.util.List<DataAccessService> getDataAccessServices()
Gets the value of the dataAccessServices 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 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 © 2013. All Rights Reserved.