- java.lang.Object
-
- org.jooq.util.xml.jaxb.Column
-
- All Implemented Interfaces:
Serializable
,XMLAppendable
public class Column extends Object implements Serializable, XMLAppendable
Java class for Column complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Column"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="table_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="table_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="table_name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="column_name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="data_type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="character_maximum_length" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="numeric_precision" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="numeric_scale" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="udt_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="udt_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="udt_name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ordinal_position" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="identity_generation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="is_nullable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="column_default" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Integer
characterMaximumLength
protected String
columnDefault
protected String
columnName
protected String
comment
protected String
dataType
protected String
identityGeneration
protected Boolean
isNullable
protected Integer
numericPrecision
protected Integer
numericScale
protected Integer
ordinalPosition
protected String
tableCatalog
protected String
tableName
protected String
tableSchema
protected String
udtCatalog
protected String
udtName
protected String
udtSchema
-
Constructor Summary
Constructors Constructor Description Column()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
appendTo(XMLBuilder builder)
boolean
equals(Object that)
Integer
getCharacterMaximumLength()
Gets the value of the characterMaximumLength property.String
getColumnDefault()
Gets the value of the columnDefault property.String
getColumnName()
Gets the value of the columnName property.String
getComment()
Gets the value of the comment property.String
getDataType()
Gets the value of the dataType property.String
getIdentityGeneration()
Gets the value of the identityGeneration property.Integer
getNumericPrecision()
Gets the value of the numericPrecision property.Integer
getNumericScale()
Gets the value of the numericScale property.Integer
getOrdinalPosition()
Gets the value of the ordinalPosition property.String
getTableCatalog()
Gets the value of the tableCatalog property.String
getTableName()
Gets the value of the tableName property.String
getTableSchema()
Gets the value of the tableSchema property.String
getUdtCatalog()
Gets the value of the udtCatalog property.String
getUdtName()
Gets the value of the udtName property.String
getUdtSchema()
Gets the value of the udtSchema property.int
hashCode()
Boolean
isIsNullable()
Gets the value of the isNullable property.void
setCharacterMaximumLength(Integer value)
Sets the value of the characterMaximumLength property.void
setColumnDefault(String value)
Sets the value of the columnDefault property.void
setColumnName(String value)
Sets the value of the columnName property.void
setComment(String value)
Sets the value of the comment property.void
setDataType(String value)
Sets the value of the dataType property.void
setIdentityGeneration(String value)
Sets the value of the identityGeneration property.void
setIsNullable(Boolean value)
Sets the value of the isNullable property.void
setNumericPrecision(Integer value)
Sets the value of the numericPrecision property.void
setNumericScale(Integer value)
Sets the value of the numericScale property.void
setOrdinalPosition(Integer value)
Sets the value of the ordinalPosition property.void
setTableCatalog(String value)
Sets the value of the tableCatalog property.void
setTableName(String value)
Sets the value of the tableName property.void
setTableSchema(String value)
Sets the value of the tableSchema property.void
setUdtCatalog(String value)
Sets the value of the udtCatalog property.void
setUdtName(String value)
Sets the value of the udtName property.void
setUdtSchema(String value)
Sets the value of the udtSchema property.String
toString()
Column
withCharacterMaximumLength(Integer value)
Column
withColumnDefault(String value)
Column
withColumnName(String value)
Column
withComment(String value)
Column
withDataType(String value)
Column
withIdentityGeneration(String value)
Column
withIsNullable(Boolean value)
Column
withNumericPrecision(Integer value)
Column
withNumericScale(Integer value)
Column
withOrdinalPosition(Integer value)
Column
withTableCatalog(String value)
Column
withTableName(String value)
Column
withTableSchema(String value)
Column
withUdtCatalog(String value)
Column
withUdtName(String value)
Column
withUdtSchema(String value)
-
-
-
Field Detail
-
tableCatalog
protected String tableCatalog
-
tableSchema
protected String tableSchema
-
tableName
protected String tableName
-
columnName
protected String columnName
-
dataType
protected String dataType
-
characterMaximumLength
protected Integer characterMaximumLength
-
numericPrecision
protected Integer numericPrecision
-
numericScale
protected Integer numericScale
-
udtCatalog
protected String udtCatalog
-
udtSchema
protected String udtSchema
-
udtName
protected String udtName
-
ordinalPosition
protected Integer ordinalPosition
-
identityGeneration
protected String identityGeneration
-
isNullable
protected Boolean isNullable
-
columnDefault
protected String columnDefault
-
comment
protected String comment
-
-
Method Detail
-
getTableCatalog
public String getTableCatalog()
Gets the value of the tableCatalog property.- Returns:
- possible object is
String
-
setTableCatalog
public void setTableCatalog(String value)
Sets the value of the tableCatalog property.- Parameters:
value
- allowed object isString
-
getTableSchema
public String getTableSchema()
Gets the value of the tableSchema property.- Returns:
- possible object is
String
-
setTableSchema
public void setTableSchema(String value)
Sets the value of the tableSchema property.- Parameters:
value
- allowed object isString
-
getTableName
public String getTableName()
Gets the value of the tableName property.- Returns:
- possible object is
String
-
setTableName
public void setTableName(String value)
Sets the value of the tableName property.- Parameters:
value
- allowed object isString
-
getColumnName
public String getColumnName()
Gets the value of the columnName property.- Returns:
- possible object is
String
-
setColumnName
public void setColumnName(String value)
Sets the value of the columnName property.- Parameters:
value
- allowed object isString
-
getDataType
public String getDataType()
Gets the value of the dataType property.- Returns:
- possible object is
String
-
setDataType
public void setDataType(String value)
Sets the value of the dataType property.- Parameters:
value
- allowed object isString
-
getCharacterMaximumLength
public Integer getCharacterMaximumLength()
Gets the value of the characterMaximumLength property.- Returns:
- possible object is
Integer
-
setCharacterMaximumLength
public void setCharacterMaximumLength(Integer value)
Sets the value of the characterMaximumLength property.- Parameters:
value
- allowed object isInteger
-
getNumericPrecision
public Integer getNumericPrecision()
Gets the value of the numericPrecision property.- Returns:
- possible object is
Integer
-
setNumericPrecision
public void setNumericPrecision(Integer value)
Sets the value of the numericPrecision property.- Parameters:
value
- allowed object isInteger
-
getNumericScale
public Integer getNumericScale()
Gets the value of the numericScale property.- Returns:
- possible object is
Integer
-
setNumericScale
public void setNumericScale(Integer value)
Sets the value of the numericScale property.- Parameters:
value
- allowed object isInteger
-
getUdtCatalog
public String getUdtCatalog()
Gets the value of the udtCatalog property.- Returns:
- possible object is
String
-
setUdtCatalog
public void setUdtCatalog(String value)
Sets the value of the udtCatalog property.- Parameters:
value
- allowed object isString
-
getUdtSchema
public String getUdtSchema()
Gets the value of the udtSchema property.- Returns:
- possible object is
String
-
setUdtSchema
public void setUdtSchema(String value)
Sets the value of the udtSchema property.- Parameters:
value
- allowed object isString
-
getUdtName
public String getUdtName()
Gets the value of the udtName property.- Returns:
- possible object is
String
-
setUdtName
public void setUdtName(String value)
Sets the value of the udtName property.- Parameters:
value
- allowed object isString
-
getOrdinalPosition
public Integer getOrdinalPosition()
Gets the value of the ordinalPosition property.- Returns:
- possible object is
Integer
-
setOrdinalPosition
public void setOrdinalPosition(Integer value)
Sets the value of the ordinalPosition property.- Parameters:
value
- allowed object isInteger
-
getIdentityGeneration
public String getIdentityGeneration()
Gets the value of the identityGeneration property.- Returns:
- possible object is
String
-
setIdentityGeneration
public void setIdentityGeneration(String value)
Sets the value of the identityGeneration property.- Parameters:
value
- allowed object isString
-
isIsNullable
public Boolean isIsNullable()
Gets the value of the isNullable property.- Returns:
- possible object is
Boolean
-
setIsNullable
public void setIsNullable(Boolean value)
Sets the value of the isNullable property.- Parameters:
value
- allowed object isBoolean
-
getColumnDefault
public String getColumnDefault()
Gets the value of the columnDefault property.- Returns:
- possible object is
String
-
setColumnDefault
public void setColumnDefault(String value)
Sets the value of the columnDefault property.- Parameters:
value
- allowed object isString
-
getComment
public String getComment()
Gets the value of the comment property.- Returns:
- possible object is
String
-
setComment
public void setComment(String value)
Sets the value of the comment property.- Parameters:
value
- allowed object isString
-
appendTo
public final void appendTo(XMLBuilder builder)
- Specified by:
appendTo
in interfaceXMLAppendable
-
-