be.ac.ulg.montefiore.run.totem.scenario.model.jaxb
Interface ShowLinkReservationType

All Superinterfaces:
ASEventType, EventType
All Known Subinterfaces:
ShowLinkReservation
All Known Implementing Classes:
ShowLinkReservation, ShowLinkReservationImpl, ShowLinkReservationTypeImpl

public interface ShowLinkReservationType
extends ASEventType

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/scenario/Scenario-v1_3.xsd line 482)

 <complexType>
   <complexContent>
     <extension base="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}ASEventType">
       <attribute name="classType" type="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}ctType" />
       <attribute name="linkId" type="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}linkIdType" />
       <attribute name="perCT" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="perLink" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="perPrio" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="preemptionLevel" type="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}preemptionType" />
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 int getClassType()
          Gets the value of the classType property.
 java.lang.String getLinkId()
          Gets the value of the linkId property.
 int getPreemptionLevel()
          Gets the value of the preemptionLevel property.
 boolean isPerCT()
          Gets the value of the perCT property.
 boolean isPerLink()
          Gets the value of the perLink property.
 boolean isPerPrio()
          Gets the value of the perPrio property.
 boolean isSetClassType()
           
 boolean isSetLinkId()
           
 boolean isSetPerCT()
           
 boolean isSetPerLink()
           
 boolean isSetPerPrio()
           
 boolean isSetPreemptionLevel()
           
 void setClassType(int value)
          Sets the value of the classType property.
 void setLinkId(java.lang.String value)
          Sets the value of the linkId property.
 void setPerCT(boolean value)
          Sets the value of the perCT property.
 void setPerLink(boolean value)
          Sets the value of the perLink property.
 void setPerPrio(boolean value)
          Sets the value of the perPrio property.
 void setPreemptionLevel(int value)
          Sets the value of the preemptionLevel property.
 void unsetClassType()
           
 void unsetLinkId()
           
 void unsetPerCT()
           
 void unsetPerLink()
           
 void unsetPerPrio()
           
 void unsetPreemptionLevel()
           
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.ASEventType
getASID, isSetASID, setASID, unsetASID
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.EventType
getTime, isSetTime, setTime, unsetTime
 

Method Detail

isPerPrio

boolean isPerPrio()
Gets the value of the perPrio property.


setPerPrio

void setPerPrio(boolean value)
Sets the value of the perPrio property.


isSetPerPrio

boolean isSetPerPrio()

unsetPerPrio

void unsetPerPrio()

getPreemptionLevel

int getPreemptionLevel()
Gets the value of the preemptionLevel property.


setPreemptionLevel

void setPreemptionLevel(int value)
Sets the value of the preemptionLevel property.


isSetPreemptionLevel

boolean isSetPreemptionLevel()

unsetPreemptionLevel

void unsetPreemptionLevel()

getLinkId

java.lang.String getLinkId()
Gets the value of the linkId property.

Returns:
possible object is String

setLinkId

void setLinkId(java.lang.String value)
Sets the value of the linkId property.

Parameters:
value - allowed object is String

isSetLinkId

boolean isSetLinkId()

unsetLinkId

void unsetLinkId()

isPerCT

boolean isPerCT()
Gets the value of the perCT property.


setPerCT

void setPerCT(boolean value)
Sets the value of the perCT property.


isSetPerCT

boolean isSetPerCT()

unsetPerCT

void unsetPerCT()

isPerLink

boolean isPerLink()
Gets the value of the perLink property.


setPerLink

void setPerLink(boolean value)
Sets the value of the perLink property.


isSetPerLink

boolean isSetPerLink()

unsetPerLink

void unsetPerLink()

getClassType

int getClassType()
Gets the value of the classType property.


setClassType

void setClassType(int value)
Sets the value of the classType property.


isSetClassType

boolean isSetClassType()

unsetClassType

void unsetClassType()


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