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>
| Modifier and Type | Field and Description |
|---|---|
protected Repository |
repository |
protected SDO |
sdo |
properties| Constructor and Description |
|---|
PlasmaConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getPropertiesprotected SDO sdo
protected Repository repository
public void setSDO(SDO value)
value - allowed object is
SDOpublic Repository getRepository()
Repositorypublic void setRepository(Repository value)
value - allowed object is
RepositoryCopyright © 2015. All rights reserved.