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

All Known Implementing Classes:
BgpFilterImpl.RuleTypeImpl
Enclosing interface:
BgpFilter

public static interface BgpFilter.RuleType

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

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


Nested Class Summary
static interface BgpFilter.RuleType.ActionType
          Java content class for anonymous complex type.
 
Method Summary
 java.util.List getAction()
          Gets the value of the Action property.
 boolean isSetAction()
           
 void unsetAction()
           
 

Method Detail

getAction

java.util.List getAction()
Gets the value of the Action property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the Action property.

For example, to add a new item, do as follows:

    getAction().add(newItem);
 

Objects of the following type(s) are allowed in the list BgpFilter.RuleType.ActionType


isSetAction

boolean isSetAction()

unsetAction

void unsetAction()


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