java.lang.Object
org.jooq.util.xml.jaxb.CheckConstraint
- All Implemented Interfaces:
 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:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleaninthashCode()voidsetCheckClause(String value) voidsetConstraintCatalog(String value) voidsetConstraintName(String value) voidsetConstraintSchema(String value) toString()withCheckClause(String value) withConstraintCatalog(String value) withConstraintName(String value) withConstraintSchema(String value)  
- 
Field Details
- 
constraintCatalog
 - 
constraintSchema
 - 
constraintName
 - 
checkClause
 
 - 
 - 
Constructor Details
- 
CheckConstraint
public CheckConstraint() 
 - 
 - 
Method Details
- 
getConstraintCatalog
 - 
setConstraintCatalog
 - 
getConstraintSchema
 - 
setConstraintSchema
 - 
getConstraintName
 - 
setConstraintName
 - 
getCheckClause
 - 
setCheckClause
 - 
withConstraintCatalog
 - 
withConstraintSchema
 - 
withConstraintName
 - 
withCheckClause
 - 
appendTo
- Specified by:
 appendToin interfaceXMLAppendable
 - 
toString
 - 
equals
 - 
hashCode
public int hashCode() 
 -