- 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="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected Stringcommentprotected StringtableCatalogprotected StringtableNameprotected StringtableSchema
 - 
Constructor SummaryConstructors Constructor Description Table()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendTo(XMLBuilder builder)booleanequals(Object that)StringgetComment()Gets the value of the comment property.StringgetTableCatalog()Gets the value of the tableCatalog property.StringgetTableName()Gets the value of the tableName property.StringgetTableSchema()Gets the value of the tableSchema property.inthashCode()voidsetComment(String value)Sets the value of the comment property.voidsetTableCatalog(String value)Sets the value of the tableCatalog property.voidsetTableName(String value)Sets the value of the tableName property.voidsetTableSchema(String value)Sets the value of the tableSchema property.StringtoString()TablewithComment(String value)TablewithTableCatalog(String value)TablewithTableName(String value)TablewithTableSchema(String value)
 
- 
- 
- 
Method Detail- 
getTableCatalogpublic String getTableCatalog() Gets the value of the tableCatalog property.- Returns:
- possible object is
     String
 
 - 
setTableCatalogpublic void setTableCatalog(String value) Sets the value of the tableCatalog property.- Parameters:
- value- allowed object is- String
 
 - 
getTableSchemapublic String getTableSchema() Gets the value of the tableSchema property.- Returns:
- possible object is
     String
 
 - 
setTableSchemapublic void setTableSchema(String value) Sets the value of the tableSchema property.- Parameters:
- value- allowed object is- String
 
 - 
getTableNamepublic String getTableName() Gets the value of the tableName property.- Returns:
- possible object is
     String
 
 - 
setTableNamepublic void setTableName(String value) Sets the value of the tableName property.- Parameters:
- value- allowed object is- String
 
 - 
getCommentpublic String getComment() Gets the value of the comment property.- Returns:
- possible object is
     String
 
 - 
setCommentpublic void setComment(String value) Sets the value of the comment property.- Parameters:
- value- allowed object is- String
 
 - 
appendTopublic final void appendTo(XMLBuilder builder) - Specified by:
- appendToin interface- XMLAppendable
 
 
- 
 
-