|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.jadort.api.topology.xml.Topology
public class Topology
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://jasmine.ow2.org/jadort-1.5}VMM" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://jasmine.ow2.org/jadort-1.5}worker" maxOccurs="unbounded" minOccurs="0"/>
<element name="group" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded">
<element ref="{http://jasmine.ow2.org/jadort-1.5}server"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="clustered" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
Topology.Group
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected java.util.List<Topology.Group> |
group
|
protected java.util.List<VMM> |
vmm
|
protected java.util.List<Worker> |
worker
|
| Constructor Summary | |
|---|---|
Topology()
|
|
| Method Summary | |
|---|---|
java.util.List<Topology.Group> |
getGroup()
Gets the value of the group property. |
java.util.List<VMM> |
getVMM()
Gets the value of the vmm property. |
java.util.List<Worker> |
getWorker()
Gets the value of the worker property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<VMM> vmm
protected java.util.List<Worker> worker
protected java.util.List<Topology.Group> group
| Constructor Detail |
|---|
public Topology()
| Method Detail |
|---|
public java.util.List<VMM> getVMM()
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 vmm property.
For example, to add a new item, do as follows:
getVMM().add(newItem);
Objects of the following type(s) are allowed in the list
VMM
public java.util.List<Worker> getWorker()
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 worker property.
For example, to add a new item, do as follows:
getWorker().add(newItem);
Objects of the following type(s) are allowed in the list
Worker
public java.util.List<Topology.Group> getGroup()
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 group property.
For example, to add a new item, do as follows:
getGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Topology.Group
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||