|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
int getRepeat()
void setRepeat(int value)
int getTimeBetweenTest()
void setTimeBetweenTest(int value)
TestusecaseT getTestusecase()
TestusecaseTvoid setTestusecase(TestusecaseT value)
value - allowed object is
TestusecaseTValueContainerT getMessagesize()
ValueContainerTvoid setMessagesize(ValueContainerT value)
value - allowed object is
ValueContainerTUntilT getUntil()
UntilTvoid setUntil(UntilT value)
value - allowed object is
UntilTlong getCheckTime()
void setCheckTime(long value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||