Module org.jooq

Class IndexColumnUsage

java.lang.Object
org.jooq.util.xml.jaxb.IndexColumnUsage
All Implemented Interfaces:
Serializable, XMLAppendable

public class IndexColumnUsage extends Object implements 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:
  • Field Details

    • indexCatalog

      protected String indexCatalog
    • indexSchema

      protected String indexSchema
    • indexName

      protected String indexName
    • tableCatalog

      protected String tableCatalog
    • tableSchema

      protected String tableSchema
    • tableName

      protected String tableName
    • columnName

      protected String columnName
    • ordinalPosition

      protected int ordinalPosition
    • isDescending

      protected Boolean isDescending
  • Constructor Details

    • IndexColumnUsage

      public IndexColumnUsage()
  • Method Details

    • getIndexCatalog

      public String getIndexCatalog()
    • setIndexCatalog

      public void setIndexCatalog(String value)
    • getIndexSchema

      public String getIndexSchema()
    • setIndexSchema

      public void setIndexSchema(String value)
    • getIndexName

      public String getIndexName()
    • setIndexName

      public void setIndexName(String value)
    • getTableCatalog

      public String getTableCatalog()
    • setTableCatalog

      public void setTableCatalog(String value)
    • getTableSchema

      public String getTableSchema()
    • setTableSchema

      public void setTableSchema(String value)
    • getTableName

      public String getTableName()
    • setTableName

      public void setTableName(String value)
    • getColumnName

      public String getColumnName()
    • setColumnName

      public void setColumnName(String value)
    • getOrdinalPosition

      public int getOrdinalPosition()
    • setOrdinalPosition

      public void setOrdinalPosition(int value)
    • isIsDescending

      public Boolean isIsDescending()
      Gets the value of the isDescending property.
      Returns:
      possible object is Boolean
    • setIsDescending

      public void setIsDescending(Boolean value)
      Sets the value of the isDescending property.
      Parameters:
      value - allowed object is Boolean
    • withIndexCatalog

      public IndexColumnUsage withIndexCatalog(String value)
    • withIndexSchema

      public IndexColumnUsage withIndexSchema(String value)
    • withIndexName

      public IndexColumnUsage withIndexName(String value)
    • withTableCatalog

      public IndexColumnUsage withTableCatalog(String value)
    • withTableSchema

      public IndexColumnUsage withTableSchema(String value)
    • withTableName

      public IndexColumnUsage withTableName(String value)
    • withColumnName

      public IndexColumnUsage withColumnName(String value)
    • withOrdinalPosition

      public IndexColumnUsage withOrdinalPosition(int value)
    • withIsDescending

      public IndexColumnUsage withIsDescending(Boolean value)
    • appendTo

      public final void appendTo(XMLBuilder builder)
      Specified by:
      appendTo in interface XMLAppendable
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object that)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object