
public class ObjectFactory extends 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.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jomc.model.test
|
| Modifier and Type | Method and Description |
|---|---|
AnyModelObject |
createAnyModelObject()
Create an instance of
AnyModelObject |
ImplementationTestType |
createImplementationTestType()
Create an instance of
ImplementationTestType |
InstanceTestType |
createInstanceTestType()
Create an instance of
InstanceTestType |
ModelValidationReportDetail |
createModelValidationReportDetail()
Create an instance of
ModelValidationReportDetail |
ModulesConstraintsTestType |
createModulesConstraintsTestType()
Create an instance of
ModulesConstraintsTestType |
SchemaConstraintsTestType |
createSchemaConstraintsTestType()
Create an instance of
SchemaConstraintsTestType |
TestInheritable |
createTestInheritable()
Create an instance of
TestInheritable |
JAXBElement<TestInheritable> |
createTestInheritable(TestInheritable value)
|
TestSuite |
createTestSuite()
Create an instance of
TestSuite |
JAXBElement<TestSuite> |
createTestsuite(TestSuite value)
|
public ObjectFactory()
public ImplementationTestType createImplementationTestType()
ImplementationTestTypepublic TestSuite createTestSuite()
TestSuitepublic ModulesConstraintsTestType createModulesConstraintsTestType()
ModulesConstraintsTestTypepublic SchemaConstraintsTestType createSchemaConstraintsTestType()
SchemaConstraintsTestTypepublic TestInheritable createTestInheritable()
TestInheritablepublic ModelValidationReportDetail createModelValidationReportDetail()
ModelValidationReportDetailpublic InstanceTestType createInstanceTestType()
InstanceTestTypepublic AnyModelObject createAnyModelObject()
AnyModelObjectpublic JAXBElement<TestInheritable> createTestInheritable(TestInheritable value)
public JAXBElement<TestSuite> createTestsuite(TestSuite value)
Copyright © 2005–2014 The JOMC Project. All rights reserved.