public class ReferentialConstraint
extends java.lang.Object
implements java.io.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 java.lang.String |
constraintCatalog |
protected java.lang.String |
constraintName |
protected java.lang.String |
constraintSchema |
protected java.lang.String |
uniqueConstraintCatalog |
protected java.lang.String |
uniqueConstraintName |
protected java.lang.String |
uniqueConstraintSchema |
Constructor and Description |
---|
ReferentialConstraint() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConstraintCatalog()
Gets the value of the constraintCatalog property.
|
java.lang.String |
getConstraintName()
Gets the value of the constraintName property.
|
java.lang.String |
getConstraintSchema()
Gets the value of the constraintSchema property.
|
java.lang.String |
getUniqueConstraintCatalog()
Gets the value of the uniqueConstraintCatalog property.
|
java.lang.String |
getUniqueConstraintName()
Gets the value of the uniqueConstraintName property.
|
java.lang.String |
getUniqueConstraintSchema()
Gets the value of the uniqueConstraintSchema property.
|
void |
setConstraintCatalog(java.lang.String value)
Sets the value of the constraintCatalog property.
|
void |
setConstraintName(java.lang.String value)
Sets the value of the constraintName property.
|
void |
setConstraintSchema(java.lang.String value)
Sets the value of the constraintSchema property.
|
void |
setUniqueConstraintCatalog(java.lang.String value)
Sets the value of the uniqueConstraintCatalog property.
|
void |
setUniqueConstraintName(java.lang.String value)
Sets the value of the uniqueConstraintName property.
|
void |
setUniqueConstraintSchema(java.lang.String value)
Sets the value of the uniqueConstraintSchema property.
|
ReferentialConstraint |
withConstraintCatalog(java.lang.String value) |
ReferentialConstraint |
withConstraintName(java.lang.String value) |
ReferentialConstraint |
withConstraintSchema(java.lang.String value) |
ReferentialConstraint |
withUniqueConstraintCatalog(java.lang.String value) |
ReferentialConstraint |
withUniqueConstraintName(java.lang.String value) |
ReferentialConstraint |
withUniqueConstraintSchema(java.lang.String value) |
protected java.lang.String constraintCatalog
protected java.lang.String constraintSchema
protected java.lang.String constraintName
protected java.lang.String uniqueConstraintCatalog
protected java.lang.String uniqueConstraintSchema
protected java.lang.String uniqueConstraintName
public java.lang.String getConstraintCatalog()
String
public void setConstraintCatalog(java.lang.String value)
value
- allowed object is
String
public java.lang.String getConstraintSchema()
String
public void setConstraintSchema(java.lang.String value)
value
- allowed object is
String
public java.lang.String getConstraintName()
String
public void setConstraintName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUniqueConstraintCatalog()
String
public void setUniqueConstraintCatalog(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUniqueConstraintSchema()
String
public void setUniqueConstraintSchema(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUniqueConstraintName()
String
public void setUniqueConstraintName(java.lang.String value)
value
- allowed object is
String
public ReferentialConstraint withConstraintCatalog(java.lang.String value)
public ReferentialConstraint withConstraintSchema(java.lang.String value)
public ReferentialConstraint withConstraintName(java.lang.String value)
public ReferentialConstraint withUniqueConstraintCatalog(java.lang.String value)
public ReferentialConstraint withUniqueConstraintSchema(java.lang.String value)
public ReferentialConstraint withUniqueConstraintName(java.lang.String value)
Copyright © 2018. All Rights Reserved.