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

All Superinterfaces:
ASEventType, EventType
All Known Subinterfaces:
ShowLinkLoad
All Known Implementing Classes:
ShowLinkLoad, ShowLinkLoadImpl, ShowLinkLoadTypeImpl

public interface ShowLinkLoadType
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 468)

 <complexType>
   <complexContent>
     <extension base="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}ASEventType">
       <attribute name="classOfService" type="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}cosType" />
       <attribute name="linkId" type="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}linkIdType" />
       <attribute name="llcId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="perCos" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="perLink" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getClassOfService()
          Gets the value of the classOfService property.
 java.lang.String getLinkId()
          Gets the value of the linkId property.
 java.lang.String getLlcId()
          Gets the value of the llcId property.
 boolean isPerCos()
          Gets the value of the perCos property.
 boolean isPerLink()
          Gets the value of the perLink property.
 boolean isSetClassOfService()
           
 boolean isSetLinkId()
           
 boolean isSetLlcId()
           
 boolean isSetPerCos()
           
 boolean isSetPerLink()
           
 void setClassOfService(java.lang.String value)
          Sets the value of the classOfService property.
 void setLinkId(java.lang.String value)
          Sets the value of the linkId property.
 void setLlcId(java.lang.String value)
          Sets the value of the llcId property.
 void setPerCos(boolean value)
          Sets the value of the perCos property.
 void setPerLink(boolean value)
          Sets the value of the perLink property.
 void unsetClassOfService()
           
 void unsetLinkId()
           
 void unsetLlcId()
           
 void unsetPerCos()
           
 void unsetPerLink()
           
 
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

getLlcId

java.lang.String getLlcId()
Gets the value of the llcId property.

Returns:
possible object is String

setLlcId

void setLlcId(java.lang.String value)
Sets the value of the llcId property.

Parameters:
value - allowed object is String

isSetLlcId

boolean isSetLlcId()

unsetLlcId

void unsetLlcId()

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

isPerCos

boolean isPerCos()
Gets the value of the perCos property.


setPerCos

void setPerCos(boolean value)
Sets the value of the perCos property.


isSetPerCos

boolean isSetPerCos()

unsetPerCos

void unsetPerCos()

getClassOfService

java.lang.String getClassOfService()
Gets the value of the classOfService property.

Returns:
possible object is String

setClassOfService

void setClassOfService(java.lang.String value)
Sets the value of the classOfService property.

Parameters:
value - allowed object is String

isSetClassOfService

boolean isSetClassOfService()

unsetClassOfService

void unsetClassOfService()

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


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