Class SyntheticSynonymType

java.lang.Object
org.jooq.meta.jaxb.SyntheticSynonymType
All Implemented Interfaces:
Serializable, XMLAppendable

public class SyntheticSynonymType extends Object implements 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 Details

    • catalog

      protected String catalog
    • schema

      protected String schema
    • name

      protected String name
    • table

      protected String table
    • ignoreUnused

      protected Boolean ignoreUnused
  • Constructor Details

    • SyntheticSynonymType

      public SyntheticSynonymType()
  • Method Details

    • getCatalog

      public String getCatalog()
      The defining catalog of the synonym.
    • setCatalog

      public void setCatalog(String value)
      The defining catalog of the synonym.
    • getSchema

      public String getSchema()
      The defining schema of the synonym.
    • setSchema

      public void setSchema(String value)
      The defining schema of the synonym.
    • getName

      public String getName()
      The synonym name.
    • setName

      public void setName(String value)
      The synonym name.
    • getTable

      public String getTable()
      A regular expression matching a table to which to apply this synthetic synonym.
    • setTable

      public void setTable(String value)
      A regular expression matching a table to which to apply this synthetic synonym.
    • isIgnoreUnused

      public Boolean 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

      public void setIgnoreUnused(Boolean value)
      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 is Boolean
    • withCatalog

      public SyntheticSynonymType withCatalog(String value)
      The defining catalog of the synonym.
    • withSchema

      public SyntheticSynonymType withSchema(String value)
      The defining schema of the synonym.
    • withName

      public SyntheticSynonymType withName(String value)
      The synonym name.
    • withTable

      public SyntheticSynonymType withTable(String value)
      A regular expression matching a table to which to apply this synthetic synonym.
    • withIgnoreUnused

      public SyntheticSynonymType 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.
    • appendTo

      public final void appendTo(XMLBuilder builder)
      Specified by:
      appendTo in interface XMLAppendable
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object that)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object