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

All Superinterfaces:
ASEventType, ASTMEventType, EventType
All Known Subinterfaces:
TrafficMatrixGeneration
All Known Implementing Classes:
TrafficMatrixGeneration, TrafficMatrixGenerationImpl, TrafficMatrixGenerationTypeImpl

public interface TrafficMatrixGenerationType
extends ASTMEventType

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_2.xsd line 441)

 <complexType>
   <complexContent>
     <extension base="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}ASTMEventType">
       <sequence>
         <element ref="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}param" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="path" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 java.util.List getParam()
          Gets the value of the Param property.
 java.lang.String getPath()
          Gets the value of the path property.
 java.lang.String getType()
          Gets the value of the type property.
 boolean isSetParam()
           
 boolean isSetPath()
           
 boolean isSetType()
           
 void setPath(java.lang.String value)
          Sets the value of the path property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 void unsetParam()
           
 void unsetPath()
           
 void unsetType()
           
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.ASTMEventType
getTMID, isSetTMID, setTMID, unsetTMID
 
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

getType

java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

isSetType

boolean isSetType()

unsetType

void unsetType()

getParam

java.util.List getParam()
Gets the value of the Param property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the Param property.

For example, to add a new item, do as follows:

    getParam().add(newItem);
 

Objects of the following type(s) are allowed in the list ParamType Param


isSetParam

boolean isSetParam()

unsetParam

void unsetParam()

getPath

java.lang.String getPath()
Gets the value of the path property.

Returns:
possible object is String

setPath

void setPath(java.lang.String value)
Sets the value of the path property.

Parameters:
value - allowed object is String

isSetPath

boolean isSetPath()

unsetPath

void unsetPath()


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