public class Index extends Object implements Serializable
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>
Modifier and Type | Field and Description |
---|---|
protected String |
comment |
protected String |
indexCatalog |
protected String |
indexName |
protected String |
indexSchema |
protected Boolean |
isUnique |
protected String |
tableCatalog |
protected String |
tableName |
protected String |
tableSchema |
Constructor and Description |
---|
Index() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object that) |
String |
getComment()
Gets the value of the comment property.
|
String |
getIndexCatalog()
Gets the value of the indexCatalog property.
|
String |
getIndexName()
Gets the value of the indexName property.
|
String |
getIndexSchema()
Gets the value of the indexSchema property.
|
String |
getTableCatalog()
Gets the value of the tableCatalog property.
|
String |
getTableName()
Gets the value of the tableName property.
|
String |
getTableSchema()
Gets the value of the tableSchema property.
|
int |
hashCode() |
Boolean |
isIsUnique()
Gets the value of the isUnique property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setIndexCatalog(String value)
Sets the value of the indexCatalog property.
|
void |
setIndexName(String value)
Sets the value of the indexName property.
|
void |
setIndexSchema(String value)
Sets the value of the indexSchema property.
|
void |
setIsUnique(Boolean value)
Sets the value of the isUnique property.
|
void |
setTableCatalog(String value)
Sets the value of the tableCatalog property.
|
void |
setTableName(String value)
Sets the value of the tableName property.
|
void |
setTableSchema(String value)
Sets the value of the tableSchema property.
|
String |
toString() |
Index |
withComment(String value) |
Index |
withIndexCatalog(String value) |
Index |
withIndexName(String value) |
Index |
withIndexSchema(String value) |
Index |
withIsUnique(Boolean value) |
Index |
withTableCatalog(String value) |
Index |
withTableName(String value) |
Index |
withTableSchema(String value) |
protected String indexCatalog
protected String indexSchema
protected String indexName
protected String tableCatalog
protected String tableSchema
protected String tableName
protected Boolean isUnique
protected String comment
public String getIndexCatalog()
String
public void setIndexCatalog(String value)
value
- allowed object is
String
public String getIndexSchema()
String
public void setIndexSchema(String value)
value
- allowed object is
String
public String getIndexName()
String
public void setIndexName(String value)
value
- allowed object is
String
public String getTableCatalog()
String
public void setTableCatalog(String value)
value
- allowed object is
String
public String getTableSchema()
String
public void setTableSchema(String value)
value
- allowed object is
String
public String getTableName()
String
public void setTableName(String value)
value
- allowed object is
String
public Boolean isIsUnique()
Boolean
public void setIsUnique(Boolean value)
value
- allowed object is
Boolean
public String getComment()
String
public void setComment(String value)
value
- allowed object is
String
Copyright © 2019. All rights reserved.