Class ReferentialConstraint

  • All Implemented Interfaces:
    java.io.Serializable, XMLAppendable

    public class ReferentialConstraint
    extends java.lang.Object
    implements java.io.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:
    Serialized Form
    • Field Detail

      • constraintCatalog

        protected java.lang.String constraintCatalog
      • constraintSchema

        protected java.lang.String constraintSchema
      • constraintName

        protected java.lang.String constraintName
      • uniqueConstraintCatalog

        protected java.lang.String uniqueConstraintCatalog
      • uniqueConstraintSchema

        protected java.lang.String uniqueConstraintSchema
      • uniqueConstraintName

        protected java.lang.String uniqueConstraintName
    • Constructor Detail

      • ReferentialConstraint

        public ReferentialConstraint()
    • Method Detail

      • getConstraintCatalog

        public java.lang.String getConstraintCatalog()
        Gets the value of the constraintCatalog property.
        Returns:
        possible object is String
      • setConstraintCatalog

        public void setConstraintCatalog​(java.lang.String value)
        Sets the value of the constraintCatalog property.
        Parameters:
        value - allowed object is String
      • getConstraintSchema

        public java.lang.String getConstraintSchema()
        Gets the value of the constraintSchema property.
        Returns:
        possible object is String
      • setConstraintSchema

        public void setConstraintSchema​(java.lang.String value)
        Sets the value of the constraintSchema property.
        Parameters:
        value - allowed object is String
      • getConstraintName

        public java.lang.String getConstraintName()
        Gets the value of the constraintName property.
        Returns:
        possible object is String
      • setConstraintName

        public void setConstraintName​(java.lang.String value)
        Sets the value of the constraintName property.
        Parameters:
        value - allowed object is String
      • getUniqueConstraintCatalog

        public java.lang.String getUniqueConstraintCatalog()
        Gets the value of the uniqueConstraintCatalog property.
        Returns:
        possible object is String
      • setUniqueConstraintCatalog

        public void setUniqueConstraintCatalog​(java.lang.String value)
        Sets the value of the uniqueConstraintCatalog property.
        Parameters:
        value - allowed object is String
      • getUniqueConstraintSchema

        public java.lang.String getUniqueConstraintSchema()
        Gets the value of the uniqueConstraintSchema property.
        Returns:
        possible object is String
      • setUniqueConstraintSchema

        public void setUniqueConstraintSchema​(java.lang.String value)
        Sets the value of the uniqueConstraintSchema property.
        Parameters:
        value - allowed object is String
      • getUniqueConstraintName

        public java.lang.String getUniqueConstraintName()
        Gets the value of the uniqueConstraintName property.
        Returns:
        possible object is String
      • setUniqueConstraintName

        public void setUniqueConstraintName​(java.lang.String value)
        Sets the value of the uniqueConstraintName property.
        Parameters:
        value - allowed object is String
      • withUniqueConstraintCatalog

        public ReferentialConstraint withUniqueConstraintCatalog​(java.lang.String value)
      • withUniqueConstraintSchema

        public ReferentialConstraint withUniqueConstraintSchema​(java.lang.String value)
      • withUniqueConstraintName

        public ReferentialConstraint withUniqueConstraintName​(java.lang.String value)
      • toString

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

        public boolean equals​(java.lang.Object that)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object