java.lang.Object
org.jooq.util.xml.jaxb.ReferentialConstraint
- All Implemented Interfaces:
- 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:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleaninthashCode()voidsetConstraintCatalog(String value) voidsetConstraintName(String value) voidsetConstraintSchema(String value) voidsetUniqueConstraintCatalog(String value) voidsetUniqueConstraintName(String value) voidsetUniqueConstraintSchema(String value) toString()withConstraintCatalog(String value) withConstraintName(String value) withConstraintSchema(String value) withUniqueConstraintName(String value) withUniqueConstraintSchema(String value) 
- 
Field Details- 
constraintCatalog
- 
constraintSchema
- 
constraintName
- 
uniqueConstraintCatalog
- 
uniqueConstraintSchema
- 
uniqueConstraintName
 
- 
- 
Constructor Details- 
ReferentialConstraintpublic ReferentialConstraint()
 
- 
- 
Method Details- 
getConstraintCatalog
- 
setConstraintCatalog
- 
getConstraintSchema
- 
setConstraintSchema
- 
getConstraintName
- 
setConstraintName
- 
getUniqueConstraintCatalog
- 
setUniqueConstraintCatalog
- 
getUniqueConstraintSchema
- 
setUniqueConstraintSchema
- 
getUniqueConstraintName
- 
setUniqueConstraintName
- 
withConstraintCatalog
- 
withConstraintSchema
- 
withConstraintName
- 
withUniqueConstraintCatalog
- 
withUniqueConstraintSchema
- 
withUniqueConstraintName
- 
appendTo- Specified by:
- appendToin interface- XMLAppendable
 
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
 
-