org.gcube.application.aquamaps.aquamapsservice.stubs
Class ExportTableStatusType

java.lang.Object
  extended by org.gcube.application.aquamaps.aquamapsservice.stubs.ExportTableStatusType
All Implemented Interfaces:
Serializable

public class ExportTableStatusType
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ExportTableStatusType()
           
ExportTableStatusType(ExportCSVSettings csvSettings, String errors, String rsLocator, ExportStatus status, String tableName)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportTableStatusType

public ExportTableStatusType()

ExportTableStatusType

public ExportTableStatusType(ExportCSVSettings csvSettings,
                             String errors,
                             String rsLocator,
                             ExportStatus status,
                             String tableName)
Method Detail

getTableName

public String getTableName()
Gets the tableName value for this ExportTableStatusType.

Returns:
tableName

setTableName

public void setTableName(String tableName)
Sets the tableName value for this ExportTableStatusType.

Parameters:
tableName -

getCsvSettings

public ExportCSVSettings getCsvSettings()
Gets the csvSettings value for this ExportTableStatusType.

Returns:
csvSettings

setCsvSettings

public void setCsvSettings(ExportCSVSettings csvSettings)
Sets the csvSettings value for this ExportTableStatusType.

Parameters:
csvSettings -

getRsLocator

public String getRsLocator()
Gets the rsLocator value for this ExportTableStatusType.

Returns:
rsLocator

setRsLocator

public void setRsLocator(String rsLocator)
Sets the rsLocator value for this ExportTableStatusType.

Parameters:
rsLocator -

getStatus

public ExportStatus getStatus()
Gets the status value for this ExportTableStatusType.

Returns:
status

setStatus

public void setStatus(ExportStatus status)
Sets the status value for this ExportTableStatusType.

Parameters:
status -

getErrors

public String getErrors()
Gets the errors value for this ExportTableStatusType.

Returns:
errors

setErrors

public void setErrors(String errors)
Sets the errors value for this ExportTableStatusType.

Parameters:
errors -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2013. All Rights Reserved.