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

All Superinterfaces:
ASEventType, EventType
All Known Subinterfaces:
GenerateCPL
All Known Implementing Classes:
GenerateCPL, GenerateCPLImpl, GenerateCPLTypeImpl

public interface GenerateCPLType
extends ASEventType

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

 <complexType>
   <complexContent>
     <extension base="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}ASEventType">
       <attribute name="fileName" type="{http://jaxb.scenario.SAMTE.repository.totem.run.montefiore.ulg.ac.be}fileNameType" default="cpl.txt" />
       <attribute name="maxDepth" type="{http://www.w3.org/2001/XMLSchema}int" default="5" />
       <attribute name="nbPath" type="{http://www.w3.org/2001/XMLSchema}int" default="5" />
       <attribute name="type" type="{http://jaxb.scenario.SAMTE.repository.totem.run.montefiore.ulg.ac.be}cplType" default="SINGLE_PATH" />
       <attribute name="verbose" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getFileName()
          Gets the value of the fileName property.
 int getMaxDepth()
          Gets the value of the maxDepth property.
 int getNbPath()
          Gets the value of the nbPath property.
 CplType getType()
          Gets the value of the type property.
 boolean isSetFileName()
           
 boolean isSetMaxDepth()
           
 boolean isSetNbPath()
           
 boolean isSetType()
           
 boolean isSetVerbose()
           
 boolean isVerbose()
          Gets the value of the verbose property.
 void setFileName(java.lang.String value)
          Sets the value of the fileName property.
 void setMaxDepth(int value)
          Sets the value of the maxDepth property.
 void setNbPath(int value)
          Sets the value of the nbPath property.
 void setType(CplType value)
          Sets the value of the type property.
 void setVerbose(boolean value)
          Sets the value of the verbose property.
 void unsetFileName()
           
 void unsetMaxDepth()
           
 void unsetNbPath()
           
 void unsetType()
           
 void unsetVerbose()
           
 
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

CplType getType()
Gets the value of the type property.

Returns:
possible object is CplType

setType

void setType(CplType value)
Sets the value of the type property.

Parameters:
value - allowed object is CplType

isSetType

boolean isSetType()

unsetType

void unsetType()

getNbPath

int getNbPath()
Gets the value of the nbPath property.


setNbPath

void setNbPath(int value)
Sets the value of the nbPath property.


isSetNbPath

boolean isSetNbPath()

unsetNbPath

void unsetNbPath()

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

getMaxDepth

int getMaxDepth()
Gets the value of the maxDepth property.


setMaxDepth

void setMaxDepth(int value)
Sets the value of the maxDepth property.


isSetMaxDepth

boolean isSetMaxDepth()

unsetMaxDepth

void unsetMaxDepth()

getFileName

java.lang.String getFileName()
Gets the value of the fileName property.

Returns:
possible object is String

setFileName

void setFileName(java.lang.String value)
Sets the value of the fileName property.

Parameters:
value - allowed object is String

isSetFileName

boolean isSetFileName()

unsetFileName

void unsetFileName()


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