com.pushtotest.testmaker.XSTest.xml.TestScenario
Class ObjectFactory

java.lang.Object
  extended by javax.xml.bind.JAXBContext
      extended by com.pushtotest.testmaker.XSTest.xml.TestScenario.impl.runtime.DefaultJAXBContextImpl
          extended by com.pushtotest.testmaker.XSTest.xml.TestScenario.ObjectFactory

public class ObjectFactory
extends DefaultJAXBContextImpl

This object contains factory methods for each Java content interface and Java element interface generated in the com.pushtotest.testmaker.XSTest.xml.TestScenario package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.


Field Summary
static GrammarInfo grammarInfo
           
static java.lang.Class version
           
 
Fields inherited from class javax.xml.bind.JAXBContext
JAXB_CONTEXT_FACTORY
 
Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.pushtotest.testmaker.XSTest.xml.TestScenario
 
Method Summary
 AcceptsT createAcceptsT()
          Create an instance of AcceptsT
 ArgumentsT createArgumentsT()
          Create an instance of ArgumentsT
 ArgumentT createArgumentT()
          Create an instance of ArgumentT
 AxisType createAxisType()
          Create an instance of AxisType
 BasicsT createBasicsT()
          Create an instance of BasicsT
 CallT createCallT()
          Create an instance of CallT
 ChartT createChartT()
          Create an instance of ChartT
 ContainerT createContainerT()
          Create an instance of ContainerT
 CrlevelsT createCrlevelsT()
          Create an instance of CrlevelsT
 DatasourcesT createDatasourcesT()
          Create an instance of DatasourcesT
 DataT createDataT()
          Create an instance of DataT
 DebugT createDebugT()
          Create an instance of DebugT
 DimensionsT createDimensionsT()
          Create an instance of DimensionsT
 DimensionsT.UsecasesType createDimensionsTUsecasesType()
          Create an instance of DimensionsTUsecasesType
 DplDefTypeT createDplDefTypeT()
          Create an instance of DplDefTypeT
 DplT createDplT()
          Create an instance of DplT
 EmailT createEmailT()
          Create an instance of EmailT
 ExceptionT createExceptionT()
          Create an instance of ExceptionT
 GraphType createGraphType()
          Create an instance of GraphType
 JarT createJarT()
          Create an instance of JarT
 LoadTestT createLoadTestT()
          Create an instance of LoadTestT
 LoggingT createLoggingT()
          Create an instance of LoggingT
 LogsT createLogsT()
          Create an instance of LogsT
 LogT createLogT()
          Create an instance of LogT
 MailT createMailT()
          Create an instance of MailT
 MessagesizesT createMessagesizesT()
          Create an instance of MessagesizesT
 ModuleT createModuleT()
          Create an instance of ModuleT
 MonitorT createMonitorT()
          Create an instance of MonitorT
 MonitorTestT createMonitorTestT()
          Create an instance of MonitorTestT
 NodeT createNodeT()
          Create an instance of NodeT
 NotificationsT createNotificationsT()
          Create an instance of NotificationsT
 OptionsT createOptionsT()
          Create an instance of OptionsT
 OptionsType createOptionsType()
          Create an instance of OptionsType
 OptionType createOptionType()
          Create an instance of OptionType
 PathT createPathT()
          Create an instance of PathT
 ResourcesT createResourcesT()
          Create an instance of ResourcesT
 ResourcesT.Data createResourcesTData()
          Create an instance of ResourcesTData
 ResourcesT.Jar createResourcesTJar()
          Create an instance of ResourcesTJar
 ResourcesT.Module createResourcesTModule()
          Create an instance of ResourcesTModule
 ResourcesT.Soapui createResourcesTSoapui()
          Create an instance of ResourcesTSoapui
 ResourcesT.Testgen4Web createResourcesTTestgen4Web()
          Create an instance of ResourcesTTestgen4Web
 SecondsT createSecondsT()
          Create an instance of SecondsT
 SecurityT createSecurityT()
          Create an instance of SecurityT
 SequenceT createSequenceT()
          Create an instance of SequenceT
 SeriesType createSeriesType()
          Create an instance of SeriesType
 SoapuiT createSoapuiT()
          Create an instance of SoapuiT
 TallyT createTallyT()
          Create an instance of TallyT
 Testgen4WebT createTestgen4WebT()
          Create an instance of Testgen4WebT
 TestnodesT createTestnodesT()
          Create an instance of TestnodesT
 Testscenario createTestscenario()
          Create an instance of Testscenario
 TestscenarioT createTestscenarioT()
          Create an instance of TestscenarioT
 TestT createTestT()
          Create an instance of TestT
 TestusecaseT createTestusecaseT()
          Create an instance of TestusecaseT
 UntilT createUntilT()
          Create an instance of UntilT
 UsecasesT createUsecasesT()
          Create an instance of UsecasesT
 UsecaseT createUsecaseT()
          Create an instance of UsecaseT
 ValueContainerT createValueContainerT()
          Create an instance of ValueContainerT
 ValueType createValueType()
          Create an instance of ValueType
 java.lang.Object getProperty(java.lang.String name)
          Get the specified property.
 java.lang.Object newInstance(java.lang.Class javaContentInterface)
          Create an instance of the specified Java content interface.
 void setProperty(java.lang.String name, java.lang.Object value)
          Set the specified property.
 
