public class ObjectFactory
extends java.lang.Object
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.
| Type | Property and Description |
|---|---|
Testsuite.Properties.Property |
createTestsuiteProperties
Create an instance of
Testsuite.Properties.Property |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: de.innovationgate.wgpublisher.test.log
|
| Modifier and Type | Method and Description |
|---|---|
Testsuite |
createTestsuite()
Create an instance of
Testsuite |
javax.xml.bind.JAXBElement<Testsuite> |
createTestsuite(Testsuite value)
|
Testsuite.Properties |
createTestsuiteProperties()
Create an instance of
Testsuite.Properties |
Testsuite.Properties.Property |
createTestsuitePropertiesProperty()
Create an instance of
Testsuite.Properties.Property |
Testsuites |
createTestsuites()
Create an instance of
Testsuites |
Testsuites.Testsuite |
createTestsuitesTestsuite()
Create an instance of
Testsuites.Testsuite |
Testsuite.Testcase |
createTestsuiteTestcase()
Create an instance of
Testsuite.Testcase |
Testsuite.Testcase.Error |
createTestsuiteTestcaseError()
Create an instance of
Testsuite.Testcase.Error |
Testsuite.Testcase.Failure |
createTestsuiteTestcaseFailure()
Create an instance of
Testsuite.Testcase.Failure |
Testsuite.Properties.Propertypublic ObjectFactory()
public Testsuites createTestsuites()
Testsuitespublic Testsuite.Testcase createTestsuiteTestcase()
Testsuite.Testcasepublic Testsuite.Properties createTestsuiteProperties()
Testsuite.Propertiespublic Testsuites.Testsuite createTestsuitesTestsuite()
Testsuites.Testsuitepublic Testsuite.Testcase.Error createTestsuiteTestcaseError()
Testsuite.Testcase.Errorpublic Testsuite.Testcase.Failure createTestsuiteTestcaseFailure()
Testsuite.Testcase.Failurepublic Testsuite.Properties.Property createTestsuitePropertiesProperty()
Testsuite.Properties.Property