java.lang.Object
org.jooq.util.xml.jaxb.Table
- All Implemented Interfaces:
 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 Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleaninthashCode()voidsetComment(String value) voidsetTableCatalog(String value) voidsetTableName(String value) voidsetTableSchema(String value) voidsetTableType(TableType value) toString()withComment(String value) withTableCatalog(String value) withTableName(String value) withTableSchema(String value) withTableType(TableType value)  
- 
Field Details
- 
tableCatalog
 - 
tableSchema
 - 
tableName
 - 
tableType
 - 
comment
 
 - 
 - 
Constructor Details
- 
Table
public Table() 
 - 
 - 
Method Details
- 
getTableCatalog
 - 
setTableCatalog
 - 
getTableSchema
 - 
setTableSchema
 - 
getTableName
 - 
setTableName
 - 
getTableType
 - 
setTableType
 - 
getComment
 - 
setComment
 - 
withTableCatalog
 - 
withTableSchema
 - 
withTableName
 - 
withTableType
 - 
withComment
 - 
appendTo
- Specified by:
 appendToin interfaceXMLAppendable
 - 
toString
 - 
equals
 - 
hashCode
public int hashCode() 
 -