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

All Known Implementing Classes:
BgpNeighborImpl.FiltersTypeImpl
Enclosing interface:
BgpNeighbor

public static interface BgpNeighbor.FiltersType

Java content class for anonymous 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 413)

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


Method Summary
 BgpFilter getInFilter()
          Gets the value of the inFilter property.
 BgpFilter getOutFilter()
          Gets the value of the outFilter property.
 boolean isSetInFilter()
           
 boolean isSetOutFilter()
           
 void setInFilter(BgpFilter value)
          Sets the value of the inFilter property.
 void setOutFilter(BgpFilter value)
          Sets the value of the outFilter property.
 void unsetInFilter()
           
 void unsetOutFilter()
           
 

Method Detail

getInFilter

BgpFilter getInFilter()
Gets the value of the inFilter property.

Returns:
possible object is BgpFilter

setInFilter

void setInFilter(BgpFilter value)
Sets the value of the inFilter property.

Parameters:
value - allowed object is BgpFilter

isSetInFilter

boolean isSetInFilter()

unsetInFilter

void unsetInFilter()

getOutFilter

BgpFilter getOutFilter()
Gets the value of the outFilter property.

Returns:
possible object is BgpFilter

setOutFilter

void setOutFilter(BgpFilter value)
Sets the value of the outFilter property.

Parameters:
value - allowed object is BgpFilter

isSetOutFilter

boolean isSetOutFilter()

unsetOutFilter

void unsetOutFilter()


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