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