|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BgpNeighbor
Java content class for bgpNeighbor 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 454)
<complexType name="bgpNeighbor">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="filters" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="in-filter" type="{}bgpFilter" minOccurs="0"/>
<element name="out-filter" type="{}bgpFilter" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="as" use="required" type="{}ASIdType" />
<attribute name="ip" use="required" type="{}IPAddress" />
<attribute name="next-hop-self" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="reflector-client" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static interface |
BgpNeighbor.FiltersType
Java content class for anonymous complex type. |
| Method Summary | |
|---|---|
int |
getAs()
Gets the value of the as property. |
BgpNeighbor.FiltersType |
getFilters()
Gets the value of the filters property. |
java.lang.String |
getIp()
Gets the value of the ip property. |
boolean |
isNextHopSelf()
Gets the value of the nextHopSelf property. |
boolean |
isReflectorClient()
Gets the value of the reflectorClient property. |
boolean |
isSetAs()
|
boolean |
isSetFilters()
|
boolean |
isSetIp()
|
boolean |
isSetNextHopSelf()
|
boolean |
isSetReflectorClient()
|
void |
setAs(int value)
Sets the value of the as property. |
void |
setFilters(BgpNeighbor.FiltersType value)
Sets the value of the filters property. |
void |
setIp(java.lang.String value)
Sets the value of the ip property. |
void |
setNextHopSelf(boolean value)
Sets the value of the nextHopSelf property. |
void |
setReflectorClient(boolean value)
Sets the value of the reflectorClient property. |
void |
unsetAs()
|
void |
unsetFilters()
|
void |
unsetIp()
|
void |
unsetNextHopSelf()
|
void |
unsetReflectorClient()
|
| Method Detail |
|---|
boolean isNextHopSelf()
void setNextHopSelf(boolean value)
boolean isSetNextHopSelf()
void unsetNextHopSelf()
boolean isReflectorClient()
void setReflectorClient(boolean value)
boolean isSetReflectorClient()
void unsetReflectorClient()
BgpNeighbor.FiltersType getFilters()
BgpNeighbor.FiltersTypevoid setFilters(BgpNeighbor.FiltersType value)
value - allowed object is
BgpNeighbor.FiltersTypeboolean isSetFilters()
void unsetFilters()
int getAs()
void setAs(int value)
boolean isSetAs()
void unsetAs()
java.lang.String getIp()
Stringvoid setIp(java.lang.String value)
value - allowed object is
Stringboolean isSetIp()
void unsetIp()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||