|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface LinkIgp.StaticType
Java content class for anonymous 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 317)
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="metric" type="{}metricType" minOccurs="0"/> <element name="te-metric" type="{}metricType" minOccurs="0"/> <element name="mrbw" type="{}bwType" minOccurs="0"/> <element name="mbw" type="{}bwType" minOccurs="0"/> <element name="admingroup" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="diff-serv" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="bcm" type="{}bcmType"/> <element name="bc" maxOccurs="unbounded"> <complexType> <simpleContent> <extension base="<>bwType"> <attribute name="id" use="required" type="{}bcIdType" /> </extension> </simpleContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static interface |
LinkIgp.StaticType.DiffServType
Java content class for anonymous complex type. |
Method Summary | |
---|---|
int |
getAdmingroup()
Gets the value of the admingroup property. |
LinkIgp.StaticType.DiffServType |
getDiffServ()
Gets the value of the diffServ property. |
float |
getMbw()
Gets the value of the mbw property. |
float |
getMetric()
Gets the value of the metric property. |
float |
getMrbw()
Gets the value of the mrbw property. |
float |
getTeMetric()
Gets the value of the teMetric property. |
void |
setAdmingroup(int value)
Sets the value of the admingroup property. |
void |
setDiffServ(LinkIgp.StaticType.DiffServType value)
Sets the value of the diffServ property. |
void |
setMbw(float value)
Sets the value of the mbw property. |
void |
setMetric(float value)
Sets the value of the metric property. |
void |
setMrbw(float value)
Sets the value of the mrbw property. |
void |
setTeMetric(float value)
Sets the value of the teMetric property. |
Method Detail |
---|
float getMbw()
void setMbw(float value)
float getTeMetric()
void setTeMetric(float value)
int getAdmingroup()
void setAdmingroup(int value)
float getMrbw()
void setMrbw(float value)
float getMetric()
void setMetric(float value)
LinkIgp.StaticType.DiffServType getDiffServ()
LinkIgp.StaticType.DiffServType
void setDiffServ(LinkIgp.StaticType.DiffServType value)
value
- allowed object is
LinkIgp.StaticType.DiffServType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |