|
||||||||||
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_2.xsd line 219)
<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. |
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. |
Method Detail |
---|
LinkType getType()
LinkType
void setType(LinkType value)
value
- allowed object is
LinkType
StatusType getStatus()
StatusType
void setStatus(StatusType value)
value
- allowed object is
StatusType
float getDelay()
void setDelay(float value)
java.lang.String getTechnology()
String
void setTechnology(java.lang.String value)
value
- allowed object is
String
Link.FromType getFrom()
Link.FromType
void setFrom(Link.FromType value)
value
- allowed object is
Link.FromType
java.lang.String getDescription()
String
void setDescription(java.lang.String value)
value
- allowed object is
String
float getBw()
void setBw(float value)
Link.SrlgsType getSrlgs()
Link.SrlgsType
void setSrlgs(Link.SrlgsType value)
value
- allowed object is
Link.SrlgsType
Link.ToType getTo()
Link.ToType
void setTo(Link.ToType value)
value
- allowed object is
Link.ToType
java.lang.String getId()
String
void setId(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |