|
||||||||||
| 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.PlasmaConfiguration
public class PlasmaConfiguration
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 |
|---|
protected SDO sdo
protected Repository repository
| Constructor Detail |
|---|
public PlasmaConfiguration()
| Method Detail |
|---|
public SDO getSDO()
SDOpublic void setSDO(SDO value)
value - allowed object is
SDOpublic Repository getRepository()
Repositorypublic void setRepository(Repository value)
value - allowed object is
Repository
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||