|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Node
Java content class for node 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 221)
<complexType name="node">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="status" type="{}statusType" minOccurs="0"/>
<element name="rid" type="{}IPAddress" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{}nodeType" minOccurs="0"/>
<element name="location" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="latitude" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="longitude" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="interfaces" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="interface" type="{}nodeInterface" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="id" use="required" type="{}nodeIdType" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static interface |
Node.InterfacesType
Java content class for anonymous complex type. |
static interface |
Node.LocationType
Java content class for anonymous complex type. |
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getId()
Gets the value of the id property. |
Node.InterfacesType |
getInterfaces()
Gets the value of the interfaces property. |
Node.LocationType |
getLocation()
Gets the value of the location property. |
java.lang.String |
getRid()
Gets the value of the rid property. |
StatusType |
getStatus()
Gets the value of the status property. |
NodeType |
getType()
Gets the value of the type property. |
boolean |
isSetDescription()
|
boolean |
isSetId()
|
boolean |
isSetInterfaces()
|
boolean |
isSetLocation()
|
boolean |
isSetRid()
|
boolean |
isSetStatus()
|
boolean |
isSetType()
|
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setInterfaces(Node.InterfacesType value)
Sets the value of the interfaces property. |
void |
setLocation(Node.LocationType value)
Sets the value of the location property. |
void |
setRid(java.lang.String value)
Sets the value of the rid property. |
void |
setStatus(StatusType value)
Sets the value of the status property. |
void |
setType(NodeType value)
Sets the value of the type property. |
void |
unsetDescription()
|
void |
unsetId()
|
void |
unsetInterfaces()
|
void |
unsetLocation()
|
void |
unsetRid()
|
void |
unsetStatus()
|
void |
unsetType()
|
| Method Detail |
|---|
NodeType getType()
NodeTypevoid setType(NodeType value)
value - allowed object is
NodeTypeboolean isSetType()
void unsetType()
StatusType getStatus()
StatusTypevoid setStatus(StatusType value)
value - allowed object is
StatusTypeboolean isSetStatus()
void unsetStatus()
java.lang.String getDescription()
Stringvoid setDescription(java.lang.String value)
value - allowed object is
Stringboolean isSetDescription()
void unsetDescription()
Node.InterfacesType getInterfaces()
Node.InterfacesTypevoid setInterfaces(Node.InterfacesType value)
value - allowed object is
Node.InterfacesTypeboolean isSetInterfaces()
void unsetInterfaces()
Node.LocationType getLocation()
Node.LocationTypevoid setLocation(Node.LocationType value)
value - allowed object is
Node.LocationTypeboolean isSetLocation()
void unsetLocation()
java.lang.String getId()
Stringvoid setId(java.lang.String value)
value - allowed object is
Stringboolean isSetId()
void unsetId()
java.lang.String getRid()
Stringvoid setRid(java.lang.String value)
value - allowed object is
Stringboolean isSetRid()
void unsetRid()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||