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

All Known Implementing Classes:
BgpImpl

public interface Bgp

Java content class for bgp 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 372)

 <complexType name="bgp">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="routers">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="router" type="{}bgpRouter" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface Bgp.RoutersType
          Java content class for anonymous complex type.
 
Method Summary
 Bgp.RoutersType getRouters()
          Gets the value of the routers property.
 boolean isSetRouters()
           
 void setRouters(Bgp.RoutersType value)
          Sets the value of the routers property.
 void unsetRouters()
           
 

Method Detail

getRouters

Bgp.RoutersType getRouters()
Gets the value of the routers property.

Returns:
possible object is Bgp.RoutersType

setRouters

void setRouters(Bgp.RoutersType value)
Sets the value of the routers property.

Parameters:
value - allowed object is Bgp.RoutersType

isSetRouters

boolean isSetRouters()

unsetRouters

void unsetRouters()


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