![JAR search and dependency download from the Maven repository](/logo.png)
org.jaxdb.sqlx_0_4.ObjectFactory Maven / Gradle / Ivy
Show all versions of sqlx Show documentation
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.1
// See https://javaee.github.io/jaxb-v2/
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2019.07.22 at 07:16:31 AM UTC
//
package org.jaxdb.sqlx_0_4;
import javax.xml.bind.annotation.XmlRegistry;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the org.jaxdb.sqlx_0_4 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.jaxdb.sqlx_0_4
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link Char }
*
*/
public Char createChar() {
return new Char();
}
/**
* Create an instance of {@link Clob }
*
*/
public Clob createClob() {
return new Clob();
}
/**
* Create an instance of {@link Binary }
*
*/
public Binary createBinary() {
return new Binary();
}
/**
* Create an instance of {@link Blob }
*
*/
public Blob createBlob() {
return new Blob();
}
/**
* Create an instance of {@link Float }
*
*/
public Float createFloat() {
return new Float();
}
/**
* Create an instance of {@link Double }
*
*/
public Double createDouble() {
return new Double();
}
/**
* Create an instance of {@link Decimal }
*
*/
public Decimal createDecimal() {
return new Decimal();
}
/**
* Create an instance of {@link Date }
*
*/
public Date createDate() {
return new Date();
}
/**
* Create an instance of {@link Time }
*
*/
public Time createTime() {
return new Time();
}
/**
* Create an instance of {@link Datetime }
*
*/
public Datetime createDatetime() {
return new Datetime();
}
/**
* Create an instance of {@link Boolean }
*
*/
public Boolean createBoolean() {
return new Boolean();
}
/**
* Create an instance of {@link Enum }
*
*/
public Enum createEnum() {
return new Enum();
}
/**
* Create an instance of {@link Table }
*
*/
public Table createTable() {
return new Table();
}
/**
* Create an instance of {@link Insert }
*
*/
public Insert createInsert() {
return new Insert();
}
/**
* Create an instance of {@link Database }
*
*/
public Database createDatabase() {
return new Database();
}
}