|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NodeInterface
Java content class for nodeInterface 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 244)
<complexType name="nodeInterface">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="status" type="{}statusType" minOccurs="0"/>
<element name="ip" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<>IPAddress">
<attribute name="mask" use="required" type="{}IPAddressMask" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
<attribute name="id" use="required" type="{}interfaceIdType" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static interface |
NodeInterface.IpType
Java content class for anonymous complex type. |
| Method Summary | |
|---|---|
java.lang.String |
getId()
Gets the value of the id property. |
NodeInterface.IpType |
getIp()
Gets the value of the ip property. |
StatusType |
getStatus()
Gets the value of the status property. |
boolean |
isSetId()
|
boolean |
isSetIp()
|
boolean |
isSetStatus()
|
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setIp(NodeInterface.IpType value)
Sets the value of the ip property. |
void |
setStatus(StatusType value)
Sets the value of the status property. |
void |
unsetId()
|
void |
unsetIp()
|
void |
unsetStatus()
|
| Method Detail |
|---|
StatusType getStatus()
StatusTypevoid setStatus(StatusType value)
value - allowed object is
StatusTypeboolean isSetStatus()
void unsetStatus()
NodeInterface.IpType getIp()
NodeInterface.IpTypevoid setIp(NodeInterface.IpType value)
value - allowed object is
NodeInterface.IpTypeboolean isSetIp()
void unsetIp()
java.lang.String getId()
Stringvoid setId(java.lang.String value)
value - allowed object is
Stringboolean isSetId()
void unsetId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||