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_2.xsd line 406)

 <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.
 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.
 

Method Detail

isNextHopSelf

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


setNextHopSelf

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


isReflectorClient

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


setReflectorClient

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


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

getAs

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


setAs

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


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


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