Module org.jooq

Class Table

java.lang.Object
org.jooq.util.xml.jaxb.Table
All Implemented Interfaces:
Serializable, XMLAppendable

public class Table extends Object implements Serializable, XMLAppendable

Java class for Table complex type.

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

 <complexType name="Table">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="table_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="table_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="table_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="table_type" type="{http://www.jooq.org/xsd/jooq-meta-3.16.0.xsd}TableType" minOccurs="0"/>
         <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • tableCatalog

      protected String tableCatalog
    • tableSchema

      protected String tableSchema
    • tableName

      protected String tableName
    • tableType

      protected TableType tableType
    • comment

      protected String comment
  • Constructor Details

    • Table

      public Table()
  • Method Details

    • getTableCatalog

      public String getTableCatalog()
    • setTableCatalog

      public void setTableCatalog(String value)
    • getTableSchema

      public String getTableSchema()
    • setTableSchema

      public void setTableSchema(String value)
    • getTableName

      public String getTableName()
    • setTableName

      public void setTableName(String value)
    • getTableType

      public TableType getTableType()
    • setTableType

      public void setTableType(TableType value)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String value)
    • withTableCatalog

      public Table withTableCatalog(String value)
    • withTableSchema

      public Table withTableSchema(String value)
    • withTableName

      public Table withTableName(String value)
    • withTableType

      public Table withTableType(TableType value)
    • withComment

      public Table withComment(String value)
    • 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