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

All Known Implementing Classes:
BgpRouterImpl, BgpRouterImpl

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

 <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

getNetworks

BgpRouter.NetworksType getNetworks()
Gets the value of the networks property.

Returns:
possible object is BgpRouter.NetworksType

setNetworks

void setNetworks(BgpRouter.NetworksType value)
Sets the value of the networks property.

Parameters:
value - allowed object is BgpRouter.NetworksType

isSetNetworks

boolean isSetNetworks()

unsetNetworks

void unsetNetworks()

isReflector

boolean isReflector()
Gets the value of the reflector property.


setReflector

void setReflector(boolean value)
Sets the value of the reflector property.


isSetReflector

boolean isSetReflector()

unsetReflector

void unsetReflector()

getNeighbors

BgpRouter.NeighborsType getNeighbors()
Gets the value of the neighbors property.

Returns:
possible object is BgpRouter.NeighborsType

setNeighbors

void setNeighbors(BgpRouter.NeighborsType value)
Sets the value of the neighbors property.

Parameters:
value - allowed object is BgpRouter.NeighborsType

isSetNeighbors

boolean isSetNeighbors()

unsetNeighbors

void unsetNeighbors()

getId

java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

isSetId

boolean isSetId()

unsetId

void unsetId()

getRid

java.lang.String getRid()
Gets the value of the rid property.

Returns:
possible object is String

setRid

void setRid(java.lang.String value)
Sets the value of the rid property.

Parameters:
value - allowed object is String

isSetRid

boolean isSetRid()

unsetRid

void unsetRid()


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