|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jooq.util.jaxb.Database
public class Database
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()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String includes
protected String excludes
protected Boolean dateAsTimestamp
protected Boolean unsignedTypes
protected String inputSchema
protected String outputSchema
protected List<Schema> schemata
protected List<MasterDataTable> masterDataTables
protected List<CustomType> customTypes
protected List<EnumType> enumTypes
protected List<ForcedType> forcedTypes
| Constructor Detail |
|---|
public Database()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getIncludes()
Stringpublic void setIncludes(String value)
value - allowed object is
Stringpublic String getExcludes()
Stringpublic void setExcludes(String value)
value - allowed object is
Stringpublic Boolean isDateAsTimestamp()
Booleanpublic void setDateAsTimestamp(Boolean value)
value - allowed object is
Booleanpublic Boolean isUnsignedTypes()
Booleanpublic void setUnsignedTypes(Boolean value)
value - allowed object is
Booleanpublic String getInputSchema()
Stringpublic void setInputSchema(String value)
value - allowed object is
Stringpublic String getOutputSchema()
Stringpublic void setOutputSchema(String value)
value - allowed object is
Stringpublic List<Schema> getSchemata()
public List<MasterDataTable> getMasterDataTables()
public List<CustomType> getCustomTypes()
public List<EnumType> getEnumTypes()
public List<ForcedType> getForcedTypes()
public Database withName(String value)
public Database withIncludes(String value)
public Database withExcludes(String value)
public Database withDateAsTimestamp(Boolean value)
public Database withUnsignedTypes(Boolean value)
public Database withInputSchema(String value)
public Database withOutputSchema(String value)
public Database withSchemata(Schema... values)
public Database withSchemata(Collection<Schema> values)
public Database withMasterDataTables(MasterDataTable... values)
public Database withMasterDataTables(Collection<MasterDataTable> values)
public Database withCustomTypes(CustomType... values)
public Database withCustomTypes(Collection<CustomType> values)
public Database withEnumTypes(EnumType... values)
public Database withEnumTypes(Collection<EnumType> values)
public Database withForcedTypes(ForcedType... values)
public Database withForcedTypes(Collection<ForcedType> values)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||