java.lang.Object
org.jooq.meta.jaxb.SyntheticSynonymType
- All Implemented Interfaces:
Serializable,XMLAppendable
Java class for SyntheticSynonymType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SyntheticSynonymType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="table" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ignoreUnused" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleanThe defining catalog of the synonym.getName()The synonym name.The defining schema of the synonym.getTable()A regular expression matching a table to which to apply this synthetic synonym.inthashCode()Set this flag to true if no warning should be logged if this object was not used by a code generation run.voidsetCatalog(String value) The defining catalog of the synonym.voidsetIgnoreUnused(Boolean value) Set this flag to true if no warning should be logged if this object was not used by a code generation run.voidThe synonym name.voidThe defining schema of the synonym.voidA regular expression matching a table to which to apply this synthetic synonym.toString()withCatalog(String value) The defining catalog of the synonym.withIgnoreUnused(Boolean value) Set this flag to true if no warning should be logged if this object was not used by a code generation run.The synonym name.withSchema(String value) The defining schema of the synonym.A regular expression matching a table to which to apply this synthetic synonym.
-
Field Details
-
catalog
-
schema
-
name
-
table
-
ignoreUnused
-
-
Constructor Details
-
SyntheticSynonymType
public SyntheticSynonymType()
-
-
Method Details
-
getCatalog
The defining catalog of the synonym. -
setCatalog
The defining catalog of the synonym. -
getSchema
The defining schema of the synonym. -
setSchema
The defining schema of the synonym. -
getName
The synonym name. -
setName
The synonym name. -
getTable
A regular expression matching a table to which to apply this synthetic synonym. -
setTable
A regular expression matching a table to which to apply this synthetic synonym. -
isIgnoreUnused
Set this flag to true if no warning should be logged if this object was not used by a code generation run.- Returns:
- possible object is
Boolean
-
setIgnoreUnused
Set this flag to true if no warning should be logged if this object was not used by a code generation run.- Parameters:
value- allowed object isBoolean
-
withCatalog
The defining catalog of the synonym. -
withSchema
The defining schema of the synonym. -
withName
The synonym name. -
withTable
A regular expression matching a table to which to apply this synthetic synonym. -
withIgnoreUnused
Set this flag to true if no warning should be logged if this object was not used by a code generation run. -
appendTo
- Specified by:
appendToin interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-