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

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

public static interface XSTestType.RunSetType

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Timing">
           <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>
         </element>
         <element name="Payloads" type="{}itemlist"/>
         <element name="cvus" type="{}itemlist"/>
         <element name="UseCases" type="{}itemlist"/>
         <element name="Serverhost" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface XSTestType.RunSetType.TimingType
          Java content class for anonymous complex type.
 
Method Summary
 Itemlist getCvus()
          Gets the value of the cvus property.
 Itemlist getPayloads()
          Gets the value of the payloads property.
 java.lang.String getServerhost()
          Gets the value of the serverhost property.
 XSTestType.RunSetType.TimingType getTiming()
          Gets the value of the timing property.
 Itemlist getUseCases()
          Gets the value of the useCases property.
 void setCvus(Itemlist value)
          Sets the value of the cvus property.
 void setPayloads(Itemlist value)
          Sets the value of the payloads property.
 void setServerhost(java.lang.String value)
          Sets the value of the serverhost property.
 void setTiming(XSTestType.RunSetType.TimingType value)
          Sets the value of the timing property.
 void setUseCases(Itemlist value)
          Sets the value of the useCases property.
 

Method Detail

getUseCases

Itemlist getUseCases()
Gets the value of the useCases property.

Returns:
possible object is Itemlist

setUseCases

void setUseCases(Itemlist value)
Sets the value of the useCases property.

Parameters:
value - allowed object is Itemlist

getCvus

Itemlist getCvus()
Gets the value of the cvus property.

Returns:
possible object is Itemlist

setCvus

void setCvus(Itemlist value)
Sets the value of the cvus property.

Parameters:
value - allowed object is Itemlist

getServerhost

java.lang.String getServerhost()
Gets the value of the serverhost property.

Returns:
possible object is String

setServerhost

void setServerhost(java.lang.String value)
Sets the value of the serverhost property.

Parameters:
value - allowed object is String

getTiming

XSTestType.RunSetType.TimingType getTiming()
Gets the value of the timing property.

Returns:
possible object is XSTestType.RunSetType.TimingType

setTiming

void setTiming(XSTestType.RunSetType.TimingType value)
Sets the value of the timing property.

Parameters:
value - allowed object is XSTestType.RunSetType.TimingType

getPayloads

Itemlist getPayloads()
Gets the value of the payloads property.

Returns:
possible object is Itemlist

setPayloads

void setPayloads(Itemlist value)
Sets the value of the payloads property.

Parameters:
value - allowed object is Itemlist