| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.GDSData
public class GDSData
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>
 
| 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 | 
|---|
@Deprecated
public GDSData(boolean compressed,
                          EsriGDSTransportType transportType,
                          byte[] embeddedData,
                          String url,
                          PropertySet connectionProperties)
public GDSData()
| Method Detail | 
|---|
public boolean isCompressed()
public void setCompressed(boolean value)
public EsriGDSTransportType getTransportType()
EsriGDSTransportTypepublic void setTransportType(EsriGDSTransportType value)
value - allowed object is
     EsriGDSTransportTypepublic byte[] getEmbeddedData()
public void setEmbeddedData(byte[] value)
value - allowed object is
     byte[]public String getURL()
Stringpublic void setURL(String value)
value - allowed object is
     Stringpublic PropertySet getConnectionProperties()
PropertySetpublic void setConnectionProperties(PropertySet value)
value - allowed object is
     PropertySet| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||