com.esri.arcgisws
Class TableData

java.lang.Object
  extended bycom.esri.arcgisws.AnyDatasetData
      extended bycom.esri.arcgisws.TableData
All Implemented Interfaces:
java.io.Serializable

public class TableData
extends AnyDatasetData
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
TableData()
           
TableData(java.lang.String datasetName, EsriDatasetType datasetType, java.lang.String tableRole, RecordSet data)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 RecordSet getData()
          Gets the data value for this TableData.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getTableRole()
          Gets the tableRole value for this TableData.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setData(RecordSet data)
          Sets the data value for this TableData.
 void setTableRole(java.lang.String tableRole)
          Sets the tableRole value for this TableData.
 
Methods inherited from class com.esri.arcgisws.AnyDatasetData
getDatasetName, getDatasetType, setDatasetName, setDatasetType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableData

public TableData()

TableData

public TableData(java.lang.String datasetName,
                 EsriDatasetType datasetType,
                 java.lang.String tableRole,
                 RecordSet data)
Method Detail

getTableRole

public java.lang.String getTableRole()
Gets the tableRole value for this TableData.

Returns:
tableRole

setTableRole

public void setTableRole(java.lang.String tableRole)
Sets the tableRole value for this TableData.

Parameters:
tableRole -

getData

public RecordSet getData()
Gets the data value for this TableData.

Returns:
data

setData

public void setData(RecordSet data)
Sets the data value for this TableData.

Parameters:
data -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class AnyDatasetData

hashCode

public int hashCode()
Overrides:
hashCode in class AnyDatasetData

getTypeDesc

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


getSerializer

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


getDeserializer

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