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

All Known Implementing Classes:
MonitorTestTImpl

public interface MonitorTestT

Java content class for monitorTest_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 397)

 <complexType name="monitorTest_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="until" type="{www.pushtotest.com/tm5}until_t" minOccurs="0"/>
         <element name="messagesize" type="{www.pushtotest.com/tm5}valueContainer_t" minOccurs="0"/>
         <element name="testusecase" type="{www.pushtotest.com/tm5}testusecase_t"/>
       </sequence>
       <attribute name="checkTime" type="{http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="repeat" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="timeBetweenTest" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 long getCheckTime()
          Gets the value of the checkTime property.
 ValueContainerT getMessagesize()
          Gets the value of the messagesize property.
 int getRepeat()
          Gets the value of the repeat property.
 TestusecaseT getTestusecase()
          Gets the value of the testusecase property.
 int getTimeBetweenTest()
          Gets the value of the timeBetweenTest property.
 UntilT getUntil()
          Gets the value of the until property.
 void setCheckTime(long value)
          Sets the value of the checkTime property.
 void setMessagesize(ValueContainerT value)
          Sets the value of the messagesize property.
 void setRepeat(int value)
          Sets the value of the repeat property.
 void setTestusecase(TestusecaseT value)
          Sets the value of the testusecase property.
 void setTimeBetweenTest(int value)
          Sets the value of the timeBetweenTest property.
 void setUntil(UntilT value)
          Sets the value of the until property.
 

Method Detail

getRepeat

int getRepeat()
Gets the value of the repeat property.


setRepeat

void setRepeat(int value)
Sets the value of the repeat property.


getTimeBetweenTest

int getTimeBetweenTest()
Gets the value of the timeBetweenTest property.


setTimeBetweenTest

void setTimeBetweenTest(int value)
Sets the value of the timeBetweenTest property.


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

getMessagesize

ValueContainerT getMessagesize()
Gets the value of the messagesize property.

Returns:
possible object is ValueContainerT

setMessagesize

void setMessagesize(ValueContainerT value)
Sets the value of the messagesize property.

Parameters:
value - allowed object is ValueContainerT

getUntil

UntilT getUntil()
Gets the value of the until property.

Returns:
possible object is UntilT

setUntil

void setUntil(UntilT value)
Sets the value of the until property.

Parameters:
value - allowed object is UntilT

getCheckTime

long getCheckTime()
Gets the value of the checkTime property.


setCheckTime

void setCheckTime(long value)
Sets the value of the checkTime property.