- java.lang.Object
- 
- org.jooq.util.xml.jaxb.CheckConstraint
 
- 
- All Implemented Interfaces:
- Serializable,- XMLAppendable
 
 public class CheckConstraint extends Object implements Serializable, XMLAppendable Java class for CheckConstraint complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="CheckConstraint"> <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="check_clause" type="{http://www.w3.org/2001/XMLSchema}string"/> </all> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected StringcheckClauseprotected StringconstraintCatalogprotected StringconstraintNameprotected StringconstraintSchema
 - 
Constructor SummaryConstructors Constructor Description CheckConstraint()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendTo(XMLBuilder builder)booleanequals(Object that)StringgetCheckClause()StringgetConstraintCatalog()StringgetConstraintName()StringgetConstraintSchema()inthashCode()voidsetCheckClause(String value)voidsetConstraintCatalog(String value)voidsetConstraintName(String value)voidsetConstraintSchema(String value)StringtoString()CheckConstraintwithCheckClause(String value)CheckConstraintwithConstraintCatalog(String value)CheckConstraintwithConstraintName(String value)CheckConstraintwithConstraintSchema(String value)
 
- 
- 
- 
Method Detail- 
getConstraintCatalogpublic String getConstraintCatalog() 
 - 
setConstraintCatalogpublic void setConstraintCatalog(String value) 
 - 
getConstraintSchemapublic String getConstraintSchema() 
 - 
setConstraintSchemapublic void setConstraintSchema(String value) 
 - 
getConstraintNamepublic String getConstraintName() 
 - 
setConstraintNamepublic void setConstraintName(String value) 
 - 
getCheckClausepublic String getCheckClause() 
 - 
setCheckClausepublic void setCheckClause(String value) 
 - 
withConstraintCatalogpublic CheckConstraint withConstraintCatalog(String value) 
 - 
withConstraintSchemapublic CheckConstraint withConstraintSchema(String value) 
 - 
withConstraintNamepublic CheckConstraint withConstraintName(String value) 
 - 
withCheckClausepublic CheckConstraint withCheckClause(String value) 
 - 
appendTopublic final void appendTo(XMLBuilder builder) - Specified by:
- appendToin interface- XMLAppendable
 
 
- 
 
-