public class ExportTableStatusType extends Object implements Serializable
| Constructor and Description |
|---|
ExportTableStatusType() |
ExportTableStatusType(ExportCSVSettings csvSettings,
String errors,
String rsLocator,
ExportStatus status,
String tableName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ExportCSVSettings |
getCsvSettings()
Gets the csvSettings value for this ExportTableStatusType.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getErrors()
Gets the errors value for this ExportTableStatusType.
|
String |
getRsLocator()
Gets the rsLocator value for this ExportTableStatusType.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
ExportStatus |
getStatus()
Gets the status value for this ExportTableStatusType.
|
String |
getTableName()
Gets the tableName value for this ExportTableStatusType.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCsvSettings(ExportCSVSettings csvSettings)
Sets the csvSettings value for this ExportTableStatusType.
|
void |
setErrors(String errors)
Sets the errors value for this ExportTableStatusType.
|
void |
setRsLocator(String rsLocator)
Sets the rsLocator value for this ExportTableStatusType.
|
void |
setStatus(ExportStatus status)
Sets the status value for this ExportTableStatusType.
|
void |
setTableName(String tableName)
Sets the tableName value for this ExportTableStatusType.
|
public ExportTableStatusType()
public ExportTableStatusType(ExportCSVSettings csvSettings, String errors, String rsLocator, ExportStatus status, String tableName)
public String getTableName()
public void setTableName(String tableName)
tableName - public ExportCSVSettings getCsvSettings()
public void setCsvSettings(ExportCSVSettings csvSettings)
csvSettings - public String getRsLocator()
public void setRsLocator(String rsLocator)
rsLocator - public ExportStatus getStatus()
public void setStatus(ExportStatus status)
status - public String getErrors()
public void setErrors(String errors)
errors - 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.