public class Table extends Object implements Serializable
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"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
protected String | 
tableCatalog  | 
protected String | 
tableName  | 
protected String | 
tableSchema  | 
| Constructor and Description | 
|---|
Table()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getTableCatalog()
Gets the value of the tableCatalog property. 
 | 
String | 
getTableName()
Gets the value of the tableName property. 
 | 
String | 
getTableSchema()
Gets the value of the tableSchema property. 
 | 
void | 
setTableCatalog(String value)
Sets the value of the tableCatalog property. 
 | 
void | 
setTableName(String value)
Sets the value of the tableName property. 
 | 
void | 
setTableSchema(String value)
Sets the value of the tableSchema property. 
 | 
Table | 
withTableCatalog(String value)  | 
Table | 
withTableName(String value)  | 
Table | 
withTableSchema(String value)  | 
protected String tableCatalog
protected String tableSchema
protected String tableName
public String getTableCatalog()
Stringpublic void setTableCatalog(String value)
value - allowed object is
     Stringpublic String getTableSchema()
Stringpublic void setTableSchema(String value)
value - allowed object is
     Stringpublic String getTableName()
Stringpublic void setTableName(String value)
value - allowed object is
     StringCopyright © 2017. All Rights Reserved.