public abstract class SMCreateTableRequest extends Object implements Serializable
| Constructor and Description |
|---|
SMCreateTableRequest() |
SMCreateTableRequest(String description,
String fileName,
String rsLocator,
String tableName,
String tableType,
String user) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Gets the description value for this SMCreateTableRequest.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getFileName()
Gets the fileName value for this SMCreateTableRequest.
|
String |
getRsLocator()
Gets the rsLocator value for this SMCreateTableRequest.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getTableName()
Gets the tableName value for this SMCreateTableRequest.
|
String |
getTableType()
Gets the tableType value for this SMCreateTableRequest.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getUser()
Gets the user value for this SMCreateTableRequest.
|
int |
hashCode() |
void |
setDescription(String description)
Sets the description value for this SMCreateTableRequest.
|
void |
setFileName(String fileName)
Sets the fileName value for this SMCreateTableRequest.
|
void |
setRsLocator(String rsLocator)
Sets the rsLocator value for this SMCreateTableRequest.
|
void |
setTableName(String tableName)
Sets the tableName value for this SMCreateTableRequest.
|
void |
setTableType(String tableType)
Sets the tableType value for this SMCreateTableRequest.
|
void |
setUser(String user)
Sets the user value for this SMCreateTableRequest.
|
public String getUser()
public void setUser(String user)
user - public String getFileName()
public void setFileName(String fileName)
fileName - public String getTableName()
public void setTableName(String tableName)
tableName - public String getTableType()
public void setTableType(String tableType)
tableType - public String getDescription()
public void setDescription(String description)
description - public String getRsLocator()
public void setRsLocator(String rsLocator)
rsLocator - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.