be.ac.ulg.montefiore.run.totem.domain.model.jaxb
Interface BgpNeighbor

All Known Implementing Classes:
BgpNeighborImpl, BgpNeighborImpl

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 410)

 <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

isNextHopSelf

boolean isNextHopSelf()
Gets the value of the nextHopSelf property.


setNextHopSelf

void setNextHopSelf(boolean value)
Sets the value of the nextHopSelf property.


isSetNextHopSelf

boolean isSetNextHopSelf()

unsetNextHopSelf

void unsetNextHopSelf()

isReflectorClient

boolean isReflectorClient()
Gets the value of the reflectorClient property.


setReflectorClient

void setReflectorClient(boolean value)
Sets the value of the reflectorClient property.


isSetReflectorClient

boolean isSetReflectorClient()

unsetReflectorClient

void unsetReflectorClient()

getFilters

BgpNeighbor.FiltersType getFilters()
Gets the value of the filters property.

Returns:
possible object is BgpNeighbor.FiltersType

setFilters

void setFilters(BgpNeighbor.FiltersType value)
Sets the value of the filters property.

Parameters:
value - allowed object is BgpNeighbor.FiltersType

isSetFilters

boolean isSetFilters()

unsetFilters

void unsetFilters()

getAs

int getAs()
Gets the value of the as property.


setAs

void setAs(int value)
Sets the value of the as property.


isSetAs

boolean isSetAs()

unsetAs

void unsetAs()

getIp

java.lang.String getIp()
Gets the value of the ip property.

Returns:
possible object is String

setIp

void setIp(java.lang.String value)
Sets the value of the ip property.

Parameters:
value - allowed object is String

isSetIp

boolean isSetIp()

unsetIp

void unsetIp()


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.