org.jooq.util.jaxb.ObjectFactory Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-b10
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2014.07.15 at 05:21:57 PM CEST
//
package org.jooq.util.jaxb;
import javax.xml.bind.annotation.XmlRegistry;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the org.jooq.util.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.
*
*/
@XmlRegistry
public class ObjectFactory {
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jooq.util.jaxb
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link Matchers }
*
*/
public Matchers createMatchers() {
return new Matchers();
}
/**
* Create an instance of {@link Configuration }
*
*/
public Configuration createConfiguration() {
return new Configuration();
}
/**
* Create an instance of {@link Jdbc }
*
*/
public Jdbc createJdbc() {
return new Jdbc();
}
/**
* Create an instance of {@link Generator }
*
*/
public Generator createGenerator() {
return new Generator();
}
/**
* Create an instance of {@link CustomType }
*
*/
public CustomType createCustomType() {
return new CustomType();
}
/**
* Create an instance of {@link EnumType }
*
*/
public EnumType createEnumType() {
return new EnumType();
}
/**
* Create an instance of {@link Database }
*
*/
public Database createDatabase() {
return new Database();
}
/**
* Create an instance of {@link Strategy }
*
*/
public Strategy createStrategy() {
return new Strategy();
}
/**
* Create an instance of {@link Schema }
*
*/
public Schema createSchema() {
return new Schema();
}
/**
* Create an instance of {@link Property }
*
*/
public Property createProperty() {
return new Property();
}
/**
* Create an instance of {@link ForcedType }
*
*/
public ForcedType createForcedType() {
return new ForcedType();
}
/**
* Create an instance of {@link Target }
*
*/
public Target createTarget() {
return new Target();
}
/**
* Create an instance of {@link MatcherRule }
*
*/
public MatcherRule createMatcherRule() {
return new MatcherRule();
}
/**
* Create an instance of {@link Generate }
*
*/
public Generate createGenerate() {
return new Generate();
}
/**
* Create an instance of {@link Matchers.Schemas }
*
*/
public Matchers.Schemas createMatchersSchemas() {
return new Matchers.Schemas();
}
/**
* Create an instance of {@link Matchers.Tables }
*
*/
public Matchers.Tables createMatchersTables() {
return new Matchers.Tables();
}
/**
* Create an instance of {@link Matchers.Fields }
*
*/
public Matchers.Fields createMatchersFields() {
return new Matchers.Fields();
}
/**
* Create an instance of {@link Matchers.Routines }
*
*/
public Matchers.Routines createMatchersRoutines() {
return new Matchers.Routines();
}
/**
* Create an instance of {@link Matchers.Sequences }
*
*/
public Matchers.Sequences createMatchersSequences() {
return new Matchers.Sequences();
}
}