Package org.jooq.util.xml.jaxb
Class KeyColumnUsage
- java.lang.Object
-
- org.jooq.util.xml.jaxb.KeyColumnUsage
-
- All Implemented Interfaces:
java.io.Serializable
,XMLAppendable
public class KeyColumnUsage extends java.lang.Object implements java.io.Serializable, XMLAppendable
Java class for KeyColumnUsage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyColumnUsage"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="column_name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="constraint_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="constraint_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="constraint_name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ordinal_position" type="{http://www.w3.org/2001/XMLSchema}int"/> <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"/> </all> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
columnName
protected java.lang.String
constraintCatalog
protected java.lang.String
constraintName
protected java.lang.String
constraintSchema
protected int
ordinalPosition
protected java.lang.String
tableCatalog
protected java.lang.String
tableName
protected java.lang.String
tableSchema
-
Constructor Summary
Constructors Constructor Description KeyColumnUsage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
appendTo(XMLBuilder builder)
boolean
equals(java.lang.Object that)
java.lang.String
getColumnName()
Gets the value of the columnName property.java.lang.String
getConstraintCatalog()
Gets the value of the constraintCatalog property.java.lang.String
getConstraintName()
Gets the value of the constraintName property.java.lang.String
getConstraintSchema()
Gets the value of the constraintSchema property.int
getOrdinalPosition()
Gets the value of the ordinalPosition property.java.lang.String
getTableCatalog()
Gets the value of the tableCatalog property.java.lang.String
getTableName()
Gets the value of the tableName property.java.lang.String
getTableSchema()
Gets the value of the tableSchema property.int
hashCode()
void
setColumnName(java.lang.String value)
Sets the value of the columnName property.void
setConstraintCatalog(java.lang.String value)
Sets the value of the constraintCatalog property.void
setConstraintName(java.lang.String value)
Sets the value of the constraintName property.void
setConstraintSchema(java.lang.String value)
Sets the value of the constraintSchema property.void
setOrdinalPosition(int value)
Sets the value of the ordinalPosition property.void
setTableCatalog(java.lang.String value)
Sets the value of the tableCatalog property.void
setTableName(java.lang.String value)
Sets the value of the tableName property.void
setTableSchema(java.lang.String value)
Sets the value of the tableSchema property.java.lang.String
toString()
KeyColumnUsage
withColumnName(java.lang.String value)
KeyColumnUsage
withConstraintCatalog(java.lang.String value)
KeyColumnUsage
withConstraintName(java.lang.String value)
KeyColumnUsage
withConstraintSchema(java.lang.String value)
KeyColumnUsage
withOrdinalPosition(int value)
KeyColumnUsage
withTableCatalog(java.lang.String value)
KeyColumnUsage
withTableName(java.lang.String value)
KeyColumnUsage
withTableSchema(java.lang.String value)
-
-
-
Field Detail
-
columnName
protected java.lang.String columnName
-
constraintCatalog
protected java.lang.String constraintCatalog
-
constraintSchema
protected java.lang.String constraintSchema
-
constraintName
protected java.lang.String constraintName
-
ordinalPosition
protected int ordinalPosition
-
tableCatalog
protected java.lang.String tableCatalog
-
tableSchema
protected java.lang.String tableSchema
-
tableName
protected java.lang.String tableName
-
-
Method Detail
-
getColumnName
public java.lang.String getColumnName()
Gets the value of the columnName property.- Returns:
- possible object is
String
-
setColumnName
public void setColumnName(java.lang.String value)
Sets the value of the columnName property.- Parameters:
value
- allowed object isString
-
getConstraintCatalog
public java.lang.String getConstraintCatalog()
Gets the value of the constraintCatalog property.- Returns:
- possible object is
String
-
setConstraintCatalog
public void setConstraintCatalog(java.lang.String value)
Sets the value of the constraintCatalog property.- Parameters:
value
- allowed object isString
-
getConstraintSchema
public java.lang.String getConstraintSchema()
Gets the value of the constraintSchema property.- Returns:
- possible object is
String
-
setConstraintSchema
public void setConstraintSchema(java.lang.String value)
Sets the value of the constraintSchema property.- Parameters:
value
- allowed object isString
-
getConstraintName
public java.lang.String getConstraintName()
Gets the value of the constraintName property.- Returns:
- possible object is
String
-
setConstraintName
public void setConstraintName(java.lang.String value)
Sets the value of the constraintName property.- Parameters:
value
- allowed object isString
-
getOrdinalPosition
public int getOrdinalPosition()
Gets the value of the ordinalPosition property.
-
setOrdinalPosition
public void setOrdinalPosition(int value)
Sets the value of the ordinalPosition property.
-
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 isString
-
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 isString
-
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 isString
-
withColumnName
public KeyColumnUsage withColumnName(java.lang.String value)
-
withConstraintCatalog
public KeyColumnUsage withConstraintCatalog(java.lang.String value)
-
withConstraintSchema
public KeyColumnUsage withConstraintSchema(java.lang.String value)
-
withConstraintName
public KeyColumnUsage withConstraintName(java.lang.String value)
-
withOrdinalPosition
public KeyColumnUsage withOrdinalPosition(int value)
-
withTableCatalog
public KeyColumnUsage withTableCatalog(java.lang.String value)
-
withTableSchema
public KeyColumnUsage withTableSchema(java.lang.String value)
-
withTableName
public KeyColumnUsage withTableName(java.lang.String value)
-
appendTo
public final void appendTo(XMLBuilder builder)
- Specified by:
appendTo
in interfaceXMLAppendable
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object that)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-