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_3.xsd line 138)

 <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.
 boolean isSetCt()
           
 boolean isSetId()
           
 boolean isSetPreemption()
           
 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.
 void unsetCt()
           
 void unsetId()
           
 void unsetPreemption()
           
 

Method Detail

getPreemption

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


setPreemption

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


isSetPreemption

boolean isSetPreemption()

unsetPreemption

void unsetPreemption()

getId

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


setId

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


isSetId

boolean isSetId()

unsetId

void unsetId()

getCt

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


setCt

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


isSetCt

boolean isSetCt()

unsetCt

void unsetCt()


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