Package org.jooq.util.xml.jaxb
Class IndexColumnUsage
- java.lang.Object
-
- org.jooq.util.xml.jaxb.IndexColumnUsage
-
- All Implemented Interfaces:
java.io.Serializable,XMLAppendable
public class IndexColumnUsage extends java.lang.Object implements java.io.Serializable, XMLAppendable
Java class for IndexColumnUsage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IndexColumnUsage"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="index_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="index_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="index_name" type="{http://www.w3.org/2001/XMLSchema}string"/> <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="ordinal_position" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="is_descending" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcolumnNameprotected java.lang.StringindexCatalogprotected java.lang.StringindexNameprotected java.lang.StringindexSchemaprotected java.lang.BooleanisDescendingprotected intordinalPositionprotected java.lang.StringtableCatalogprotected java.lang.StringtableNameprotected java.lang.StringtableSchema
-
Constructor Summary
Constructors Constructor Description IndexColumnUsage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendTo(XMLBuilder builder)booleanequals(java.lang.Object that)java.lang.StringgetColumnName()Gets the value of the columnName property.java.lang.StringgetIndexCatalog()Gets the value of the indexCatalog property.java.lang.StringgetIndexName()Gets the value of the indexName property.java.lang.StringgetIndexSchema()Gets the value of the indexSchema property.intgetOrdinalPosition()Gets the value of the ordinalPosition property.java.lang.StringgetTableCatalog()Gets the value of the tableCatalog property.java.lang.StringgetTableName()Gets the value of the tableName property.java.lang.StringgetTableSchema()Gets the value of the tableSchema property.inthashCode()java.lang.BooleanisIsDescending()Gets the value of the isDescending property.voidsetColumnName(java.lang.String value)Sets the value of the columnName property.voidsetIndexCatalog(java.lang.String value)Sets the value of the indexCatalog property.voidsetIndexName(java.lang.String value)Sets the value of the indexName property.voidsetIndexSchema(java.lang.String value)Sets the value of the indexSchema property.voidsetIsDescending(java.lang.Boolean value)Sets the value of the isDescending property.voidsetOrdinalPosition(int value)Sets the value of the ordinalPosition property.voidsetTableCatalog(java.lang.String value)Sets the value of the tableCatalog property.voidsetTableName(java.lang.String value)Sets the value of the tableName property.voidsetTableSchema(java.lang.String value)Sets the value of the tableSchema property.java.lang.StringtoString()IndexColumnUsagewithColumnName(java.lang.String value)IndexColumnUsagewithIndexCatalog(java.lang.String value)IndexColumnUsagewithIndexName(java.lang.String value)IndexColumnUsagewithIndexSchema(java.lang.String value)IndexColumnUsagewithIsDescending(java.lang.Boolean value)IndexColumnUsagewithOrdinalPosition(int value)IndexColumnUsagewithTableCatalog(java.lang.String value)IndexColumnUsagewithTableName(java.lang.String value)IndexColumnUsagewithTableSchema(java.lang.String value)
-
-
-
Field Detail
-
indexCatalog
protected java.lang.String indexCatalog
-
indexSchema
protected java.lang.String indexSchema
-
indexName
protected java.lang.String indexName
-
tableCatalog
protected java.lang.String tableCatalog
-
tableSchema
protected java.lang.String tableSchema
-
tableName
protected java.lang.String tableName
-
columnName
protected java.lang.String columnName
-
ordinalPosition
protected int ordinalPosition
-
isDescending
protected java.lang.Boolean isDescending
-
-
Method Detail
-
getIndexCatalog
public java.lang.String getIndexCatalog()
Gets the value of the indexCatalog property.- Returns:
- possible object is
String
-
setIndexCatalog
public void setIndexCatalog(java.lang.String value)
Sets the value of the indexCatalog property.- Parameters:
value- allowed object isString
-
getIndexSchema
public java.lang.String getIndexSchema()
Gets the value of the indexSchema property.- Returns:
- possible object is
String
-
setIndexSchema
public void setIndexSchema(java.lang.String value)
Sets the value of the indexSchema property.- Parameters:
value- allowed object isString
-
getIndexName
public java.lang.String getIndexName()
Gets the value of the indexName property.- Returns:
- possible object is
String
-
setIndexName
public void setIndexName(java.lang.String value)
Sets the value of the indexName property.- Parameters:
value- allowed object isString
-
getTableCatalog
public java.lang.String getTableCatalog()
Gets the value of the tableCatalog property.- Returns:
- possible object is
String
-
setTableCatalog
public void setTableCatalog(java.lang.String value)
Sets the value of the tableCatalog property.- Parameters:
value- allowed object isString
-
getTableSchema
public java.lang.String getTableSchema()
Gets the value of the tableSchema property.- Returns:
- possible object is
String
-
setTableSchema
public void setTableSchema(java.lang.String value)
Sets the value of the tableSchema property.- Parameters:
value- allowed object isString
-
getTableName
public java.lang.String getTableName()
Gets the value of the tableName property.- Returns:
- possible object is
String
-
setTableName
public void setTableName(java.lang.String value)
Sets the value of the tableName property.- Parameters:
value- allowed object isString
-
getColumnName
public java.lang.String getColumnName()
Gets the value of the columnName property.- Returns:
- possible object is
String
-
setColumnName
public void setColumnName(java.lang.String value)
Sets the value of the columnName property.- Parameters:
value- allowed object isString
-
getOrdinalPosition
public int getOrdinalPosition()
Gets the value of the ordinalPosition property.
-
setOrdinalPosition
public void setOrdinalPosition(int value)
Sets the value of the ordinalPosition property.
-
isIsDescending
public java.lang.Boolean isIsDescending()
Gets the value of the isDescending property.- Returns:
- possible object is
Boolean
-
setIsDescending
public void setIsDescending(java.lang.Boolean value)
Sets the value of the isDescending property.- Parameters:
value- allowed object isBoolean
-
withIndexCatalog
public IndexColumnUsage withIndexCatalog(java.lang.String value)
-
withIndexSchema
public IndexColumnUsage withIndexSchema(java.lang.String value)
-
withIndexName
public IndexColumnUsage withIndexName(java.lang.String value)
-
withTableCatalog
public IndexColumnUsage withTableCatalog(java.lang.String value)
-
withTableSchema
public IndexColumnUsage withTableSchema(java.lang.String value)
-
withTableName
public IndexColumnUsage withTableName(java.lang.String value)
-
withColumnName
public IndexColumnUsage withColumnName(java.lang.String value)
-
withOrdinalPosition
public IndexColumnUsage withOrdinalPosition(int value)
-
withIsDescending
public IndexColumnUsage withIsDescending(java.lang.Boolean value)
-
appendTo
public final void appendTo(XMLBuilder builder)
- Specified by:
appendToin interfaceXMLAppendable
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object that)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-