com.esri.arcgisws
Class GDSData

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

public class GDSData
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
GDSData()
           
GDSData(boolean compressed, EsriGDSTransportType transportType, byte[] embeddedData, java.lang.String URL, PropertySet connectionProperties)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 PropertySet getConnectionProperties()
          Gets the connectionProperties value for this GDSData.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 byte[] getEmbeddedData()
          Gets the embeddedData value for this GDSData.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 EsriGDSTransportType getTransportType()
          Gets the transportType value for this GDSData.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getURL()
          Gets the URL value for this GDSData.
 int hashCode()
           
 boolean isCompressed()
          Gets the compressed value for this GDSData.
 void setCompressed(boolean compressed)
          Sets the compressed value for this GDSData.
 void setConnectionProperties(PropertySet connectionProperties)
          Sets the connectionProperties value for this GDSData.
 void setEmbeddedData(byte[] embeddedData)
          Sets the embeddedData value for this GDSData.
 void setTransportType(EsriGDSTransportType transportType)
          Sets the transportType value for this GDSData.
 void setURL(java.lang.String URL)
          Sets the URL value for this GDSData.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GDSData

public GDSData()

GDSData

public GDSData(boolean compressed,
               EsriGDSTransportType transportType,
               byte[] embeddedData,
               java.lang.String URL,
               PropertySet connectionProperties)
Method Detail

isCompressed

public boolean isCompressed()
Gets the compressed value for this GDSData.

Returns:
compressed

setCompressed

public void setCompressed(boolean compressed)
Sets the compressed value for this GDSData.

Parameters:
compressed -

getTransportType

public EsriGDSTransportType getTransportType()
Gets the transportType value for this GDSData.

Returns:
transportType

setTransportType

public void setTransportType(EsriGDSTransportType transportType)
Sets the transportType value for this GDSData.

Parameters:
transportType -

getEmbeddedData

public byte[] getEmbeddedData()
Gets the embeddedData value for this GDSData.

Returns:
embeddedData

setEmbeddedData

public void setEmbeddedData(byte[] embeddedData)
Sets the embeddedData value for this GDSData.

Parameters:
embeddedData -

getURL

public java.lang.String getURL()
Gets the URL value for this GDSData.

Returns:
URL

setURL

public void setURL(java.lang.String URL)
Sets the URL value for this GDSData.

Parameters:
URL -

getConnectionProperties

public PropertySet getConnectionProperties()
Gets the connectionProperties value for this GDSData.

Returns:
connectionProperties

setConnectionProperties

public void setConnectionProperties(PropertySet connectionProperties)
Sets the connectionProperties value for this GDSData.

Parameters:
connectionProperties -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

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