Module org.jooq

Class DomainConstraint

  • All Implemented Interfaces:
    Serializable, XMLAppendable

    public class DomainConstraint
    extends Object
    implements 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:
    Serialized Form
    • Field Detail

      • constraintCatalog

        protected String constraintCatalog
      • constraintSchema

        protected String constraintSchema
      • constraintName

        protected String constraintName
      • domainCatalog

        protected String domainCatalog
      • domainSchema

        protected String domainSchema
      • domainName

        protected String domainName
    • Constructor Detail

      • DomainConstraint

        public DomainConstraint()
    • Method Detail

      • getConstraintCatalog

        public String getConstraintCatalog()
      • setConstraintCatalog

        public void setConstraintCatalog​(String value)
      • getConstraintSchema

        public String getConstraintSchema()
      • setConstraintSchema

        public void setConstraintSchema​(String value)
      • getConstraintName

        public String getConstraintName()
      • setConstraintName

        public void setConstraintName​(String value)
      • getDomainCatalog

        public String getDomainCatalog()
      • setDomainCatalog

        public void setDomainCatalog​(String value)
      • getDomainSchema

        public String getDomainSchema()
      • setDomainSchema

        public void setDomainSchema​(String value)
      • getDomainName

        public String getDomainName()
      • setDomainName

        public void setDomainName​(String value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object