|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DomainType
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 33)
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="info" type="{}information"/> <element name="topology" type="{}topology"/> <element name="mpls" type="{}mpls" minOccurs="0"/> <element name="igp" type="{}igp" minOccurs="0"/> <element name="bgp" type="{}bgp" minOccurs="0"/> </sequence> <attribute name="ASID" use="required" type="{}ASIdType" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Method Summary | |
---|---|
int |
getASID()
Gets the value of the asid property. |
Bgp |
getBgp()
Gets the value of the bgp property. |
Igp |
getIgp()
Gets the value of the igp property. |
Information |
getInfo()
Gets the value of the info property. |
Mpls |
getMpls()
Gets the value of the mpls property. |
java.lang.String |
getName()
Gets the value of the name property. |
Topology |
getTopology()
Gets the value of the topology property. |
void |
setASID(int value)
Sets the value of the asid property. |
void |
setBgp(Bgp value)
Sets the value of the bgp property. |
void |
setIgp(Igp value)
Sets the value of the igp property. |
void |
setInfo(Information value)
Sets the value of the info property. |
void |
setMpls(Mpls value)
Sets the value of the mpls property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setTopology(Topology value)
Sets the value of the topology property. |
Method Detail |
---|
int getASID()
void setASID(int value)
Bgp getBgp()
Bgp
void setBgp(Bgp value)
value
- allowed object is
Bgp
Igp getIgp()
Igp
void setIgp(Igp value)
value
- allowed object is
Igp
Mpls getMpls()
Mpls
void setMpls(Mpls value)
value
- allowed object is
Mpls
java.lang.String getName()
String
void setName(java.lang.String value)
value
- allowed object is
String
Topology getTopology()
Topology
void setTopology(Topology value)
value
- allowed object is
Topology
Information getInfo()
Information
void setInfo(Information value)
value
- allowed object is
Information
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |