|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BgpRouter
Java content class for bgpRouter 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 428)
<complexType name="bgpRouter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rid" type="{}IPAddress" minOccurs="0"/>
<element name="networks" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="network" type="{}bgpNetwork" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="neighbors" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="neighbor" type="{}bgpNeighbor" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="id" use="required" type="{}bgpRouterIdType" />
<attribute name="reflector" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static interface |
BgpRouter.NeighborsType
Java content class for anonymous complex type. |
static interface |
BgpRouter.NetworksType
Java content class for anonymous complex type. |
| Method Summary | |
|---|---|
java.lang.String |
getId()
Gets the value of the id property. |
BgpRouter.NeighborsType |
getNeighbors()
Gets the value of the neighbors property. |
BgpRouter.NetworksType |
getNetworks()
Gets the value of the networks property. |
java.lang.String |
getRid()
Gets the value of the rid property. |
boolean |
isReflector()
Gets the value of the reflector property. |
boolean |
isSetId()
|
boolean |
isSetNeighbors()
|
boolean |
isSetNetworks()
|
boolean |
isSetReflector()
|
boolean |
isSetRid()
|
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setNeighbors(BgpRouter.NeighborsType value)
Sets the value of the neighbors property. |
void |
setNetworks(BgpRouter.NetworksType value)
Sets the value of the networks property. |
void |
setReflector(boolean value)
Sets the value of the reflector property. |
void |
setRid(java.lang.String value)
Sets the value of the rid property. |
void |
unsetId()
|
void |
unsetNeighbors()
|
void |
unsetNetworks()
|
void |
unsetReflector()
|
void |
unsetRid()
|
| Method Detail |
|---|
BgpRouter.NetworksType getNetworks()
BgpRouter.NetworksTypevoid setNetworks(BgpRouter.NetworksType value)
value - allowed object is
BgpRouter.NetworksTypeboolean isSetNetworks()
void unsetNetworks()
boolean isReflector()
void setReflector(boolean value)
boolean isSetReflector()
void unsetReflector()
BgpRouter.NeighborsType getNeighbors()
BgpRouter.NeighborsTypevoid setNeighbors(BgpRouter.NeighborsType value)
value - allowed object is
BgpRouter.NeighborsTypeboolean isSetNeighbors()
void unsetNeighbors()
java.lang.String getId()
Stringvoid setId(java.lang.String value)
value - allowed object is
Stringboolean isSetId()
void unsetId()
java.lang.String getRid()
Stringvoid setRid(java.lang.String value)
value - allowed object is
Stringboolean isSetRid()
void unsetRid()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||