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.16.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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleaninthashCode()Gets the value of the enforced property.voidsetComment(String value) voidsetConstraintCatalog(String value) voidsetConstraintName(String value) voidsetConstraintSchema(String value) voidvoidsetEnforced(Boolean value) Sets the value of the enforced property.voidsetTableCatalog(String value) voidsetTableName(String value) voidsetTableSchema(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- 
TableConstraintpublic TableConstraint()
 
- 
- 
Method Details- 
getConstraintCatalog
- 
setConstraintCatalog
- 
getConstraintSchema
- 
setConstraintSchema
- 
getConstraintName
- 
setConstraintName
- 
getConstraintType
- 
setConstraintType
- 
getTableCatalog
- 
setTableCatalog
- 
getTableSchema
- 
setTableSchema
- 
getTableName
- 
setTableName
- 
getComment
- 
setComment
- 
isEnforcedGets the value of the enforced property.- Returns:
- possible object is
     Boolean
 
- 
setEnforcedSets the value of the enforced property.- Parameters:
- value- allowed object is- Boolean
 
- 
withConstraintCatalog
- 
withConstraintSchema
- 
withConstraintName
- 
withConstraintType
- 
withTableCatalog
- 
withTableSchema
- 
withTableName
- 
withComment
- 
withEnforced
- 
appendTo- Specified by:
- appendToin interface- XMLAppendable
 
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
 
-