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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
appendTo
(XMLBuilder builder) boolean
int
hashCode()
Gets the value of the isUnique property.void
setComment
(String value) void
setIndexCatalog
(String value) void
setIndexName
(String value) void
setIndexSchema
(String value) void
setIsUnique
(Boolean value) Sets the value of the isUnique property.void
setTableCatalog
(String value) void
setTableName
(String value) void
setTableSchema
(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
-
Index
public Index()
-
-
Method Details
-
getIndexCatalog
-
setIndexCatalog
-
getIndexSchema
-
setIndexSchema
-
getIndexName
-
setIndexName
-
getTableCatalog
-
setTableCatalog
-
getTableSchema
-
setTableSchema
-
getTableName
-
setTableName
-
isIsUnique
Gets the value of the isUnique property.- Returns:
- possible object is
Boolean
-
setIsUnique
Sets the value of the isUnique property.- Parameters:
value
- allowed object isBoolean
-
getComment
-
setComment
-
withIndexCatalog
-
withIndexSchema
-
withIndexName
-
withTableCatalog
-
withTableSchema
-
withTableName
-
withIsUnique
-
withComment
-
appendTo
- Specified by:
appendTo
in interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-