Module org.jooq

Class ReferentialConstraint

java.lang.Object
org.jooq.util.xml.jaxb.ReferentialConstraint
All Implemented Interfaces:
Serializable, XMLAppendable

public class ReferentialConstraint extends Object implements Serializable, XMLAppendable

Java class for ReferentialConstraint complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ReferentialConstraint">
   <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="unique_constraint_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="unique_constraint_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="unique_constraint_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • constraintCatalog

      protected String constraintCatalog
    • constraintSchema

      protected String constraintSchema
    • constraintName

      protected String constraintName
    • uniqueConstraintCatalog

      protected String uniqueConstraintCatalog
    • uniqueConstraintSchema

      protected String uniqueConstraintSchema
    • uniqueConstraintName

      protected String uniqueConstraintName
  • Constructor Details

    • ReferentialConstraint

      public ReferentialConstraint()
  • Method Details

    • 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)
    • getUniqueConstraintCatalog

      public String getUniqueConstraintCatalog()
    • setUniqueConstraintCatalog

      public void setUniqueConstraintCatalog(String value)
    • getUniqueConstraintSchema

      public String getUniqueConstraintSchema()
    • setUniqueConstraintSchema

      public void setUniqueConstraintSchema(String value)
    • getUniqueConstraintName

      public String getUniqueConstraintName()
    • setUniqueConstraintName

      public void setUniqueConstraintName(String value)
    • withConstraintCatalog

      public ReferentialConstraint withConstraintCatalog(String value)
    • withConstraintSchema

      public ReferentialConstraint withConstraintSchema(String value)
    • withConstraintName

      public ReferentialConstraint withConstraintName(String value)
    • withUniqueConstraintCatalog

      public ReferentialConstraint withUniqueConstraintCatalog(String value)
    • withUniqueConstraintSchema

      public ReferentialConstraint withUniqueConstraintSchema(String value)
    • withUniqueConstraintName

      public ReferentialConstraint withUniqueConstraintName(String value)
    • appendTo

      public final void appendTo(XMLBuilder builder)
      Specified by:
      appendTo in interface XMLAppendable
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object that)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object