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

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

public static interface Information.DiffServType.PriorityType

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

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


Method Summary
 int getCt()
          Gets the value of the ct property.
 int getId()
          Gets the value of the id property.
 int getPreemption()
          Gets the value of the preemption property.
 void setCt(int value)
          Sets the value of the ct property.
 void setId(int value)
          Sets the value of the id property.
 void setPreemption(int value)
          Sets the value of the preemption property.
 

Method Detail

getPreemption

int getPreemption()
Gets the value of the preemption property.


setPreemption

void setPreemption(int value)
Sets the value of the preemption property.


getId

int getId()
Gets the value of the id property.


setId

void setId(int value)
Sets the value of the id property.


getCt

int getCt()
Gets the value of the ct property.


setCt

void setCt(int value)
Sets the value of the ct property.



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