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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
appendTo
(XMLBuilder builder) boolean
int
hashCode()
void
setConstraintCatalog
(String value) void
setConstraintName
(String value) void
setConstraintSchema
(String value) void
setDomainCatalog
(String value) void
setDomainName
(String value) void
setDomainSchema
(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
-
DomainConstraint
public DomainConstraint()
-
-
Method Details
-
getConstraintCatalog
-
setConstraintCatalog
-
getConstraintSchema
-
setConstraintSchema
-
getConstraintName
-
setConstraintName
-
getDomainCatalog
-
setDomainCatalog
-
getDomainSchema
-
setDomainSchema
-
getDomainName
-
setDomainName
-
withConstraintCatalog
-
withConstraintSchema
-
withConstraintName
-
withDomainCatalog
-
withDomainSchema
-
withDomainName
-
appendTo
- Specified by:
appendTo
in interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-