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 ModelValidationReportDetail createModelValidationReportDetail()
ModelValidationReportDetail
public ImplementationTestType createImplementationTestType()
ImplementationTestType
public InstanceTestType createInstanceTestType()
InstanceTestType
public ModulesConstraintsTestType createModulesConstraintsTestType()
ModulesConstraintsTestType
public TestSuite createTestSuite()
TestSuite
public TestInheritable createTestInheritable()
TestInheritable
public SchemaConstraintsTestType createSchemaConstraintsTestType()
SchemaConstraintsTestType
public AnyModelObject createAnyModelObject()
AnyModelObject
public JAXBElement<TestInheritable> createTestInheritable(TestInheritable value)
public JAXBElement<TestSuite> createTestsuite(TestSuite value)
Copyright © 2005-2013 The JOMC Project. All Rights Reserved.