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

All Known Subinterfaces:
Testscenario
All Known Implementing Classes:
TestscenarioImpl, TestscenarioTImpl

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

getBasics

BasicsT getBasics()
Gets the value of the basics property.

Returns:
possible object is BasicsT

setBasics

void setBasics(BasicsT value)
Sets the value of the basics property.

Parameters:
value - allowed object is BasicsT

getTally

TallyT getTally()
Gets the value of the tally property.

Returns:
possible object is TallyT

setTally

void setTally(TallyT value)
Sets the value of the tally property.

Parameters:
value - allowed object is TallyT

getNotifications

NotificationsT getNotifications()
Gets the value of the notifications property.

Returns:
possible object is NotificationsT

setNotifications

void setNotifications(NotificationsT value)
Sets the value of the notifications property.

Parameters:
value - allowed object is NotificationsT

getMonitoring

MonitorT getMonitoring()
Gets the value of the monitoring property.

Returns:
possible object is MonitorT

setMonitoring

void setMonitoring(MonitorT value)
Sets the value of the monitoring property.

Parameters:
value - allowed object is MonitorT

getOptions

OptionsT getOptions()
Gets the value of the options property.

Returns:
possible object is OptionsT

setOptions

void setOptions(OptionsT value)
Sets the value of the options property.

Parameters:
value - allowed object is OptionsT

getLoadtest

LoadTestT getLoadtest()
Gets the value of the loadtest property.

Returns:
possible object is LoadTestT

setLoadtest

void setLoadtest(LoadTestT value)
Sets the value of the loadtest property.

Parameters:
value - allowed object is LoadTestT

getTestnodes

TestnodesT getTestnodes()
Gets the value of the testnodes property.

Returns:
possible object is TestnodesT

setTestnodes

void setTestnodes(TestnodesT value)
Sets the value of the testnodes property.

Parameters:
value - allowed object is TestnodesT

getArguments

ArgumentsT getArguments()
Gets the value of the arguments property.

Returns:
possible object is ArgumentsT

setArguments

void setArguments(ArgumentsT value)
Sets the value of the arguments property.

Parameters:
value - allowed object is ArgumentsT

getChart

ChartT getChart()
Gets the value of the chart property.

Returns:
possible object is ChartT

setChart

void setChart(ChartT value)
Sets the value of the chart property.

Parameters:
value - allowed object is ChartT

getFunctionaltest

MonitorTestT getFunctionaltest()
Gets the value of the functionaltest property.

Returns:
possible object is MonitorTestT

setFunctionaltest

void setFunctionaltest(MonitorTestT value)
Sets the value of the functionaltest property.

Parameters:
value - allowed object is MonitorTestT

getMonitor

MonitorTestT getMonitor()
Gets the value of the monitor property.

Returns:
possible object is MonitorTestT

setMonitor

void setMonitor(MonitorTestT value)
Sets the value of the monitor property.

Parameters:
value - allowed object is MonitorTestT

getVersion

float getVersion()
Gets the value of the version property.


setVersion

void setVersion(float value)
Sets the value of the version property.


getLogs

LogsT getLogs()
Gets the value of the logs property.

Returns:
possible object is LogsT

setLogs

void setLogs(LogsT value)
Sets the value of the logs property.

Parameters:
value - allowed object is LogsT

getMail

MailT getMail()
Gets the value of the mail property.

Returns:
possible object is MailT

setMail

void setMail(MailT value)
Sets the value of the mail property.

Parameters:
value - allowed object is MailT

getDataSources

DatasourcesT getDataSources()
Gets the value of the dataSources property.

Returns:
possible object is DatasourcesT

setDataSources

void setDataSources(DatasourcesT value)
Sets the value of the dataSources property.

Parameters:
value - allowed object is DatasourcesT

getResources

ResourcesT getResources()
Gets the value of the resources property.

Returns:
possible object is ResourcesT

setResources

void setResources(ResourcesT value)
Sets the value of the resources property.

Parameters:
value - allowed object is ResourcesT