|
||||||||||
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()
LinkType
void setType(LinkType value)
value
- allowed object is
LinkType
boolean isSetType()
void unsetType()
StatusType getStatus()
StatusType
void setStatus(StatusType value)
value
- allowed object is
StatusType
boolean isSetStatus()
void unsetStatus()
float getDelay()
void setDelay(float value)
boolean isSetDelay()
void unsetDelay()
java.lang.String getTechnology()
String
void setTechnology(java.lang.String value)
value
- allowed object is
String
boolean isSetTechnology()
void unsetTechnology()
Link.FromType getFrom()
Link.FromType
void setFrom(Link.FromType value)
value
- allowed object is
Link.FromType
boolean isSetFrom()
void unsetFrom()
java.lang.String getDescription()
String
void setDescription(java.lang.String value)
value
- allowed object is
String
boolean isSetDescription()
void unsetDescription()
float getBw()
void setBw(float value)
boolean isSetBw()
void unsetBw()
Link.SrlgsType getSrlgs()
Link.SrlgsType
void setSrlgs(Link.SrlgsType value)
value
- allowed object is
Link.SrlgsType
boolean isSetSrlgs()
void unsetSrlgs()
Link.ToType getTo()
Link.ToType
void setTo(Link.ToType value)
value
- allowed object is
Link.ToType
boolean isSetTo()
void unsetTo()
java.lang.String getId()
String
void setId(java.lang.String value)
value
- allowed object is
String
boolean isSetId()
void unsetId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |