be.ac.ulg.montefiore.run.totem.domain.model.jaxb
Interface Information.DiffServType

All Known Implementing Classes:
InformationImpl.DiffServTypeImpl
Enclosing interface:
Information

public static interface Information.DiffServType

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

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


Nested Class Summary
static interface Information.DiffServType.PriorityType
          Java content class for anonymous complex type.
 
Method Summary
 java.util.List getPriority()
          Gets the value of the Priority property.
 boolean isSetPriority()
           
 void unsetPriority()
           
 

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 Information.DiffServType.PriorityType


isSetPriority

boolean isSetPriority()

unsetPriority

void unsetPriority()


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