Methods inherited from class com.pushtotest.testmaker.XSTest.xml.TestScenario.impl.runtime.DefaultJAXBContextImpl
createMarshaller, createUnmarshaller, createValidator, getGrammar, getGrammarInfo
 
Methods inherited from class javax.xml.bind.JAXBContext
newInstance, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

grammarInfo

public static final GrammarInfo grammarInfo

version

public static final java.lang.Class version
Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.pushtotest.testmaker.XSTest.xml.TestScenario

Method Detail

newInstance

public java.lang.Object newInstance(java.lang.Class javaContentInterface)
                             throws javax.xml.bind.JAXBException
Create an instance of the specified Java content interface.

Overrides:
newInstance in class DefaultJAXBContextImpl
Parameters:
javaContentInterface - the Class object of the javacontent interface to instantiate
Returns:
a new instance
Throws:
JAXBException - if an error occurs

getProperty

public java.lang.Object getProperty(java.lang.String name)
                             throws javax.xml.bind.PropertyException
Get the specified property. This method can only be used to get provider specific properties. Attempting to get an undefined property will result in a PropertyException being thrown.

Overrides:
getProperty in class DefaultJAXBContextImpl
Parameters:
name - the name of the property to retrieve
Returns:
the value of the requested property
Throws:
PropertyException - when there is an error retrieving the given property or value

setProperty

public void setProperty(java.lang.String name,
                        java.lang.Object value)
                 throws javax.xml.bind.PropertyException
Set the specified property. This method can only be used to set provider specific properties. Attempting to set an undefined property will result in a PropertyException being thrown.

Overrides:
setProperty in class DefaultJAXBContextImpl
Parameters:
value - the value of the property to be set
name - the name of the property to retrieve
Throws:
PropertyException - when there is an error processing the given property or value

createTestscenarioT

public TestscenarioT createTestscenarioT()
                                  throws javax.xml.bind.JAXBException
Create an instance of TestscenarioT

Throws:
JAXBException - if an error occurs

createDimensionsT

public DimensionsT createDimensionsT()
                              throws javax.xml.bind.JAXBException
Create an instance of DimensionsT

Throws:
JAXBException - if an error occurs

createSeriesType

public SeriesType createSeriesType()
                            throws javax.xml.bind.JAXBException
Create an instance of SeriesType

Throws:
JAXBException - if an error occurs

createAcceptsT

public AcceptsT createAcceptsT()
                        throws javax.xml.bind.JAXBException
Create an instance of AcceptsT

Throws:
JAXBException - if an error occurs

createDplT

public DplT createDplT()
                throws javax.xml.bind.JAXBException
Create an instance of DplT

Throws:
JAXBException - if an error occurs

createOptionsT

public OptionsT createOptionsT()
                        throws javax.xml.bind.JAXBException
Create an instance of OptionsT

Throws:
JAXBException - if an error occurs

createLoggingT

public LoggingT createLoggingT()
                        throws javax.xml.bind.JAXBException
Create an instance of LoggingT

Throws:
JAXBException - if an error occurs

createSecondsT

public SecondsT createSecondsT()
                        throws javax.xml.bind.JAXBException
Create an instance of SecondsT

Throws:
JAXBException - if an error occurs

createResourcesTData

public ResourcesT.Data createResourcesTData()
                                     throws javax.xml.bind.JAXBException
Create an instance of ResourcesTData

Throws:
JAXBException - if an error occurs

createValueType

public ValueType createValueType()
                          throws javax.xml.bind.JAXBException
