|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TestscenarioT
Java content class for testscenario_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 68)
<complexType name="testscenario_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="basics" type="{www.pushtotest.com/tm5}basics_t" minOccurs="0"/>
<element name="testnodes" type="{www.pushtotest.com/tm5}testnodes_t" minOccurs="0"/>
<element name="arguments" type="{www.pushtotest.com/tm5}arguments_t" minOccurs="0"/>
<element name="DataSources" type="{www.pushtotest.com/tm5}datasources_t" minOccurs="0"/>
<element name="resources" type="{www.pushtotest.com/tm5}resources_t" minOccurs="0"/>
<element name="functionaltest" type="{www.pushtotest.com/tm5}monitorTest_t" minOccurs="0"/>
<element name="monitor" type="{www.pushtotest.com/tm5}monitorTest_t" minOccurs="0"/>
<element name="loadtest" type="{www.pushtotest.com/tm5}loadTest_t" minOccurs="0"/>
<element name="logs" type="{www.pushtotest.com/tm5}logs_t" minOccurs="0"/>
<element name="tally" type="{www.pushtotest.com/tm5}tally_t" minOccurs="0"/>
<element name="chart" type="{www.pushtotest.com/tm5}chart_t" minOccurs="0"/>
<element name="monitoring" type="{www.pushtotest.com/tm5}monitor_t" minOccurs="0"/>
<element name="options" type="{www.pushtotest.com/tm5}options_t" minOccurs="0"/>
<element name="mail" type="{www.pushtotest.com/tm5}mail_t" minOccurs="0"/>
<element name="notifications" type="{www.pushtotest.com/tm5}notifications_t" minOccurs="0"/>
</all>
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
ArgumentsT |
getArguments()
Gets the value of the arguments property. |
BasicsT |
getBasics()
Gets the value of the basics property. |
ChartT |
getChart()
Gets the value of the chart property. |
DatasourcesT |
getDataSources()
Gets the value of the dataSources property. |
MonitorTestT |
getFunctionaltest()
Gets the value of the functionaltest property. |
LoadTestT |
getLoadtest()
Gets the value of the loadtest property. |
LogsT |
getLogs()
Gets the value of the logs property. |
MailT |
getMail()
Gets the value of the mail property. |
MonitorTestT |
getMonitor()
Gets the value of the monitor property. |
MonitorT |
getMonitoring()
Gets the value of the monitoring property. |
NotificationsT |
getNotifications()
Gets the value of the notifications property. |
OptionsT |
getOptions()
Gets the value of the options property. |
ResourcesT |
getResources()
Gets the value of the resources property. |
TallyT |
getTally()
Gets the value of the tally property. |
TestnodesT |
getTestnodes()
Gets the value of the testnodes property. |
float |
getVersion()
Gets the value of the version property. |
void |
setArguments(ArgumentsT value)
Sets the value of the arguments property. |
void |
setBasics(BasicsT value)
Sets the value of the basics property. |
void |
setChart(ChartT value)
Sets the value of the chart property. |
void |
setDataSources(DatasourcesT value)
Sets the value of the dataSources property. |
void |
setFunctionaltest(MonitorTestT value)
Sets the value of the functionaltest property. |
void |
setLoadtest(LoadTestT value)
Sets the value of the loadtest property. |
void |
setLogs(LogsT value)
Sets the value of the logs property. |
void |
setMail(MailT value)
Sets the value of the mail property. |
void |
setMonitor(MonitorTestT value)
Sets the value of the monitor property. |
void |
setMonitoring(MonitorT value)
Sets the value of the monitoring property. |
void |
setNotifications(NotificationsT value)
Sets the value of the notifications property. |
void |
setOptions(OptionsT value)
Sets the value of the options property. |
void |
setResources(ResourcesT value)
Sets the value of the resources property. |
void |
setTally(TallyT value)
Sets the value of the tally property. |
void |
setTestnodes(TestnodesT value)
Sets the value of the testnodes property. |
void |
setVersion(float value)
Sets the value of the version property. |
| Method Detail |
|---|
BasicsT getBasics()
BasicsTvoid setBasics(BasicsT value)
value - allowed object is
BasicsTTallyT getTally()
TallyTvoid setTally(TallyT value)
value - allowed object is
TallyTNotificationsT getNotifications()
NotificationsTvoid setNotifications(NotificationsT value)
value - allowed object is
NotificationsTMonitorT getMonitoring()
MonitorTvoid setMonitoring(MonitorT value)
value - allowed object is
MonitorTOptionsT getOptions()
OptionsTvoid setOptions(OptionsT value)
value - allowed object is
OptionsTLoadTestT getLoadtest()
LoadTestTvoid setLoadtest(LoadTestT value)
value - allowed object is
LoadTestTTestnodesT getTestnodes()
TestnodesTvoid setTestnodes(TestnodesT value)
value - allowed object is
TestnodesTArgumentsT getArguments()
ArgumentsTvoid setArguments(ArgumentsT value)
value - allowed object is
ArgumentsTChartT getChart()
ChartTvoid setChart(ChartT value)
value - allowed object is
ChartTMonitorTestT getFunctionaltest()
MonitorTestTvoid setFunctionaltest(MonitorTestT value)
value - allowed object is
MonitorTestTMonitorTestT getMonitor()
MonitorTestTvoid setMonitor(MonitorTestT value)
value - allowed object is
MonitorTestTfloat getVersion()
void setVersion(float value)
LogsT getLogs()
LogsTvoid setLogs(LogsT value)
value - allowed object is
LogsTMailT getMail()
MailTvoid setMail(MailT value)
value - allowed object is
MailTDatasourcesT getDataSources()
DatasourcesTvoid setDataSources(DatasourcesT value)
value - allowed object is
DatasourcesTResourcesT getResources()
ResourcesTvoid setResources(ResourcesT value)
value - allowed object is
ResourcesT
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||