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

All Known Implementing Classes:
LoadTestTImpl

public interface LoadTestT

Java content class for loadTest_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 420)

 <complexType name="loadTest_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="testusecase" type="{www.pushtotest.com/tm5}testusecase_t"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 TestusecaseT getTestusecase()
          Gets the value of the testusecase property.
 void setTestusecase(TestusecaseT value)
          Sets the value of the testusecase property.
 

Method Detail

getTestusecase

TestusecaseT getTestusecase()
Gets the value of the testusecase property.

Returns:
possible object is TestusecaseT

setTestusecase

void setTestusecase(TestusecaseT value)
Sets the value of the testusecase property.

Parameters:
value - allowed object is TestusecaseT