com.pushtotest.testmaker.XSTest.xml.TestScenario.impl
Class TestscenarioTImpl

java.lang.Object
  extended by com.pushtotest.testmaker.XSTest.xml.TestScenario.impl.TestscenarioTImpl
All Implemented Interfaces:
UnmarshallableObject, ValidatableObject, XMLSerializable, TestscenarioT, com.sun.xml.bind.JAXBObject
Direct Known Subclasses:
TestscenarioImpl

public class TestscenarioTImpl
extends java.lang.Object
implements TestscenarioT, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
 class TestscenarioTImpl.Unmarshaller
           
 
Field Summary
protected  ArgumentsT _Arguments
           
protected  BasicsT _Basics
           
protected  ChartT _Chart
           
protected  DatasourcesT _DataSources
           
protected  MonitorTestT _Functionaltest
           
protected  LoadTestT _Loadtest
           
protected  LogsT _Logs
           
protected  MailT _Mail
           
protected  MonitorTestT _Monitor
           
protected  MonitorT _Monitoring
           
protected  NotificationsT _Notifications
           
protected  OptionsT _Options
           
protected  ResourcesT _Resources
           
protected  TallyT _Tally
           
protected  TestnodesT _Testnodes
           
protected  float _Version
           
protected  boolean has_Version
           
static java.lang.Class version
           
 
Constructor Summary
TestscenarioTImpl()
           
 
Method Summary
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
          Gets the schema fragment associated with this class.
 UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
          Creates an unmarshaller that will unmarshall this object.
 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.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 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 serializeAttributes(XMLSerializer context)
          Serializes attributes into the specified target.
 void serializeBody(XMLSerializer context)
          Serializes child elements and texts into the specified target.
 void serializeURIs(XMLSerializer context)
          Declares all the namespace URIs this object is using at its top-level scope into the specified target.
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Basics

protected BasicsT _Basics

_Tally

protected TallyT _Tally

_Notifications

protected NotificationsT _Notifications

_Monitoring

protected MonitorT _Monitoring

_Options

protected OptionsT _Options

_Loadtest

protected LoadTestT _Loadtest

_Testnodes

protected TestnodesT _Testnodes

_Arguments

protected ArgumentsT _Arguments

_Chart

protected ChartT _Chart

_Functionaltest

protected MonitorTestT _Functionaltest

_Monitor

protected MonitorTestT _Monitor

has_Version

protected boolean has_Version

_Version

protected float _Version

_Logs

protected LogsT _Logs

_Mail

protected MailT _Mail

_DataSources

protected DatasourcesT _DataSources

_Resources

protected ResourcesT _Resources

version

public static final java.lang.Class version
Constructor Detail

TestscenarioTImpl

public TestscenarioTImpl()
Method Detail

getBasics

public BasicsT getBasics()
Description copied from interface: TestscenarioT
Gets the value of the basics property.

Specified by:
getBasics in interface TestscenarioT
Returns:
possible object is BasicsT

setBasics

public void setBasics(BasicsT value)
Description copied from interface: TestscenarioT
Sets the value of the basics property.

Specified by:
setBasics in interface TestscenarioT
Parameters:
value - allowed object is BasicsT

getTally

public TallyT getTally()
Description copied from interface: TestscenarioT
Gets the value of the tally property.

Specified by:
getTally in interface TestscenarioT
Returns:
possible object is TallyT

setTally

public void setTally(TallyT value)
Description copied from interface: TestscenarioT
Sets the value of the tally property.

Specified by:
setTally in interface TestscenarioT
Parameters:
value - allowed object is TallyT

getNotifications

public NotificationsT getNotifications()
Description copied from interface: TestscenarioT
Gets the value of the notifications property.

Specified by:
getNotifications in interface TestscenarioT
Returns:
possible object is NotificationsT

setNotifications

public void setNotifications(NotificationsT value)
Description copied from interface: TestscenarioT
Sets the value of the notifications property.

Specified by:
setNotifications in interface TestscenarioT
Parameters:
value - allowed object is NotificationsT

getMonitoring

public MonitorT getMonitoring()
Description copied from interface: TestscenarioT
Gets the value of the monitoring property.

Specified by:
getMonitoring in interface TestscenarioT
Returns:
possible object is MonitorT

setMonitoring

public void setMonitoring(MonitorT value)
Description copied from interface: TestscenarioT
Sets the value of the monitoring property.

Specified by:
setMonitoring in interface TestscenarioT
Parameters:
value - allowed object is MonitorT

getOptions

public OptionsT getOptions()
Description copied from interface: TestscenarioT
Gets the value of the options property.

Specified by:
getOptions in interface TestscenarioT
Returns:
possible object is OptionsT

setOptions

public void setOptions(OptionsT value)
Description copied from interface: TestscenarioT
Sets the value of the options property.

Specified by:
setOptions in interface TestscenarioT
Parameters:
value - allowed object is OptionsT

getLoadtest

public LoadTestT getLoadtest()
Description copied from interface: TestscenarioT
Gets the value of the loadtest property.

Specified by:
getLoadtest in interface TestscenarioT
Returns:
possible object is LoadTestT

setLoadtest

public void setLoadtest(LoadTestT value)
Description copied from interface: TestscenarioT
Sets the value of the loadtest property.

Specified by:
setLoadtest in interface TestscenarioT
Parameters:
value - allowed object is LoadTestT

getTestnodes

public TestnodesT getTestnodes()
Description copied from interface: TestscenarioT
Gets the value of the testnodes property.

