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 |
---|---|
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.
|
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.
|
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()
String
public void setConstraintCatalog(String value)
value
- allowed object is
String
public String getConstraintSchema()
String
public void setConstraintSchema(String value)
value
- allowed object is
String
public String getConstraintName()
String
public void setConstraintName(String value)
value
- allowed object is
String
public String getUniqueConstraintCatalog()
String
public void setUniqueConstraintCatalog(String value)
value
- allowed object is
String
public String getUniqueConstraintSchema()
String
public void setUniqueConstraintSchema(String value)
value
- allowed object is
String
public String getUniqueConstraintName()
String
public void setUniqueConstraintName(String value)
value
- allowed object is
String
public 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 © 2017. All Rights Reserved.