|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Topology
Java content class for topology complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/monfort/Projects/run-totem/src/resources/domain/Domain-v1_3.xsd line 202)
<complexType name="topology">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="nodes">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="node" type="{}node" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="links" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="link" type="{}link" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static interface |
Topology.LinksType
Java content class for anonymous complex type. |
static interface |
Topology.NodesType
Java content class for anonymous complex type. |
| Method Summary | |
|---|---|
Topology.LinksType |
getLinks()
Gets the value of the links property. |
Topology.NodesType |
getNodes()
Gets the value of the nodes property. |
boolean |
isSetLinks()
|
boolean |
isSetNodes()
|
void |
setLinks(Topology.LinksType value)
Sets the value of the links property. |
void |
setNodes(Topology.NodesType value)
Sets the value of the nodes property. |
void |
unsetLinks()
|
void |
unsetNodes()
|
| Method Detail |
|---|
Topology.NodesType getNodes()
Topology.NodesTypevoid setNodes(Topology.NodesType value)
value - allowed object is
Topology.NodesTypeboolean isSetNodes()
void unsetNodes()
Topology.LinksType getLinks()
Topology.LinksTypevoid setLinks(Topology.LinksType value)
value - allowed object is
Topology.LinksTypeboolean isSetLinks()
void unsetLinks()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||