Class Index

  • All Implemented Interfaces:
    java.io.Serializable, XMLAppendable

    public class Index
    extends java.lang.Object
    implements java.io.Serializable, XMLAppendable

    Java class for Index complex type.

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

     <complexType name="Index">
       <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="is_unique" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </all>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • 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
      • isUnique

        protected java.lang.Boolean isUnique
      • comment

        protected java.lang.String comment
    • Constructor Detail

      • Index

        public Index()
    • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • isIsUnique

        public java.lang.Boolean isIsUnique()
        Gets the value of the isUnique property.
        Returns:
        possible object is Boolean
      • setIsUnique

        public void setIsUnique​(java.lang.Boolean value)
        Sets the value of the isUnique property.
        Parameters:
        value - allowed object is Boolean
      • getComment

        public java.lang.String getComment()
        Gets the value of the comment property.
        Returns:
        possible object is String
      • setComment

        public void setComment​(java.lang.String value)
        Sets the value of the comment property.
        Parameters:
        value - allowed object is String
      • withIndexCatalog

        public Index withIndexCatalog​(java.lang.String value)
      • withIndexSchema

        public Index withIndexSchema​(java.lang.String value)
      • withIndexName

        public Index withIndexName​(java.lang.String value)
      • withTableCatalog

        public Index withTableCatalog​(java.lang.String value)
      • withTableSchema

        public Index withTableSchema​(java.lang.String value)
      • withTableName

        public Index withTableName​(java.lang.String value)
      • withIsUnique

        public Index withIsUnique​(java.lang.Boolean value)
      • withComment

        public Index withComment​(java.lang.String value)
      • toString

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

        public boolean equals​(java.lang.Object that)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object