Class SyntheticViewType

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

public class SyntheticViewType extends Object implements Serializable, XMLAppendable

Java class for SyntheticViewType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SyntheticViewType">
   <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="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="sql" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • catalog

      protected String catalog
    • schema

      protected String schema
    • name

      protected String name
    • comment

      protected String comment
    • sql

      protected String sql
  • Constructor Details

    • SyntheticViewType

      public SyntheticViewType()
  • Method Details

    • getCatalog

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

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

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

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

      public String getName()
      The defining name of the view.
    • setName

      public void setName(String value)
      The defining name of the view.
    • getComment

      public String getComment()
      The defining comment on the view.
    • setComment

      public void setComment(String value)
      The defining comment on the view.
    • getSql

      public String getSql()
      The defining SQL query.
    • setSql

      public void setSql(String value)
      The defining SQL query.
    • withCatalog

      public SyntheticViewType withCatalog(String value)
      The defining catalog of the view.
    • withSchema

      public SyntheticViewType withSchema(String value)
      The defining schema of the view.
    • withName

      public SyntheticViewType withName(String value)
      The defining name of the view.
    • withComment

      public SyntheticViewType withComment(String value)
      The defining comment on the view.
    • withSql

      public SyntheticViewType withSql(String value)
      The defining SQL query.
    • 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