Specified by:
getTestnodes in interface TestscenarioT
Returns:
possible object is TestnodesT

setTestnodes

public void setTestnodes(TestnodesT value)
Description copied from interface: TestscenarioT
Sets the value of the testnodes property.

Specified by:
setTestnodes in interface TestscenarioT
Parameters:
value - allowed object is TestnodesT

getArguments

public ArgumentsT getArguments()
Description copied from interface: TestscenarioT
Gets the value of the arguments property.

Specified by:
getArguments in interface TestscenarioT
Returns:
possible object is ArgumentsT

setArguments

public void setArguments(ArgumentsT value)
Description copied from interface: TestscenarioT
Sets the value of the arguments property.

Specified by:
setArguments in interface TestscenarioT
Parameters:
value - allowed object is ArgumentsT

getChart

public ChartT getChart()
Description copied from interface: TestscenarioT
Gets the value of the chart property.

Specified by:
getChart in interface TestscenarioT
Returns:
possible object is ChartT

setChart

public void setChart(ChartT value)
Description copied from interface: TestscenarioT
Sets the value of the chart property.

Specified by:
setChart in interface TestscenarioT
Parameters:
value - allowed object is ChartT

getFunctionaltest

public MonitorTestT getFunctionaltest()
Description copied from interface: TestscenarioT
Gets the value of the functionaltest property.

Specified by:
getFunctionaltest in interface TestscenarioT
Returns:
possible object is MonitorTestT

setFunctionaltest

public void setFunctionaltest(MonitorTestT value)
Description copied from interface: TestscenarioT
Sets the value of the functionaltest property.

Specified by:
setFunctionaltest in interface TestscenarioT
Parameters:
value - allowed object is MonitorTestT

getMonitor

public MonitorTestT getMonitor()
Description copied from interface: TestscenarioT
Gets the value of the monitor property.

Specified by:
getMonitor in interface TestscenarioT
Returns:
possible object is MonitorTestT

setMonitor

public void setMonitor(MonitorTestT value)
Description copied from interface: TestscenarioT
Sets the value of the monitor property.

Specified by:
setMonitor in interface TestscenarioT
Parameters:
value - allowed object is MonitorTestT

getVersion

public float getVersion()
Description copied from interface: TestscenarioT
Gets the value of the version property.

Specified by:
getVersion in interface TestscenarioT

setVersion

public void setVersion(float value)
Description copied from interface: TestscenarioT
Sets the value of the version property.

Specified by:
setVersion in interface TestscenarioT

getLogs

public LogsT getLogs()
Description copied from interface: TestscenarioT
Gets the value of the logs property.

Specified by:
getLogs in interface TestscenarioT
Returns:
possible object is LogsT

setLogs

public void setLogs(LogsT value)
Description copied from interface: TestscenarioT
Sets the value of the logs property.

Specified by:
setLogs in interface TestscenarioT
Parameters:
value - allowed object is LogsT

getMail

public MailT getMail()
Description copied from interface: TestscenarioT
Gets the value of the mail property.

Specified by:
getMail in interface TestscenarioT
Returns:
possible object is MailT

setMail

public void setMail(MailT value)
Description copied from interface: TestscenarioT
Sets the value of the mail property.

Specified by:
setMail in interface TestscenarioT
Parameters:
value - allowed object is MailT

getDataSources

public DatasourcesT getDataSources()
Description copied from interface: TestscenarioT
Gets the value of the dataSources property.

Specified by:
getDataSources in interface TestscenarioT
Returns:
possible object is DatasourcesT

setDataSources

public void setDataSources(DatasourcesT value)
Description copied from interface: TestscenarioT
Sets the value of the dataSources property.

Specified by:
setDataSources in interface TestscenarioT
Parameters:
value - allowed object is DatasourcesT

getResources

public ResourcesT getResources()
Description copied from interface: TestscenarioT
Gets the value of the resources property.

Specified by:
getResources in interface TestscenarioT
Returns:
possible object is ResourcesT

setResources

public void setResources(ResourcesT value)
Description copied from interface: TestscenarioT
Sets the value of the resources property.

Specified by:
setResources in interface TestscenarioT
Parameters:
value - allowed object is ResourcesT

createUnmarshaller

public UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
Description copied from interface: UnmarshallableObject
Creates an unmarshaller that will unmarshall this object.

Specified by:
createUnmarshaller in interface UnmarshallableObject

serializeBody

public void serializeBody(XMLSerializer context)
                   throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Serializes child elements and texts into the specified target.

Specified by:
serializeBody in interface XMLSerializable
Throws:
org.xml.sax.SAXException

serializeAttributes

public void serializeAttributes(XMLSerializer context)
                         throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Serializes attributes into the specified target.

Specified by:
serializeAttributes in interface XMLSerializable
Throws:
org.xml.sax.SAXException

serializeURIs

public void serializeURIs(XMLSerializer context)
                   throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Declares all the namespace URIs this object is using at its top-level scope into the specified target.

Specified by:
serializeURIs in interface XMLSerializable
Throws:
org.xml.sax.SAXException

getPrimaryInterface

public java.lang.Class getPrimaryInterface()
Description copied from interface: ValidatableObject
Gets the main interface that this object implements. For example, FooImpl will return Foo from this method.

Specified by:
getPrimaryInterface in interface ValidatableObject

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
Description copied from interface: ValidatableObject
Gets the schema fragment associated with this class.

Specified by:
createRawValidator in interface ValidatableObject