public class Table
extends java.lang.Object
implements java.io.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 java.lang.String |
tableCatalog |
protected java.lang.String |
tableName |
protected java.lang.String |
tableSchema |
Constructor and Description |
---|
Table() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTableCatalog()
Gets the value of the tableCatalog property.
|
java.lang.String |
getTableName()
Gets the value of the tableName property.
|
java.lang.String |
getTableSchema()
Gets the value of the tableSchema property.
|
void |
setTableCatalog(java.lang.String value)
Sets the value of the tableCatalog property.
|
void |
setTableName(java.lang.String value)
Sets the value of the tableName property.
|
void |
setTableSchema(java.lang.String value)
Sets the value of the tableSchema property.
|
Table |
withTableCatalog(java.lang.String value) |
Table |
withTableName(java.lang.String value) |
Table |
withTableSchema(java.lang.String value) |
protected java.lang.String tableCatalog
protected java.lang.String tableSchema
protected java.lang.String tableName
public java.lang.String getTableCatalog()
String
public void setTableCatalog(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTableSchema()
String
public void setTableSchema(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTableName()
String
public void setTableName(java.lang.String value)
value
- allowed object is
String
public Table withTableCatalog(java.lang.String value)
public Table withTableSchema(java.lang.String value)
public Table withTableName(java.lang.String value)
Copyright © 2018. All Rights Reserved.