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

All Superinterfaces:
EventType
All Known Subinterfaces:
LoadTrafficMatrix, LoadTrafficMatrixType
All Known Implementing Classes:
LoadTrafficMatrix, LoadTrafficMatrixImpl, LoadTrafficMatrixTypeImpl, TMEventTypeImpl

public interface TMEventType
extends EventType

Java content class for TMEventType 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_2.xsd line 97)

 <complexType name="TMEventType">
   <complexContent>
     <extension base="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}eventType">
       <attribute name="TMID" type="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}TMIdType" />
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 int getTMID()
          Gets the value of the tmid property.
 boolean isSetTMID()
           
 void setTMID(int value)
          Sets the value of the tmid property.
 void unsetTMID()
           
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.EventType
getTime, isSetTime, setTime, unsetTime
 

Method Detail

getTMID

int getTMID()
Gets the value of the tmid property.


setTMID

void setTMID(int value)
Sets the value of the tmid property.


isSetTMID

boolean isSetTMID()

unsetTMID

void unsetTMID()


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