com.esri.arcgisws
Class GDSData

java.lang.Object
  extended by com.esri.arcgisws.GDSData
All Implemented Interfaces:
Serializable

public class GDSData
extends Object
implements Serializable

Java class for GDSData complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GDSData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Compressed" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="TransportType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriGDSTransportType"/>
         <element name="EmbeddedData" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
         <element name="URL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ConnectionProperties" type="{http://www.esri.com/schemas/ArcGIS/10.0}PropertySet" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GDSData()
          GDSData default constructor.
GDSData(boolean compressed, EsriGDSTransportType transportType, byte[] embeddedData, String url, PropertySet connectionProperties)
          Deprecated. 
 
Method Summary
 PropertySet getConnectionProperties()
          Gets the value of the connectionProperties property.
 byte[] getEmbeddedData()
          Gets the value of the embeddedData property.
 EsriGDSTransportType getTransportType()
          Gets the value of the transportType property.
 String getURL()
          Gets the value of the url property.
 boolean isCompressed()
          Gets the value of the compressed property.
 void setCompressed(boolean value)
          Sets the value of the compressed property.
 void setConnectionProperties(PropertySet value)
          Sets the value of the connectionProperties property.
 void setEmbeddedData(byte[] value)
          Sets the value of the embeddedData property.
 void setTransportType(EsriGDSTransportType value)
          Sets the value of the transportType property.
 void setURL(String value)
          Sets the value of the url property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GDSData

@Deprecated
public GDSData(boolean compressed,
                          EsriGDSTransportType transportType,
                          byte[] embeddedData,
                          String url,
                          PropertySet connectionProperties)
Deprecated. 

GDSData constructor.


GDSData

public GDSData()
GDSData default constructor.

Method Detail

isCompressed

public boolean isCompressed()
Gets the value of the compressed property.


setCompressed

public void setCompressed(boolean value)
Sets the value of the compressed property.


getTransportType

public EsriGDSTransportType getTransportType()
Gets the value of the transportType property.

Returns:
possible object is EsriGDSTransportType

setTransportType

public void setTransportType(EsriGDSTransportType value)
Sets the value of the transportType property.

Parameters:
value - allowed object is EsriGDSTransportType

getEmbeddedData

public byte[] getEmbeddedData()
Gets the value of the embeddedData property.

Returns:
possible object is byte[]

setEmbeddedData

public void setEmbeddedData(byte[] value)
Sets the value of the embeddedData property.

Parameters:
value - allowed object is byte[]

getURL

public String getURL()
Gets the value of the url property.

Returns:
possible object is String

setURL

public void setURL(String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

getConnectionProperties

public PropertySet getConnectionProperties()
Gets the value of the connectionProperties property.

Returns:
possible object is PropertySet

setConnectionProperties

public void setConnectionProperties(PropertySet value)
Sets the value of the connectionProperties property.

Parameters:
value - allowed object is PropertySet