be.ac.ulg.montefiore.run.totem.domain.model.jaxb
Interface LinkIgp.DynamicType.RbwType

All Known Implementing Classes:
LinkIgpImpl.DynamicTypeImpl.RbwTypeImpl
Enclosing interface:
LinkIgp.DynamicType

public static interface LinkIgp.DynamicType.RbwType

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_2.xsd line 347)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="priority" maxOccurs="8">
           <complexType>
             <simpleContent>
               <extension base="<>bwType">
                 <attribute name="id" use="required" type="{}priorityIdType" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface LinkIgp.DynamicType.RbwType.PriorityType
          Java content class for anonymous complex type.
 
Method Summary
 java.util.List getPriority()
          Gets the value of the Priority property.
 

Method Detail

getPriority

java.util.List getPriority()
Gets the value of the Priority 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 Priority property.

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

    getPriority().add(newItem);
 

Objects of the following type(s) are allowed in the list LinkIgp.DynamicType.RbwType.PriorityType



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