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

All Superinterfaces:
EventType
All Known Subinterfaces:
GenerateIntraTM
All Known Implementing Classes:
GenerateIntraTM, GenerateIntraTMImpl, GenerateIntraTMTypeImpl

public interface GenerateIntraTMType
extends EventType

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

 <complexType>
   <complexContent>
     <extension base="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}eventType">
       <attribute name="BGPbaseDirectory" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="BGPdirFileName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="NETFLOWbaseDirectory" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="NETFLOWdirFileName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="clusterFileName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="minutes" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="samplingRate" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="trafficMatrixFileName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getBGPbaseDirectory()
          Gets the value of the bgPbaseDirectory property.
 java.lang.String getBGPdirFileName()
          Gets the value of the bgPdirFileName property.
 java.lang.String getClusterFileName()
          Gets the value of the clusterFileName property.
 int getMinutes()
          Gets the value of the minutes property.
 java.lang.String getNETFLOWbaseDirectory()
          Gets the value of the netfloWbaseDirectory property.
 java.lang.String getNETFLOWdirFileName()
          Gets the value of the netfloWdirFileName property.
 int getSamplingRate()
          Gets the value of the samplingRate property.
 java.lang.String getTrafficMatrixFileName()
          Gets the value of the trafficMatrixFileName property.
 boolean isSetBGPbaseDirectory()
           
 boolean isSetBGPdirFileName()
           
 boolean isSetClusterFileName()
           
 boolean isSetMinutes()
           
 boolean isSetNETFLOWbaseDirectory()
           
 boolean isSetNETFLOWdirFileName()
           
 boolean isSetSamplingRate()
           
 boolean isSetTrafficMatrixFileName()
           
 void setBGPbaseDirectory(java.lang.String value)
          Sets the value of the bgPbaseDirectory property.
 void setBGPdirFileName(java.lang.String value)
          Sets the value of the bgPdirFileName property.
 void setClusterFileName(java.lang.String value)
          Sets the value of the clusterFileName property.
 void setMinutes(int value)
          Sets the value of the minutes property.
 void setNETFLOWbaseDirectory(java.lang.String value)
          Sets the value of the netfloWbaseDirectory property.
 void setNETFLOWdirFileName(java.lang.String value)
          Sets the value of the netfloWdirFileName property.
 void setSamplingRate(int value)
          Sets the value of the samplingRate property.
 void setTrafficMatrixFileName(java.lang.String value)
          Sets the value of the trafficMatrixFileName property.
 void unsetBGPbaseDirectory()
           
 void unsetBGPdirFileName()
           
 void unsetClusterFileName()
           
 void unsetMinutes()
           
 void unsetNETFLOWbaseDirectory()
           
 void unsetNETFLOWdirFileName()
           
 void unsetSamplingRate()
           
 void unsetTrafficMatrixFileName()
           
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.EventType
getTime, isSetTime, setTime, unsetTime
 

Method Detail

getMinutes

int getMinutes()
Gets the value of the minutes property.


setMinutes

void setMinutes(int value)
Sets the value of the minutes property.


isSetMinutes

boolean isSetMinutes()

unsetMinutes

void unsetMinutes()

getTrafficMatrixFileName

java.lang.String getTrafficMatrixFileName()
Gets the value of the trafficMatrixFileName property.

Returns:
possible object is String

setTrafficMatrixFileName

void setTrafficMatrixFileName(java.lang.String value)
Sets the value of the trafficMatrixFileName property.

Parameters:
value - allowed object is String

isSetTrafficMatrixFileName

boolean isSetTrafficMatrixFileName()

unsetTrafficMatrixFileName

void unsetTrafficMatrixFileName()

getClusterFileName

java.lang.String getClusterFileName()
Gets the value of the clusterFileName property.

Returns:
possible object is String

setClusterFileName

void setClusterFileName(java.lang.String value)
Sets the value of the clusterFileName property.

Parameters:
value - allowed object is String

isSetClusterFileName

boolean isSetClusterFileName()

unsetClusterFileName

void unsetClusterFileName()

getBGPdirFileName

java.lang.String getBGPdirFileName()
Gets the value of the bgPdirFileName property.

Returns:
possible object is String

setBGPdirFileName

void setBGPdirFileName(java.lang.String value)
Sets the value of the bgPdirFileName property.

Parameters:
value - allowed object is String

isSetBGPdirFileName

boolean isSetBGPdirFileName()

unsetBGPdirFileName

void unsetBGPdirFileName()

getSamplingRate

int getSamplingRate()
Gets the value of the samplingRate property.


setSamplingRate

void setSamplingRate(int value)
Sets the value of the samplingRate property.


isSetSamplingRate

boolean isSetSamplingRate()

unsetSamplingRate

void unsetSamplingRate()

getNETFLOWdirFileName

java.lang.String getNETFLOWdirFileName()
Gets the value of the netfloWdirFileName property.

Returns:
possible object is String

setNETFLOWdirFileName

void setNETFLOWdirFileName(java.lang.String value)
Sets the value of the netfloWdirFileName property.

Parameters:
value - allowed object is String

isSetNETFLOWdirFileName

boolean isSetNETFLOWdirFileName()

unsetNETFLOWdirFileName

void unsetNETFLOWdirFileName()

getNETFLOWbaseDirectory

java.lang.String getNETFLOWbaseDirectory()
Gets the value of the netfloWbaseDirectory property.

Returns:
possible object is String

setNETFLOWbaseDirectory

void setNETFLOWbaseDirectory(java.lang.String value)
Sets the value of the netfloWbaseDirectory property.

Parameters:
value - allowed object is String

isSetNETFLOWbaseDirectory

boolean isSetNETFLOWbaseDirectory()

unsetNETFLOWbaseDirectory

void unsetNETFLOWbaseDirectory()

getBGPbaseDirectory

java.lang.String getBGPbaseDirectory()
Gets the value of the bgPbaseDirectory property.

Returns:
possible object is String

setBGPbaseDirectory

void setBGPbaseDirectory(java.lang.String value)
Sets the value of the bgPbaseDirectory property.

Parameters:
value - allowed object is String

isSetBGPbaseDirectory

boolean isSetBGPbaseDirectory()

unsetBGPbaseDirectory

void unsetBGPbaseDirectory()


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