- java.lang.Object
-
- org.jooq.conf.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the org.jooq.conf 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
Constructors Constructor Description ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jooq.conf
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InterpreterSearchSchema
createInterpreterSearchSchema()
Create an instance ofInterpreterSearchSchema
MappedCatalog
createMappedCatalog()
Create an instance ofMappedCatalog
MappedSchema
createMappedSchema()
Create an instance ofMappedSchema
MappedTable
createMappedTable()
Create an instance ofMappedTable
ParseSearchSchema
createParseSearchSchema()
Create an instance ofParseSearchSchema
RenderFormatting
createRenderFormatting()
Create an instance ofRenderFormatting
RenderMapping
createRenderMapping()
Create an instance ofRenderMapping
Settings
createSettings()
Create an instance ofSettings
javax.xml.bind.JAXBElement<Settings>
createSettings(Settings value)
-
-
-
Method Detail
-
createParseSearchSchema
public ParseSearchSchema createParseSearchSchema()
Create an instance ofParseSearchSchema
-
createInterpreterSearchSchema
public InterpreterSearchSchema createInterpreterSearchSchema()
Create an instance ofInterpreterSearchSchema
-
createRenderMapping
public RenderMapping createRenderMapping()
Create an instance ofRenderMapping
-
createMappedCatalog
public MappedCatalog createMappedCatalog()
Create an instance ofMappedCatalog
-
createMappedSchema
public MappedSchema createMappedSchema()
Create an instance ofMappedSchema
-
createMappedTable
public MappedTable createMappedTable()
Create an instance ofMappedTable
-
createRenderFormatting
public RenderFormatting createRenderFormatting()
Create an instance ofRenderFormatting
-
-