java.lang.Object
org.jooq.util.xml.jaxb.Index
- All Implemented Interfaces:
- 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:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleaninthashCode()Gets the value of the isUnique property.voidsetComment(String value) voidsetIndexCatalog(String value) voidsetIndexName(String value) voidsetIndexSchema(String value) voidsetIsUnique(Boolean value) Sets the value of the isUnique property.voidsetTableCatalog(String value) voidsetTableName(String value) voidsetTableSchema(String value) toString()withComment(String value) withIndexCatalog(String value) withIndexName(String value) withIndexSchema(String value) withIsUnique(Boolean value) withTableCatalog(String value) withTableName(String value) withTableSchema(String value) 
- 
Field Details- 
indexCatalog
- 
indexSchema
- 
indexName
- 
tableCatalog
- 
tableSchema
- 
tableName
- 
isUnique
- 
comment
 
- 
- 
Constructor Details- 
Indexpublic Index()
 
- 
- 
Method Details- 
getIndexCatalog
- 
setIndexCatalog
- 
getIndexSchema
- 
setIndexSchema
- 
getIndexName
- 
setIndexName
- 
getTableCatalog
- 
setTableCatalog
- 
getTableSchema
- 
setTableSchema
- 
getTableName
- 
setTableName
- 
isIsUniqueGets the value of the isUnique property.- Returns:
- possible object is
     Boolean
 
- 
setIsUniqueSets the value of the isUnique property.- Parameters:
- value- allowed object is- Boolean
 
- 
getComment
- 
setComment
- 
withIndexCatalog
- 
withIndexSchema
- 
withIndexName
- 
withTableCatalog
- 
withTableSchema
- 
withTableName
- 
withIsUnique
- 
withComment
- 
appendTo- Specified by:
- appendToin interface- XMLAppendable
 
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
 
-