public class ReferentialConstraint extends Object implements Serializable
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>
 | Modifier and Type | Field and Description | 
|---|---|
| protected String | constraintCatalog | 
| protected String | constraintName | 
| protected String | constraintSchema | 
| protected String | uniqueConstraintCatalog | 
| protected String | uniqueConstraintName | 
| protected String | uniqueConstraintSchema | 
| Constructor and Description | 
|---|
| ReferentialConstraint() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object that) | 
| String | getConstraintCatalog()Gets the value of the constraintCatalog property. | 
| String | getConstraintName()Gets the value of the constraintName property. | 
| String | getConstraintSchema()Gets the value of the constraintSchema property. | 
| String | getUniqueConstraintCatalog()Gets the value of the uniqueConstraintCatalog property. | 
| String | getUniqueConstraintName()Gets the value of the uniqueConstraintName property. | 
| String | getUniqueConstraintSchema()Gets the value of the uniqueConstraintSchema property. | 
| int | hashCode() | 
| void | setConstraintCatalog(String value)Sets the value of the constraintCatalog property. | 
| void | setConstraintName(String value)Sets the value of the constraintName property. | 
| void | setConstraintSchema(String value)Sets the value of the constraintSchema property. | 
| void | setUniqueConstraintCatalog(String value)Sets the value of the uniqueConstraintCatalog property. | 
| void | setUniqueConstraintName(String value)Sets the value of the uniqueConstraintName property. | 
| void | setUniqueConstraintSchema(String value)Sets the value of the uniqueConstraintSchema property. | 
| String | toString() | 
| ReferentialConstraint | withConstraintCatalog(String value) | 
| ReferentialConstraint | withConstraintName(String value) | 
| ReferentialConstraint | withConstraintSchema(String value) | 
| ReferentialConstraint | withUniqueConstraintCatalog(String value) | 
| ReferentialConstraint | withUniqueConstraintName(String value) | 
| ReferentialConstraint | withUniqueConstraintSchema(String value) | 
protected String constraintCatalog
protected String constraintSchema
protected String constraintName
protected String uniqueConstraintCatalog
protected String uniqueConstraintSchema
protected String uniqueConstraintName
public String getConstraintCatalog()
Stringpublic void setConstraintCatalog(String value)
value - allowed object is
     Stringpublic String getConstraintSchema()
Stringpublic void setConstraintSchema(String value)
value - allowed object is
     Stringpublic String getConstraintName()
Stringpublic void setConstraintName(String value)
value - allowed object is
     Stringpublic String getUniqueConstraintCatalog()
Stringpublic void setUniqueConstraintCatalog(String value)
value - allowed object is
     Stringpublic String getUniqueConstraintSchema()
Stringpublic void setUniqueConstraintSchema(String value)
value - allowed object is
     Stringpublic String getUniqueConstraintName()
Stringpublic void setUniqueConstraintName(String value)
value - allowed object is
     Stringpublic ReferentialConstraint withConstraintCatalog(String value)
public ReferentialConstraint withConstraintSchema(String value)
public ReferentialConstraint withConstraintName(String value)
public ReferentialConstraint withUniqueConstraintCatalog(String value)
public ReferentialConstraint withUniqueConstraintSchema(String value)
public ReferentialConstraint withUniqueConstraintName(String value)
Copyright © 2019. All rights reserved.