Create an instance of ValueType

Throws:
JAXBException - if an error occurs

createJarT

public JarT createJarT()
                throws javax.xml.bind.JAXBException
Create an instance of JarT

Throws:
JAXBException - if an error occurs

createArgumentT

public ArgumentT createArgumentT()
                          throws javax.xml.bind.JAXBException
Create an instance of ArgumentT

Throws:
JAXBException - if an error occurs

createTestscenario

public Testscenario createTestscenario()
                                throws javax.xml.bind.JAXBException
Create an instance of Testscenario

Throws:
JAXBException - if an error occurs

createOptionType

public OptionType createOptionType()
                            throws javax.xml.bind.JAXBException
Create an instance of OptionType

Throws:
JAXBException - if an error occurs

createAxisType

public AxisType createAxisType()
                        throws javax.xml.bind.JAXBException
Create an instance of AxisType

Throws:
JAXBException - if an error occurs

createCallT

public CallT createCallT()
                  throws javax.xml.bind.JAXBException
Create an instance of CallT

Throws:
JAXBException - if an error occurs

createChartT

public ChartT createChartT()
                    throws javax.xml.bind.JAXBException
Create an instance of ChartT

Throws:
JAXBException - if an error occurs

createResourcesT

public ResourcesT createResourcesT()
                            throws javax.xml.bind.JAXBException
Create an instance of ResourcesT

Throws:
JAXBException - if an error occurs

createResourcesTSoapui

public ResourcesT.Soapui createResourcesTSoapui()
                                         throws javax.xml.bind.JAXBException
Create an instance of ResourcesTSoapui

Throws:
JAXBException - if an error occurs

createSequenceT

public SequenceT createSequenceT()
                          throws javax.xml.bind.JAXBException
Create an instance of SequenceT

Throws:
JAXBException - if an error occurs

createTestnodesT

public TestnodesT createTestnodesT()
                            throws javax.xml.bind.JAXBException
Create an instance of TestnodesT

Throws:
JAXBException - if an error occurs

createDebugT

public DebugT createDebugT()
                    throws javax.xml.bind.JAXBException
Create an instance of DebugT

Throws:
JAXBException - if an error occurs

createResourcesTModule

public ResourcesT.Module createResourcesTModule()
                                         throws javax.xml.bind.JAXBException
Create an instance of ResourcesTModule

Throws:
JAXBException - if an error occurs

createOptionsType

public OptionsType createOptionsType()
                              throws javax.xml.bind.JAXBException
Create an instance of OptionsType

Throws:
JAXBException - if an error occurs

createDatasourcesT

public DatasourcesT createDatasourcesT()
                                throws javax.xml.bind.JAXBException
Create an instance of DatasourcesT

Throws:
JAXBException - if an error occurs

createLogsT

public LogsT createLogsT()
                  throws javax.xml.bind.JAXBException
Create an instance of LogsT

Throws:
JAXBException - if an error occurs

createDplDefTypeT

public DplDefTypeT createDplDefTypeT()
                              throws javax.xml.bind.JAXBException
Create an instance of DplDefTypeT

Throws:
JAXBException - if an error occurs

createModuleT

public ModuleT createModuleT()
                      throws javax.xml.bind.JAXBException
Create an instance of ModuleT

Throws:
JAXBException - if an error occurs

createTestusecaseT

public TestusecaseT createTestusecaseT()
                                throws javax.xml.bind.JAXBException
Create an instance of TestusecaseT

Throws:
JAXBException - if an error occurs

createNodeT

public NodeT createNodeT()
                  throws javax.xml.bind.JAXBException
Create an instance of NodeT

Throws:
JAXBException - if an error occurs

createPathT

public PathT createPathT()
                  throws javax.xml.bind.JAXBException
Create an instance of PathT

Throws:
JAXBException - if an error occurs

createBasicsT

public BasicsT createBasicsT()
                      throws javax.xml.bind.JAXBException
Create an instance of BasicsT

Throws:
JAXBException - if an error occurs

createTestT

public TestT createTestT()
                  throws javax.xml.bind.JAXBException
Create an instance of TestT

Throws:
JAXBException - if an error occurs

createUsecaseT

public UsecaseT createUsecaseT()
                        throws javax.xml.bind.JAXBException
Create an instance of UsecaseT

Throws:
JAXBException - if an error occurs

createEmailT

public EmailT createEmailT()
                    throws javax.xml.bind.JAXBException
