All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jooq.util.jaxb.ObjectFactory Maven / Gradle / Ivy

There is a newer version: 3.19.16
Show newest version
//
// 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: 2015.01.03 at 12:44:50 PM CET 
//


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 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 MatchersFieldType } * */ public MatchersFieldType createMatchersFieldType() { return new MatchersFieldType(); } /** * 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 Property } * */ public Property createProperty() { return new Property(); } /** * Create an instance of {@link Target } * */ public Target createTarget() { return new Target(); } /** * Create an instance of {@link MatchersSchemaType } * */ public MatchersSchemaType createMatchersSchemaType() { return new MatchersSchemaType(); } /** * Create an instance of {@link Matchers } * */ public Matchers createMatchers() { return new Matchers(); } /** * Create an instance of {@link CustomType } * */ public CustomType createCustomType() { return new CustomType(); } /** * 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 ForcedType } * */ public ForcedType createForcedType() { return new ForcedType(); } /** * Create an instance of {@link MatchersSequenceType } * */ public MatchersSequenceType createMatchersSequenceType() { return new MatchersSequenceType(); } /** * Create an instance of {@link MatchersRoutineType } * */ public MatchersRoutineType createMatchersRoutineType() { return new MatchersRoutineType(); } /** * Create an instance of {@link MatcherRule } * */ public MatcherRule createMatcherRule() { return new MatcherRule(); } /** * Create an instance of {@link MatchersTableType } * */ public MatchersTableType createMatchersTableType() { return new MatchersTableType(); } /** * Create an instance of {@link Generate } * */ public Generate createGenerate() { return new Generate(); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy