org.plasma.config
Class PlasmaConfiguration

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

public class PlasmaConfiguration
extends Configuration

Java class for PlasmaConfiguration complex type.

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

 <complexType name="PlasmaConfiguration">
   <complexContent>
     <extension base="{http://www.plasma.org/config}Configuration">
       <sequence>
         <element name="SDO" type="{http://www.plasma.org/config}SDO"/>
         <element name="Repository" type="{http://www.plasma.org/config}Repository"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Repository repository
           
protected  SDO sdo
           
 
Fields inherited from class org.plasma.config.Configuration
properties
 
Constructor Summary
PlasmaConfiguration()
           
 
Method Summary
 Repository getRepository()
          Gets the value of the repository property.
 SDO getSDO()
          Gets the value of the sdo property.
 void setRepository(Repository value)
          Sets the value of the repository property.
 void setSDO(SDO value)
          Sets the value of the sdo 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

sdo

protected SDO sdo

repository

protected Repository repository
Constructor Detail

PlasmaConfiguration

public PlasmaConfiguration()
Method Detail

getSDO

public SDO getSDO()
Gets the value of the sdo property.

Returns:
possible object is SDO

setSDO

public void setSDO(SDO value)
Sets the value of the sdo property.

Parameters:
value - allowed object is SDO

getRepository

public Repository getRepository()
Gets the value of the repository property.

Returns:
possible object is Repository

setRepository

public void setRepository(Repository value)
Sets the value of the repository property.

Parameters:
value - allowed object is Repository


Copyright © 2013. All Rights Reserved.