|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Bgp
Java content class for bgp 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 416)
<complexType name="bgp"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="routers"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="router" type="{}bgpRouter" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static interface |
Bgp.RoutersType
Java content class for anonymous complex type. |
Method Summary | |
---|---|
Bgp.RoutersType |
getRouters()
Gets the value of the routers property. |
boolean |
isSetRouters()
|
void |
setRouters(Bgp.RoutersType value)
Sets the value of the routers property. |
void |
unsetRouters()
|
Method Detail |
---|
Bgp.RoutersType getRouters()
Bgp.RoutersType
void setRouters(Bgp.RoutersType value)
value
- allowed object is
Bgp.RoutersType
boolean isSetRouters()
void unsetRouters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |