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" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Repository> |
repositories |
protected SDO |
sdo |
properties| Constructor and Description |
|---|
PlasmaConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
List<Repository> |
getRepositories()
Gets the value of the repositories property.
|
SDO |
getSDO()
Gets the value of the sdo property.
|
void |
setSDO(SDO value)
Sets the value of the sdo property.
|
getPropertiesprotected SDO sdo
protected List<Repository> repositories
public void setSDO(SDO value)
value - allowed object is
SDOpublic List<Repository> getRepositories()
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 repositories property.
For example, to add a new item, do as follows:
getRepositories().add(newItem);
Objects of the following type(s) are allowed in the list
Repository
Copyright © 2017. All rights reserved.