Package org.web3d.x3d.util.x3duom
Class ObjectFactory
java.lang.Object
org.web3d.x3d.util.x3duom.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.web3d.x3d.util.x3duom 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.
-
Constructor Summary
ConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.web3d.x3d.util.x3duom -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAbstractNodeType
Create an instance ofAbstractNodeTypes
Create an instance ofAbstractObjectType
Create an instance ofAbstractObjectTypes
Create an instance ofAdditionalInheritance
javax.xml.bind.JAXBElement
<Object> createAllowedElement
(Object value) Create an instance ofComponentInfo
Create an instance ofConcreteNode
Create an instance ofConcreteNodes
Create an instance ofContainerField
Create an instance ofContentModel
Create an instance ofEnumeration
Create an instance ofField
Create an instance ofFieldDeclaration
Create an instance ofFieldType
Create an instance ofFieldTypes
Create an instance ofGroupContentModel
Create an instance ofInheritance
Create an instance ofInterfaceDefinition
Create an instance ofNodeContentModel
Create an instance ofSimpleType
Create an instance ofSimpleTypeEnumerations
javax.xml.bind.JAXBElement
<Object> createSourceText
(Object value) Create an instance ofStatement
Create an instance ofStatementContentModel
Create an instance ofStatements
Create an instance ofX3DUnifiedObjectModel
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.web3d.x3d.util.x3duom
-
-
Method Details
-
createAbstractNodeType
Create an instance ofAbstractNodeType
-
createInterfaceDefinition
Create an instance ofInterfaceDefinition
-
createComponentInfo
Create an instance ofComponentInfo
-
createInheritance
Create an instance ofInheritance
-
createAdditionalInheritance
Create an instance ofAdditionalInheritance
-
createField
-
createEnumeration
Create an instance ofEnumeration
-
createContainerField
Create an instance ofContainerField
-
createContentModel
Create an instance ofContentModel
-
createFieldDeclaration
Create an instance ofFieldDeclaration
-
createGroupContentModel
Create an instance ofGroupContentModel
-
createNodeContentModel
Create an instance ofNodeContentModel
-
createStatementContentModel
Create an instance ofStatementContentModel
-
createAbstractNodeTypes
Create an instance ofAbstractNodeTypes
-
createAbstractObjectType
Create an instance ofAbstractObjectType
-
createAbstractObjectTypes
Create an instance ofAbstractObjectTypes
-
createConcreteNode
Create an instance ofConcreteNode
-
createConcreteNodes
Create an instance ofConcreteNodes
-
createFieldType
-
createFieldTypes
Create an instance ofFieldTypes
-
createSimpleType
Create an instance ofSimpleType
-
createSimpleTypeEnumerations
Create an instance ofSimpleTypeEnumerations
-
createStatement
-
createStatements
Create an instance ofStatements
-
createX3DUnifiedObjectModel
Create an instance ofX3DUnifiedObjectModel
-
createAllowedElement
-
createSourceText
-