|
||||||||||
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()
NodeType
void setType(NodeType value)
value
- allowed object is
NodeType
boolean isSetType()
void unsetType()
StatusType getStatus()
StatusType
void setStatus(StatusType value)
value
- allowed object is
StatusType
boolean isSetStatus()
void unsetStatus()
java.lang.String getDescription()
String
void setDescription(java.lang.String value)
value
- allowed object is
String
boolean isSetDescription()
void unsetDescription()
Node.InterfacesType getInterfaces()
Node.InterfacesType
void setInterfaces(Node.InterfacesType value)
value
- allowed object is
Node.InterfacesType
boolean isSetInterfaces()
void unsetInterfaces()
Node.LocationType getLocation()
Node.LocationType
void setLocation(Node.LocationType value)
value
- allowed object is
Node.LocationType
boolean isSetLocation()
void unsetLocation()
java.lang.String getId()
String
void setId(java.lang.String value)
value
- allowed object is
String
boolean isSetId()
void unsetId()
java.lang.String getRid()
String
void setRid(java.lang.String value)
value
- allowed object is
String
boolean isSetRid()
void unsetRid()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |