|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LinkIgp
Java content class for linkIgp 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 362)
<complexType name="linkIgp"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="static" minOccurs="0"> <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> </element> <element name="dynamic" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="rbw"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="priority" maxOccurs="8"> <complexType> <simpleContent> <extension base="<>bwType"> <attribute name="id" use="required" type="{}priorityIdType" /> </extension> </simpleContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="id" use="required" type="{}linkIdType" /> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static interface |
LinkIgp.DynamicType
Java content class for anonymous complex type. |
static interface |
LinkIgp.StaticType
Java content class for anonymous complex type. |
Method Summary | |
---|---|
LinkIgp.DynamicType |
getDynamic()
Gets the value of the dynamic property. |
java.lang.String |
getId()
Gets the value of the id property. |
LinkIgp.StaticType |
getStatic()
Gets the value of the static property. |
boolean |
isSetDynamic()
|
boolean |
isSetId()
|
boolean |
isSetStatic()
|
void |
setDynamic(LinkIgp.DynamicType value)
Sets the value of the dynamic property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setStatic(LinkIgp.StaticType value)
Sets the value of the static property. |
void |
unsetDynamic()
|
void |
unsetId()
|
void |
unsetStatic()
|
Method Detail |
---|
LinkIgp.DynamicType getDynamic()
LinkIgp.DynamicType
void setDynamic(LinkIgp.DynamicType value)
value
- allowed object is
LinkIgp.DynamicType
boolean isSetDynamic()
void unsetDynamic()
java.lang.String getId()
String
void setId(java.lang.String value)
value
- allowed object is
String
boolean isSetId()
void unsetId()
LinkIgp.StaticType getStatic()
LinkIgp.StaticType
void setStatic(LinkIgp.StaticType value)
value
- allowed object is
LinkIgp.StaticType
boolean isSetStatic()
void unsetStatic()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |