com.esri.arcgisws
Class ExtractData

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

public class ExtractData
extends Object
implements Serializable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="VersionName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ReplicaDescription" type="{http://www.esri.com/schemas/ArcGIS/10.0}GPReplicaDescription"/>
         <element name="ExportOptions" type="{http://www.esri.com/schemas/ArcGIS/10.0}GDSExportOptions"/>
         <element name="TransportType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriGDSTransportType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
ExtractData()
          ExtractData default constructor.
ExtractData(String versionName, GPReplicaDescription replicaDescription, GDSExportOptions exportOptions, EsriGDSTransportType transportType)
          Deprecated. 
 
Method Summary
 GDSExportOptions getExportOptions()
          Gets the value of the exportOptions property.
 GPReplicaDescription getReplicaDescription()
          Gets the value of the replicaDescription property.
 EsriGDSTransportType getTransportType()
          Gets the value of the transportType property.
 String getVersionName()
          Gets the value of the versionName property.
 void setExportOptions(GDSExportOptions value)
          Sets the value of the exportOptions property.
 void setReplicaDescription(GPReplicaDescription value)
          Sets the value of the replicaDescription property.
 void setTransportType(EsriGDSTransportType value)
          Sets the value of the transportType property.
 void setVersionName(String value)
          Sets the value of the versionName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtractData

@Deprecated
public ExtractData(String versionName,
                              GPReplicaDescription replicaDescription,
                              GDSExportOptions exportOptions,
                              EsriGDSTransportType transportType)
Deprecated. 

ExtractData constructor.


ExtractData

public ExtractData()
ExtractData default constructor.

Method Detail

getVersionName

public String getVersionName()
Gets the value of the versionName property.

Returns:
possible object is String

setVersionName

public void setVersionName(String value)
Sets the value of the versionName property.

Parameters:
value - allowed object is String

getReplicaDescription

public GPReplicaDescription getReplicaDescription()
Gets the value of the replicaDescription property.

Returns:
possible object is GPReplicaDescription

setReplicaDescription

public void setReplicaDescription(GPReplicaDescription value)
Sets the value of the replicaDescription property.

Parameters:
value - allowed object is GPReplicaDescription

getExportOptions

public GDSExportOptions getExportOptions()
Gets the value of the exportOptions property.

Returns:
possible object is GDSExportOptions

setExportOptions

public void setExportOptions(GDSExportOptions value)
Sets the value of the exportOptions property.

Parameters:
value - allowed object is GDSExportOptions

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