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

All Known Implementing Classes:
BgpFilterImpl

public interface BgpFilter

Java content class for bgpFilter 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 427)

 <complexType name="bgpFilter">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="rule" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="action" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                           <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface BgpFilter.RuleType
          Java content class for anonymous complex type.
 
Method Summary
 BgpFilter.RuleType getRule()
          Gets the value of the rule property.
 boolean isSetRule()
           
 void setRule(BgpFilter.RuleType value)
          Sets the value of the rule property.
 void unsetRule()
           
 

Method Detail

getRule

BgpFilter.RuleType getRule()
Gets the value of the rule property.

Returns:
possible object is BgpFilter.RuleType

setRule

void setRule(BgpFilter.RuleType value)
Sets the value of the rule property.

Parameters:
value - allowed object is BgpFilter.RuleType

isSetRule

boolean isSetRule()

unsetRule

void unsetRule()


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