Create an instance of EmailT

Throws:
JAXBException - if an error occurs

createArgumentsT

public ArgumentsT createArgumentsT()
                            throws javax.xml.bind.JAXBException
Create an instance of ArgumentsT

Throws:
JAXBException - if an error occurs

createMailT

public MailT createMailT()
                  throws javax.xml.bind.JAXBException
Create an instance of MailT

Throws:
JAXBException - if an error occurs

createUsecasesT

public UsecasesT createUsecasesT()
                          throws javax.xml.bind.JAXBException
Create an instance of UsecasesT

Throws:
JAXBException - if an error occurs

createMessagesizesT

public MessagesizesT createMessagesizesT()
                                  throws javax.xml.bind.JAXBException
Create an instance of MessagesizesT

Throws:
JAXBException - if an error occurs

createDimensionsTUsecasesType

public DimensionsT.UsecasesType createDimensionsTUsecasesType()
                                                       throws javax.xml.bind.JAXBException
Create an instance of DimensionsTUsecasesType

Throws:
JAXBException - if an error occurs

createNotificationsT

public NotificationsT createNotificationsT()
                                    throws javax.xml.bind.JAXBException
Create an instance of NotificationsT

Throws:
JAXBException - if an error occurs

createTallyT

public TallyT createTallyT()
                    throws javax.xml.bind.JAXBException
Create an instance of TallyT

Throws:
JAXBException - if an error occurs

createGraphType

public GraphType createGraphType()
                          throws javax.xml.bind.JAXBException
Create an instance of GraphType

Throws:
JAXBException - if an error occurs

createMonitorT

public MonitorT createMonitorT()
                        throws javax.xml.bind.JAXBException
Create an instance of MonitorT

Throws:
JAXBException - if an error occurs

createExceptionT

public ExceptionT createExceptionT()
                            throws javax.xml.bind.JAXBException
Create an instance of ExceptionT

Throws:
JAXBException - if an error occurs

createSecurityT

public SecurityT createSecurityT()
                          throws javax.xml.bind.JAXBException
Create an instance of SecurityT

Throws:
JAXBException - if an error occurs

createDataT

public DataT createDataT()
                  throws javax.xml.bind.JAXBException
Create an instance of DataT

Throws:
JAXBException - if an error occurs

createContainerT

public ContainerT createContainerT()
                            throws javax.xml.bind.JAXBException
Create an instance of ContainerT

Throws:
JAXBException - if an error occurs

createUntilT

public UntilT createUntilT()
                    throws javax.xml.bind.JAXBException
Create an instance of UntilT

Throws:
JAXBException - if an error occurs

createLoadTestT

public LoadTestT createLoadTestT()
                          throws javax.xml.bind.JAXBException
Create an instance of LoadTestT

Throws:
JAXBException - if an error occurs

createMonitorTestT

public MonitorTestT createMonitorTestT()
                                throws javax.xml.bind.JAXBException
Create an instance of MonitorTestT

Throws:
JAXBException - if an error occurs

createResourcesTTestgen4Web

public ResourcesT.Testgen4Web createResourcesTTestgen4Web()
                                                   throws javax.xml.bind.JAXBException
Create an instance of ResourcesTTestgen4Web

Throws:
JAXBException - if an error occurs

createCrlevelsT

public CrlevelsT createCrlevelsT()
                          throws javax.xml.bind.JAXBException
Create an instance of CrlevelsT

Throws:
JAXBException - if an error occurs

createTestgen4WebT

public Testgen4WebT createTestgen4WebT()
                                throws javax.xml.bind.JAXBException
Create an instance of Testgen4WebT

Throws:
JAXBException - if an error occurs

createLogT

public LogT createLogT()
                throws javax.xml.bind.JAXBException
Create an instance of LogT

Throws:
JAXBException - if an error occurs

createValueContainerT

public ValueContainerT createValueContainerT()
                                      throws javax.xml.bind.JAXBException
Create an instance of ValueContainerT

Throws:
JAXBException - if an error occurs

createResourcesTJar

public ResourcesT.Jar createResourcesTJar()
                                   throws javax.xml.bind.JAXBException
Create an instance of ResourcesTJar

Throws:
JAXBException - if an error occurs

createSoapuiT

public SoapuiT createSoapuiT()
                      throws javax.xml.bind.JAXBException
Create an instance of SoapuiT

Throws:
JAXBException - if an error occurs