|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.pushtotest.testmaker.XSTest.xml.TestScenario.impl.TestscenarioTImpl
public class TestscenarioTImpl
| 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 |
|---|
protected BasicsT _Basics
protected TallyT _Tally
protected NotificationsT _Notifications
protected MonitorT _Monitoring
protected OptionsT _Options
protected LoadTestT _Loadtest
protected TestnodesT _Testnodes
protected ArgumentsT _Arguments
protected ChartT _Chart
protected MonitorTestT _Functionaltest
protected MonitorTestT _Monitor
protected boolean has_Version
protected float _Version
protected LogsT _Logs
protected MailT _Mail
protected DatasourcesT _DataSources
protected ResourcesT _Resources
public static final java.lang.Class version
| Constructor Detail |
|---|
public TestscenarioTImpl()
| Method Detail |
|---|
public BasicsT getBasics()
TestscenarioT
getBasics in interface TestscenarioTBasicsTpublic void setBasics(BasicsT value)
TestscenarioT
setBasics in interface TestscenarioTvalue - allowed object is
BasicsTpublic TallyT getTally()
TestscenarioT
getTally in interface TestscenarioTTallyTpublic void setTally(TallyT value)
TestscenarioT
setTally in interface TestscenarioTvalue - allowed object is
TallyTpublic NotificationsT getNotifications()
TestscenarioT
getNotifications in interface TestscenarioTNotificationsTpublic void setNotifications(NotificationsT value)
TestscenarioT
setNotifications in interface TestscenarioTvalue - allowed object is
NotificationsTpublic MonitorT getMonitoring()
TestscenarioT
getMonitoring in interface TestscenarioTMonitorTpublic void setMonitoring(MonitorT value)
TestscenarioT
setMonitoring in interface TestscenarioTvalue - allowed object is
MonitorTpublic OptionsT getOptions()
TestscenarioT
getOptions in interface TestscenarioTOptionsTpublic void setOptions(OptionsT value)
TestscenarioT
setOptions in interface TestscenarioTvalue - allowed object is
OptionsTpublic LoadTestT getLoadtest()
TestscenarioT
getLoadtest in interface TestscenarioTLoadTestTpublic void setLoadtest(LoadTestT value)
TestscenarioT
setLoadtest in interface TestscenarioTvalue - allowed object is
LoadTestTpublic TestnodesT getTestnodes()
TestscenarioT
getTestnodes in interface TestscenarioTTestnodesTpublic void setTestnodes(TestnodesT value)
TestscenarioT
setTestnodes in interface TestscenarioTvalue - allowed object is
TestnodesTpublic ArgumentsT getArguments()
TestscenarioT
getArguments in interface TestscenarioTArgumentsTpublic void setArguments(ArgumentsT value)
TestscenarioT
setArguments in interface TestscenarioTvalue - allowed object is
ArgumentsTpublic ChartT getChart()
TestscenarioT
getChart in interface TestscenarioTChartTpublic void setChart(ChartT value)
TestscenarioT
setChart in interface TestscenarioTvalue - allowed object is
ChartTpublic MonitorTestT getFunctionaltest()
TestscenarioT
getFunctionaltest in interface TestscenarioTMonitorTestTpublic void setFunctionaltest(MonitorTestT value)
TestscenarioT
setFunctionaltest in interface TestscenarioTvalue - allowed object is
MonitorTestTpublic MonitorTestT getMonitor()
TestscenarioT
getMonitor in interface TestscenarioTMonitorTestTpublic void setMonitor(MonitorTestT value)
TestscenarioT
setMonitor in interface TestscenarioTvalue - allowed object is
MonitorTestTpublic float getVersion()
TestscenarioT
getVersion in interface TestscenarioTpublic void setVersion(float value)
TestscenarioT
setVersion in interface TestscenarioTpublic LogsT getLogs()
TestscenarioT
getLogs in interface TestscenarioTLogsTpublic void setLogs(LogsT value)
TestscenarioT
setLogs in interface TestscenarioTvalue - allowed object is
LogsTpublic MailT getMail()
TestscenarioT
getMail in interface TestscenarioTMailTpublic void setMail(MailT value)
TestscenarioT
setMail in interface TestscenarioTvalue - allowed object is
MailTpublic DatasourcesT getDataSources()
TestscenarioT
getDataSources in interface TestscenarioTDatasourcesTpublic void setDataSources(DatasourcesT value)
TestscenarioT
setDataSources in interface TestscenarioTvalue - allowed object is
DatasourcesTpublic ResourcesT getResources()
TestscenarioT
getResources in interface TestscenarioTResourcesTpublic void setResources(ResourcesT value)
TestscenarioT
setResources in interface TestscenarioTvalue - allowed object is
ResourcesTpublic UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
UnmarshallableObject
createUnmarshaller in interface UnmarshallableObject
public void serializeBody(XMLSerializer context)
throws org.xml.sax.SAXException
XMLSerializable
serializeBody in interface XMLSerializableorg.xml.sax.SAXException
public void serializeAttributes(XMLSerializer context)
throws org.xml.sax.SAXException
XMLSerializable
serializeAttributes in interface XMLSerializableorg.xml.sax.SAXException
public void serializeURIs(XMLSerializer context)
throws org.xml.sax.SAXException
XMLSerializable
serializeURIs in interface XMLSerializableorg.xml.sax.SAXExceptionpublic java.lang.Class getPrimaryInterface()
ValidatableObjectFooImpl will return Foo
from this method.
getPrimaryInterface in interface ValidatableObjectpublic com.sun.msv.verifier.DocumentDeclaration createRawValidator()
ValidatableObject
createRawValidator in interface ValidatableObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||