com.pushtotest.testmaker.XSTest.xml.TestScenario
Interface OptionsT

All Known Implementing Classes:
OptionsTImpl

public interface OptionsT

Java content class for options_t complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/frankcohen/dev/cvs/tm_newer/tm5/TestMaker/src/com/pushtotest/testmaker/XSTest/xml/TestScenario/testscenario.xsd line 301)

 <complexType name="options_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="debug" type="{www.pushtotest.com/tm5}debug_t" minOccurs="0"/>
         <element name="sleeptime" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="delayBetweenStartingUseCases" type="{www.pushtotest.com/tm5}seconds_t" minOccurs="0"/>
         <element name="delayBetweenStartingUseCasses" type="{www.pushtotest.com/tm5}seconds_t" minOccurs="0"/>
         <element name="delayBetweenTestCases" type="{www.pushtotest.com/tm5}seconds_t" minOccurs="0"/>
         <element name="testTime" type="{www.pushtotest.com/tm5}seconds_t" minOccurs="0"/>
         <element name="target" type="{www.pushtotest.com/tm5}node_t" minOccurs="0"/>
         <element name="logging" type="{www.pushtotest.com/tm5}logging_t" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 DebugT getDebug()
          Gets the value of the debug property.
 SecondsT getDelayBetweenStartingUseCases()
          Gets the value of the delayBetweenStartingUseCases property.
 SecondsT getDelayBetweenStartingUseCasses()
          Gets the value of the delayBetweenStartingUseCasses property.
 SecondsT getDelayBetweenTestCases()
          Gets the value of the delayBetweenTestCases property.
 LoggingT getLogging()
          Gets the value of the logging property.
 int getSleeptime()
          Gets the value of the sleeptime property.
 NodeT getTarget()
          Gets the value of the target property.
 SecondsT getTestTime()
          Gets the value of the testTime property.
 void setDebug(DebugT value)
          Sets the value of the debug property.
 void setDelayBetweenStartingUseCases(SecondsT value)
          Sets the value of the delayBetweenStartingUseCases property.
 void setDelayBetweenStartingUseCasses(SecondsT value)
          Sets the value of the delayBetweenStartingUseCasses property.
 void setDelayBetweenTestCases(SecondsT value)
          Sets the value of the delayBetweenTestCases property.
 void setLogging(LoggingT value)
          Sets the value of the logging property.
 void setSleeptime(int value)
          Sets the value of the sleeptime property.
 void setTarget(NodeT value)
          Sets the value of the target property.
 void setTestTime(SecondsT value)
          Sets the value of the testTime property.
 

Method Detail

getTestTime

SecondsT getTestTime()
Gets the value of the testTime property.

Returns:
possible object is SecondsT

setTestTime

void setTestTime(SecondsT value)
Sets the value of the testTime property.

Parameters:
value - allowed object is SecondsT

getDelayBetweenStartingUseCases

SecondsT getDelayBetweenStartingUseCases()
Gets the value of the delayBetweenStartingUseCases property.

Returns:
possible object is SecondsT

setDelayBetweenStartingUseCases

void setDelayBetweenStartingUseCases(SecondsT value)
Sets the value of the delayBetweenStartingUseCases property.

Parameters:
value - allowed object is SecondsT

getSleeptime

int getSleeptime()
Gets the value of the sleeptime property.


setSleeptime

void setSleeptime(int value)
Sets the value of the sleeptime property.


getLogging

LoggingT getLogging()
Gets the value of the logging property.

Returns:
possible object is LoggingT

setLogging

void setLogging(LoggingT value)
Sets the value of the logging property.

Parameters:
value - allowed object is LoggingT

getDebug

DebugT getDebug()
Gets the value of the debug property.

Returns:
possible object is DebugT

setDebug

void setDebug(DebugT value)
Sets the value of the debug property.

Parameters:
value - allowed object is DebugT

getTarget

NodeT getTarget()
Gets the value of the target property.

Returns:
possible object is NodeT

setTarget

void setTarget(NodeT value)
Sets the value of the target property.

Parameters:
value - allowed object is NodeT

getDelayBetweenTestCases

SecondsT getDelayBetweenTestCases()
Gets the value of the delayBetweenTestCases property.

Returns:
possible object is SecondsT

setDelayBetweenTestCases

void setDelayBetweenTestCases(SecondsT value)
Sets the value of the delayBetweenTestCases property.

Parameters:
value - allowed object is SecondsT

getDelayBetweenStartingUseCasses

SecondsT getDelayBetweenStartingUseCasses()
Gets the value of the delayBetweenStartingUseCasses property.

Returns:
possible object is SecondsT

setDelayBetweenStartingUseCasses

void setDelayBetweenStartingUseCasses(SecondsT value)
Sets the value of the delayBetweenStartingUseCasses property.

Parameters:
value - allowed object is SecondsT