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

All Superinterfaces:
ASEventType, ASTMEventType, EventType
All Known Subinterfaces:
ComputeMCF
All Known Implementing Classes:
ComputeMCF, ComputeMCFImpl, ComputeMCFTypeImpl

public interface ComputeMCFType
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 164)

 <complexType>
   <complexContent>
     <extension base="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}ASTMEventType">
       <attribute name="dataFile" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="resultFile" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="runGLPSOL" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getDataFile()
          Gets the value of the dataFile property.
 java.lang.String getResultFile()
          Gets the value of the resultFile property.
 boolean isRunGLPSOL()
          Gets the value of the runGLPSOL property.
 boolean isSetDataFile()
           
 boolean isSetResultFile()
           
 boolean isSetRunGLPSOL()
           
 void setDataFile(java.lang.String value)
          Sets the value of the dataFile property.
 void setResultFile(java.lang.String value)
          Sets the value of the resultFile property.
 void setRunGLPSOL(boolean value)
          Sets the value of the runGLPSOL property.
 void unsetDataFile()
           
 void unsetResultFile()
           
 void unsetRunGLPSOL()
           
 
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

getResultFile

java.lang.String getResultFile()
Gets the value of the resultFile property.

Returns:
possible object is String

setResultFile

void setResultFile(java.lang.String value)
Sets the value of the resultFile property.

Parameters:
value - allowed object is String

isSetResultFile

boolean isSetResultFile()

unsetResultFile

void unsetResultFile()

getDataFile

java.lang.String getDataFile()
Gets the value of the dataFile property.

Returns:
possible object is String

setDataFile

void setDataFile(java.lang.String value)
Sets the value of the dataFile property.

Parameters:
value - allowed object is String

isSetDataFile

boolean isSetDataFile()

unsetDataFile

void unsetDataFile()

isRunGLPSOL

boolean isRunGLPSOL()
Gets the value of the runGLPSOL property.


setRunGLPSOL

void setRunGLPSOL(boolean value)
Sets the value of the runGLPSOL property.


isSetRunGLPSOL

boolean isSetRunGLPSOL()

unsetRunGLPSOL

void unsetRunGLPSOL()


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