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 SummaryConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jooq.util.xml.jaxb
- 
Method SummaryModifier and TypeMethodDescriptionCreate an instance ofCatalogCreate an instance ofCheckConstraintCreate an instance ofColumnCreate an instance ofDomainCreate an instance ofDomainConstraintCreate an instance ofElementTypeCreate an instance ofIndexCreate an instance ofIndexColumnUsageCreate an instance ofInformationSchemaCreate an instance ofKeyColumnUsageCreate an instance ofParameterCreate an instance ofReferentialConstraintCreate an instance ofRoutineCreate an instance ofSchemaCreate an instance ofSequenceCreate an instance ofTableCreate an instance ofTableConstraintCreate an instance ofView
- 
Constructor Details- 
ObjectFactorypublic 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- 
createInformationSchemaCreate an instance ofInformationSchema
- 
createCatalogCreate an instance ofCatalog
- 
createCheckConstraintCreate an instance ofCheckConstraint
- 
createColumnCreate an instance ofColumn
- 
createDomainConstraintCreate an instance ofDomainConstraint
- 
createDomainCreate an instance ofDomain
- 
createElementTypeCreate an instance ofElementType
- 
createIndexColumnUsageCreate an instance ofIndexColumnUsage
- 
createIndexCreate an instance ofIndex
- 
createKeyColumnUsageCreate an instance ofKeyColumnUsage
- 
createParameterCreate an instance ofParameter
- 
createReferentialConstraintCreate an instance ofReferentialConstraint
- 
createRoutineCreate an instance ofRoutine
- 
createSchemaCreate an instance ofSchema
- 
createSequenceCreate an instance ofSequence
- 
createTableConstraintCreate an instance ofTableConstraint
- 
createTableCreate an instance ofTable
- 
createViewCreate an instance ofView
 
-