java.lang.Object
org.jooq.util.xml.jaxb.TableConstraint
- All Implemented Interfaces:
Serializable
,XMLAppendable
Java class for TableConstraint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TableConstraint"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <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="constraint_type" type="{http://www.jooq.org/xsd/jooq-meta-3.19.0.xsd}TableConstraintType"/> <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="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="enforced" type="{http://www.w3.org/2001/XMLSchema}boolean" 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 enforced property.void
setComment
(String value) void
setConstraintCatalog
(String value) void
setConstraintName
(String value) void
setConstraintSchema
(String value) void
void
setEnforced
(Boolean value) Sets the value of the enforced property.void
setTableCatalog
(String value) void
setTableName
(String value) void
setTableSchema
(String value) toString()
withComment
(String value) withConstraintCatalog
(String value) withConstraintName
(String value) withConstraintSchema
(String value) withEnforced
(Boolean value) withTableCatalog
(String value) withTableName
(String value) withTableSchema
(String value)
-
Field Details
-
constraintCatalog
-
constraintSchema
-
constraintName
-
constraintType
-
tableCatalog
-
tableSchema
-
tableName
-
comment
-
enforced
-
-
Constructor Details
-
TableConstraint
public TableConstraint()
-
-
Method Details
-
getConstraintCatalog
-
setConstraintCatalog
-
getConstraintSchema
-
setConstraintSchema
-
getConstraintName
-
setConstraintName
-
getConstraintType
-
setConstraintType
-
getTableCatalog
-
setTableCatalog
-
getTableSchema
-
setTableSchema
-
getTableName
-
setTableName
-
getComment
-
setComment
-
isEnforced
Gets the value of the enforced property.- Returns:
- possible object is
Boolean
-
setEnforced
Sets the value of the enforced property.- Parameters:
value
- allowed object isBoolean
-
withConstraintCatalog
-
withConstraintSchema
-
withConstraintName
-
withConstraintType
-
withTableCatalog
-
withTableSchema
-
withTableName
-
withComment
-
withEnforced
-
appendTo
- Specified by:
appendTo
in interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-