java.lang.Object
org.jooq.util.xml.jaxb.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.jooq.util.xml.jaxb 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.jooq.util.xml.jaxb -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofCatalog
Create an instance ofCheckConstraint
Create an instance ofColumn
Create an instance ofDomain
Create an instance ofDomainConstraint
Create an instance ofElementType
Create an instance ofIndex
Create an instance ofIndexColumnUsage
Create an instance ofInformationSchema
Create an instance ofKeyColumnUsage
Create an instance ofParameter
Create an instance ofReferentialConstraint
Create an instance ofRoutine
Create an instance ofSchema
Create an instance ofSequence
Create an instance ofTable
Create an instance ofTableConstraint
Create an instance ofView
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jooq.util.xml.jaxb
-
-
Method Details
-
createInformationSchema
Create an instance ofInformationSchema
-
createCatalog
Create an instance ofCatalog
-
createCheckConstraint
Create an instance ofCheckConstraint
-
createColumn
Create an instance ofColumn
-
createDomainConstraint
Create an instance ofDomainConstraint
-
createDomain
Create an instance ofDomain
-
createElementType
Create an instance ofElementType
-
createIndexColumnUsage
Create an instance ofIndexColumnUsage
-
createIndex
Create an instance ofIndex
-
createKeyColumnUsage
Create an instance ofKeyColumnUsage
-
createParameter
Create an instance ofParameter
-
createReferentialConstraint
Create an instance ofReferentialConstraint
-
createRoutine
Create an instance ofRoutine
-
createSchema
Create an instance ofSchema
-
createSequence
Create an instance ofSequence
-
createTableConstraint
Create an instance ofTableConstraint
-
createTable
Create an instance ofTable
-
createView
Create an instance ofView
-