|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Link
Java content class for link 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 260)
<complexType name="link">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="from">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="if" type="{}interfaceIdType" />
<attribute name="node" use="required" type="{}nodeIdType" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="to">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="as" type="{}ASIdType" />
<attribute name="if" type="{}interfaceIdType" />
<attribute name="node" use="required" type="{}nodeIdType" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="status" type="{}statusType" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{}linkType" minOccurs="0"/>
<element name="bw" type="{}bwType" minOccurs="0"/>
<element name="technology" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="delay" type="{}delayType" minOccurs="0"/>
<element name="srlgs" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="srlg" type="{}srlgIdType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="id" use="required" type="{}linkIdType" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static interface |
Link.FromType
Java content class for anonymous complex type. |
static interface |
Link.SrlgsType
Java content class for anonymous complex type. |
static interface |
Link.ToType
Java content class for anonymous complex type. |
| Method Summary | |
|---|---|
float |
getBw()
Gets the value of the bw property. |
float |
getDelay()
Gets the value of the delay property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
Link.FromType |
getFrom()
Gets the value of the from property. |
java.lang.String |
getId()
Gets the value of the id property. |
Link.SrlgsType |
getSrlgs()
Gets the value of the srlgs property. |
StatusType |
getStatus()
Gets the value of the status property. |
java.lang.String |
getTechnology()
Gets the value of the technology property. |
Link.ToType |
getTo()
Gets the value of the to property. |
LinkType |
getType()
Gets the value of the type property. |
boolean |
isSetBw()
|
boolean |
isSetDelay()
|
boolean |
isSetDescription()
|
boolean |
isSetFrom()
|
boolean |
isSetId()
|
boolean |
isSetSrlgs()
|
boolean |
isSetStatus()
|
boolean |
isSetTechnology()
|
boolean |
isSetTo()
|
boolean |
isSetType()
|
void |
setBw(float value)
Sets the value of the bw property. |
void |
setDelay(float value)
Sets the value of the delay property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setFrom(Link.FromType value)
Sets the value of the from property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setSrlgs(Link.SrlgsType value)
Sets the value of the srlgs property. |
void |
setStatus(StatusType value)
Sets the value of the status property. |
void |
setTechnology(java.lang.String value)
Sets the value of the technology property. |
void |
setTo(Link.ToType value)
Sets the value of the to property. |
void |
setType(LinkType value)
Sets the value of the type property. |
void |
unsetBw()
|
void |
unsetDelay()
|
void |
unsetDescription()
|
void |
unsetFrom()
|
void |
unsetId()
|
void |
unsetSrlgs()
|
void |
unsetStatus()
|
void |
unsetTechnology()
|
void |
unsetTo()
|
void |
unsetType()
|
| Method Detail |
|---|
LinkType getType()
LinkTypevoid setType(LinkType value)
value - allowed object is
LinkTypeboolean isSetType()
void unsetType()
StatusType getStatus()
StatusTypevoid setStatus(StatusType value)
value - allowed object is
StatusTypeboolean isSetStatus()
void unsetStatus()
float getDelay()
void setDelay(float value)
boolean isSetDelay()
void unsetDelay()
java.lang.String getTechnology()
Stringvoid setTechnology(java.lang.String value)
value - allowed object is
Stringboolean isSetTechnology()
void unsetTechnology()
Link.FromType getFrom()
Link.FromTypevoid setFrom(Link.FromType value)
value - allowed object is
Link.FromTypeboolean isSetFrom()
void unsetFrom()
java.lang.String getDescription()
Stringvoid setDescription(java.lang.String value)
value - allowed object is
Stringboolean isSetDescription()
void unsetDescription()
float getBw()
void setBw(float value)
boolean isSetBw()
void unsetBw()
Link.SrlgsType getSrlgs()
Link.SrlgsTypevoid setSrlgs(Link.SrlgsType value)
value - allowed object is
Link.SrlgsTypeboolean isSetSrlgs()
void unsetSrlgs()
Link.ToType getTo()
Link.ToTypevoid setTo(Link.ToType value)
value - allowed object is
Link.ToTypeboolean isSetTo()
void unsetTo()
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 | |||||||||