be.ac.ulg.montefiore.run.totem.repository.SAMTE.scenario.jaxb
Interface SAMTEType

All Superinterfaces:
ASEventType, ASTMEventType, EventType
All Known Subinterfaces:
SAMTE
All Known Implementing Classes:
SAMTE, SAMTEImpl, SAMTETypeImpl

public interface SAMTEType
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/skivee/sync/run/cvs-home/run-totem/src/resources/scenario/SAMTE-Scenario-v1_0.xsd line 39)

 <complexType>
   <complexContent>
     <extension base="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}ASTMEventType">
       <sequence>
         <element ref="{http://jaxb.scenario.SAMTE.repository.totem.run.montefiore.ulg.ac.be}simulatedAnnealing" minOccurs="0"/>
       </sequence>
       <attribute name="cplName" type="{http://jaxb.scenario.SAMTE.repository.totem.run.montefiore.ulg.ac.be}fileNameType" default="cpl.txt" />
       <attribute name="nbLSP" type="{http://www.w3.org/2001/XMLSchema}int" default="5" />
       <attribute name="nbRun" type="{http://www.w3.org/2001/XMLSchema}int" default="5" />
       <attribute name="verbose" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getCplName()
          Gets the value of the cplName property.
 int getNbLSP()
          Gets the value of the nbLSP property.
 int getNbRun()
          Gets the value of the nbRun property.
 SimulatedAnnealingType getSimulatedAnnealing()
          Gets the value of the simulatedAnnealing property.
 boolean isSetCplName()
           
 boolean isSetNbLSP()
           
 boolean isSetNbRun()
           
 boolean isSetSimulatedAnnealing()
           
 boolean isSetVerbose()
           
 boolean isVerbose()
          Gets the value of the verbose property.
 void setCplName(java.lang.String value)
          Sets the value of the cplName property.
 void setNbLSP(int value)
          Sets the value of the nbLSP property.
 void setNbRun(int value)
          Sets the value of the nbRun property.
 void setSimulatedAnnealing(SimulatedAnnealingType value)
          Sets the value of the simulatedAnnealing property.
 void setVerbose(boolean value)
          Sets the value of the verbose property.
 void unsetCplName()
           
 void unsetNbLSP()
           
 void unsetNbRun()
           
 void unsetSimulatedAnnealing()
           
 void unsetVerbose()
           
 
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

getSimulatedAnnealing

SimulatedAnnealingType getSimulatedAnnealing()
Gets the value of the simulatedAnnealing property.

Returns:
possible object is SimulatedAnnealingType SimulatedAnnealing

setSimulatedAnnealing

void setSimulatedAnnealing(SimulatedAnnealingType value)
Sets the value of the simulatedAnnealing property.

Parameters:
value - allowed object is SimulatedAnnealingType SimulatedAnnealing

isSetSimulatedAnnealing

boolean isSetSimulatedAnnealing()

unsetSimulatedAnnealing

void unsetSimulatedAnnealing()

isVerbose

boolean isVerbose()
Gets the value of the verbose property.


setVerbose

void setVerbose(boolean value)
Sets the value of the verbose property.


isSetVerbose

boolean isSetVerbose()

unsetVerbose

void unsetVerbose()

getNbLSP

int getNbLSP()
Gets the value of the nbLSP property.


setNbLSP

void setNbLSP(int value)
Sets the value of the nbLSP property.


isSetNbLSP

boolean isSetNbLSP()

unsetNbLSP

void unsetNbLSP()

getNbRun

int getNbRun()
Gets the value of the nbRun property.


setNbRun

void setNbRun(int value)
Sets the value of the nbRun property.


isSetNbRun

boolean isSetNbRun()

unsetNbRun

void unsetNbRun()

getCplName

java.lang.String getCplName()
Gets the value of the cplName property.

Returns:
possible object is String

setCplName

void setCplName(java.lang.String value)
Sets the value of the cplName property.

Parameters:
value - allowed object is String

isSetCplName

boolean isSetCplName()

unsetCplName

void unsetCplName()


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