java.lang.Object
org.jooq.util.xml.jaxb.DomainConstraint
- All Implemented Interfaces:
- Serializable,- XMLAppendable
Java class for DomainConstraint complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="DomainConstraint">
   <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="domain_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="domain_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="domain_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 - See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleaninthashCode()voidsetConstraintCatalog(String value) voidsetConstraintName(String value) voidsetConstraintSchema(String value) voidsetDomainCatalog(String value) voidsetDomainName(String value) voidsetDomainSchema(String value) toString()withConstraintCatalog(String value) withConstraintName(String value) withConstraintSchema(String value) withDomainCatalog(String value) withDomainName(String value) withDomainSchema(String value) 
- 
Field Details- 
constraintCatalog
- 
constraintSchema
- 
constraintName
- 
domainCatalog
- 
domainSchema
- 
domainName
 
- 
- 
Constructor Details- 
DomainConstraintpublic DomainConstraint()
 
- 
- 
Method Details- 
getConstraintCatalog
- 
setConstraintCatalog
- 
getConstraintSchema
- 
setConstraintSchema
- 
getConstraintName
- 
setConstraintName
- 
getDomainCatalog
- 
setDomainCatalog
- 
getDomainSchema
- 
setDomainSchema
- 
getDomainName
- 
setDomainName
- 
withConstraintCatalog
- 
withConstraintSchema
- 
withConstraintName
- 
withDomainCatalog
- 
withDomainSchema
- 
withDomainName
- 
appendTo- Specified by:
- appendToin interface- XMLAppendable
 
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
 
-