Package org.jooq.util.xml.jaxb
Class ReferentialConstraint
- java.lang.Object
-
- org.jooq.util.xml.jaxb.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 Summary
Fields Modifier and Type Field Description protected java.lang.StringconstraintCatalogprotected java.lang.StringconstraintNameprotected java.lang.StringconstraintSchemaprotected java.lang.StringuniqueConstraintCatalogprotected java.lang.StringuniqueConstraintNameprotected java.lang.StringuniqueConstraintSchema
-
Constructor Summary
Constructors Constructor Description ReferentialConstraint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendTo(XMLBuilder builder)booleanequals(java.lang.Object that)java.lang.StringgetConstraintCatalog()Gets the value of the constraintCatalog property.java.lang.StringgetConstraintName()Gets the value of the constraintName property.java.lang.StringgetConstraintSchema()Gets the value of the constraintSchema property.java.lang.StringgetUniqueConstraintCatalog()Gets the value of the uniqueConstraintCatalog property.java.lang.StringgetUniqueConstraintName()Gets the value of the uniqueConstraintName property.java.lang.StringgetUniqueConstraintSchema()Gets the value of the uniqueConstraintSchema property.inthashCode()voidsetConstraintCatalog(java.lang.String value)Sets the value of the constraintCatalog property.voidsetConstraintName(java.lang.String value)Sets the value of the constraintName property.voidsetConstraintSchema(java.lang.String value)Sets the value of the constraintSchema property.voidsetUniqueConstraintCatalog(java.lang.String value)Sets the value of the uniqueConstraintCatalog property.voidsetUniqueConstraintName(java.lang.String value)Sets the value of the uniqueConstraintName property.voidsetUniqueConstraintSchema(java.lang.String value)Sets the value of the uniqueConstraintSchema property.java.lang.StringtoString()ReferentialConstraintwithConstraintCatalog(java.lang.String value)ReferentialConstraintwithConstraintName(java.lang.String value)ReferentialConstraintwithConstraintSchema(java.lang.String value)ReferentialConstraintwithUniqueConstraintCatalog(java.lang.String value)ReferentialConstraintwithUniqueConstraintName(java.lang.String value)ReferentialConstraintwithUniqueConstraintSchema(java.lang.String value)
-
-
-
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
-
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
withConstraintCatalog
public ReferentialConstraint withConstraintCatalog(java.lang.String value)
-
withConstraintSchema
public ReferentialConstraint withConstraintSchema(java.lang.String value)
-
withConstraintName
public ReferentialConstraint withConstraintName(java.lang.String value)
-
withUniqueConstraintCatalog
public ReferentialConstraint withUniqueConstraintCatalog(java.lang.String value)
-
withUniqueConstraintSchema
public ReferentialConstraint withUniqueConstraintSchema(java.lang.String value)
-
withUniqueConstraintName
public ReferentialConstraint withUniqueConstraintName(java.lang.String value)
-
appendTo
public final void appendTo(XMLBuilder builder)
- Specified by:
appendToin interfaceXMLAppendable
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object that)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-