com.pushtotest.testmaker.XSTest.xml
Interface XSTestType.RunSetType.TimingType

All Known Implementing Classes:
XSTestTypeImpl.RunSetTypeImpl.TimingTypeImpl
Enclosing interface:
XSTestType.RunSetType

public static interface XSTestType.RunSetType.TimingType

Java content class for anonymous 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/XSTestProps.xsd line 130)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="cycletime" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="duration" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="sleeptime" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="startupdelay" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="warmup" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 int getCycletime()
          Gets the value of the cycletime property.
 int getDuration()
          Gets the value of the duration property.
 int getSleeptime()
          Gets the value of the sleeptime property.
 int getStartupdelay()
          Gets the value of the startupdelay property.
 int getWarmup()
          Gets the value of the warmup property.
 void setCycletime(int value)
          Sets the value of the cycletime property.
 void setDuration(int value)
          Sets the value of the duration property.
 void setSleeptime(int value)
          Sets the value of the sleeptime property.
 void setStartupdelay(int value)
          Sets the value of the startupdelay property.
 void setWarmup(int value)
          Sets the value of the warmup property.
 

Method Detail

getSleeptime

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


setSleeptime

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


getStartupdelay

int getStartupdelay()
Gets the value of the startupdelay property.


setStartupdelay

void setStartupdelay(int value)
Sets the value of the startupdelay property.


getDuration

int getDuration()
Gets the value of the duration property.


setDuration

void setDuration(int value)
Sets the value of the duration property.


getCycletime

int getCycletime()
Gets the value of the cycletime property.


setCycletime

void setCycletime(int value)
Sets the value of the cycletime property.


getWarmup

int getWarmup()
Gets the value of the warmup property.


setWarmup

void setWarmup(int value)
Sets the value of the warmup property.