org.jooq.util.jaxb
Class Database

java.lang.Object
  extended by org.jooq.util.jaxb.Database

public class Database
extends Object

Java class for Database complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Database">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="includes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="excludes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="dateAsTimestamp" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="unsignedTypes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="inputSchema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="outputSchema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="schemata" type="{http://www.jooq.org/xsd/jooq-codegen-2.1.0.xsd}Schemata" minOccurs="0"/>
         <element name="masterDataTables" type="{http://www.jooq.org/xsd/jooq-codegen-2.1.0.xsd}MasterDataTables" minOccurs="0"/>
         <element name="customTypes" type="{http://www.jooq.org/xsd/jooq-codegen-2.1.0.xsd}CustomTypes" minOccurs="0"/>
         <element name="enumTypes" type="{http://www.jooq.org/xsd/jooq-codegen-2.1.0.xsd}EnumTypes" minOccurs="0"/>
         <element name="forcedTypes" type="{http://www.jooq.org/xsd/jooq-codegen-2.1.0.xsd}ForcedTypes" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<CustomType> customTypes
           
protected  Boolean dateAsTimestamp
           
protected  List<EnumType> enumTypes
           
protected  String excludes
           
protected  List<ForcedType> forcedTypes
           
protected  String includes
           
protected  String inputSchema
           
protected  List<MasterDataTable> masterDataTables
           
protected  String name
           
protected  String outputSchema
           
protected  List<Schema> schemata
           
protected  Boolean unsignedTypes
           
 
Constructor Summary
Database()
           
 
Method Summary
 List<CustomType> getCustomTypes()
           
 List<EnumType> getEnumTypes()
           
 String getExcludes()
          Gets the value of the excludes property.
 List<ForcedType> getForcedTypes()
           
 String getIncludes()
          Gets the value of the includes property.
 String getInputSchema()
          Gets the value of the inputSchema property.
 List<MasterDataTable> getMasterDataTables()
           
 String getName()
          Gets the value of the name property.
 String getOutputSchema()
          Gets the value of the outputSchema property.
 List<Schema> getSchemata()
           
 Boolean isDateAsTimestamp()
          Gets the value of the dateAsTimestamp property.
 Boolean isUnsignedTypes()
          Gets the value of the unsignedTypes property.
 void setDateAsTimestamp(Boolean value)
          Sets the value of the dateAsTimestamp property.
 void setExcludes(String value)
          Sets the value of the excludes property.
 void setIncludes(String value)
          Sets the value of the includes property.
 void setInputSchema(String value)
          Sets the value of the inputSchema property.
 void setName(String value)
          Sets the value of the name property.
 void setOutputSchema(String value)
          Sets the value of the outputSchema property.
 void setUnsignedTypes(Boolean value)
          Sets the value of the unsignedTypes property.
 Database withCustomTypes(Collection<CustomType> values)
           
 Database withCustomTypes(CustomType... values)
           
 Database withDateAsTimestamp(Boolean value)
           
 Database withEnumTypes(Collection<EnumType> values)
           
 Database withEnumTypes(EnumType... values)
           
 Database withExcludes(String value)
           
 Database withForcedTypes(Collection<ForcedType> values)
           
 Database withForcedTypes(ForcedType... values)
           
 Database withIncludes(String value)
           
 Database withInputSchema(String value)
           
 Database withMasterDataTables(Collection<MasterDataTable> values)
           
 Database withMasterDataTables(MasterDataTable... values)
           
 Database withName(String value)
           
 Database withOutputSchema(String value)
           
 Database withSchemata(Collection<Schema> values)
           
 Database withSchemata(Schema... values)
           
 Database withUnsignedTypes(Boolean value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

includes

protected String includes

excludes

protected String excludes

dateAsTimestamp

protected Boolean dateAsTimestamp

unsignedTypes

protected Boolean unsignedTypes

inputSchema

protected String inputSchema

outputSchema

protected String outputSchema

schemata

protected List<Schema> schemata

masterDataTables

protected List<MasterDataTable> masterDataTables

customTypes

protected List<CustomType> customTypes

enumTypes

protected List<EnumType> enumTypes

forcedTypes

protected List<ForcedType> forcedTypes
Constructor Detail

Database

public Database()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getIncludes

public String getIncludes()
Gets the value of the includes property.

Returns:
possible object is String

setIncludes

public void setIncludes(String value)
Sets the value of the includes property.

Parameters:
value - allowed object is String

getExcludes

public String getExcludes()
Gets the value of the excludes property.

Returns:
possible object is String

setExcludes

public void setExcludes(String value)
Sets the value of the excludes property.

Parameters:
value - allowed object is String

isDateAsTimestamp

public Boolean isDateAsTimestamp()
Gets the value of the dateAsTimestamp property.

Returns:
possible object is Boolean

setDateAsTimestamp

public void setDateAsTimestamp(Boolean value)
Sets the value of the dateAsTimestamp property.

Parameters:
value - allowed object is Boolean

isUnsignedTypes

public Boolean isUnsignedTypes()
Gets the value of the unsignedTypes property.

Returns:
possible object is Boolean

setUnsignedTypes

public void setUnsignedTypes(Boolean value)
Sets the value of the unsignedTypes property.

Parameters:
value - allowed object is Boolean

getInputSchema

public String getInputSchema()
Gets the value of the inputSchema property.

Returns:
possible object is String

setInputSchema

public void setInputSchema(String value)
Sets the value of the inputSchema property.

Parameters:
value - allowed object is String

getOutputSchema

public String getOutputSchema()
Gets the value of the outputSchema property.

Returns:
possible object is String

setOutputSchema

public void setOutputSchema(String value)
Sets the value of the outputSchema property.

Parameters:
value - allowed object is String

getSchemata

public List<Schema> getSchemata()

getMasterDataTables

public List<MasterDataTable> getMasterDataTables()

getCustomTypes

public List<CustomType> getCustomTypes()

getEnumTypes

public List<EnumType> getEnumTypes()

getForcedTypes

public List<ForcedType> getForcedTypes()

withName

public Database withName(String value)

withIncludes

public Database withIncludes(String value)

withExcludes

public Database withExcludes(String value)

withDateAsTimestamp

public Database withDateAsTimestamp(Boolean value)

withUnsignedTypes

public Database withUnsignedTypes(Boolean value)

withInputSchema

public Database withInputSchema(String value)

withOutputSchema

public Database withOutputSchema(String value)

withSchemata

public Database withSchemata(Schema... values)

withSchemata

public Database withSchemata(Collection<Schema> values)

withMasterDataTables

public Database withMasterDataTables(MasterDataTable... values)

withMasterDataTables

public Database withMasterDataTables(Collection<MasterDataTable> values)

withCustomTypes

public Database withCustomTypes(CustomType... values)

withCustomTypes

public Database withCustomTypes(Collection<CustomType> values)

withEnumTypes

public Database withEnumTypes(EnumType... values)

withEnumTypes

public Database withEnumTypes(Collection<EnumType> values)

withForcedTypes

public Database withForcedTypes(ForcedType... values)

withForcedTypes

public Database withForcedTypes(Collection<ForcedType> values)


Copyright © 2012. All Rights Reserved.