com.esri.arcgisws
Class CreateReplica

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

public class CreateReplica
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="ParentVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ReplicaName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ReplicaDescription" type="{http://www.esri.com/schemas/ArcGIS/10.0}GPReplicaDescription"/>
         <element name="ReplicaOptions" type="{http://www.esri.com/schemas/ArcGIS/10.0}GPReplicaOptions"/>
         <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
CreateReplica()
          CreateReplica default constructor.
CreateReplica(String parentVersion, String replicaName, GPReplicaDescription replicaDescription, GPReplicaOptions replicaOptions, GDSExportOptions exportOptions, EsriGDSTransportType transportType)
          Deprecated. 
 
Method Summary
 GDSExportOptions getExportOptions()
          Gets the value of the exportOptions property.
 String getParentVersion()
          Gets the value of the parentVersion property.
 GPReplicaDescription getReplicaDescription()
          Gets the value of the replicaDescription property.
 String getReplicaName()
          Gets the value of the replicaName property.
 GPReplicaOptions getReplicaOptions()
          Gets the value of the replicaOptions property.
 EsriGDSTransportType getTransportType()
          Gets the value of the transportType property.
 void setExportOptions(GDSExportOptions value)
          Sets the value of the exportOptions property.
 void setParentVersion(String value)
          Sets the value of the parentVersion property.
 void setReplicaDescription(GPReplicaDescription value)
          Sets the value of the replicaDescription property.
 void setReplicaName(String value)
          Sets the value of the replicaName property.
 void setReplicaOptions(GPReplicaOptions value)
          Sets the value of the replicaOptions property.
 void setTransportType(EsriGDSTransportType value)
          Sets the value of the transportType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateReplica

@Deprecated
public CreateReplica(String parentVersion,
                                String replicaName,
                                GPReplicaDescription replicaDescription,
                                GPReplicaOptions replicaOptions,
                                GDSExportOptions exportOptions,
                                EsriGDSTransportType transportType)
Deprecated. 

CreateReplica constructor.


CreateReplica

public CreateReplica()
CreateReplica default constructor.

Method Detail

getParentVersion

public String getParentVersion()
Gets the value of the parentVersion property.

Returns:
possible object is String

setParentVersion

public void setParentVersion(String value)
Sets the value of the parentVersion property.

Parameters:
value - allowed object is String

getReplicaName

public String getReplicaName()
Gets the value of the replicaName property.

Returns:
possible object is String

setReplicaName

public void setReplicaName(String value)
Sets the value of the replicaName 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

getReplicaOptions

public GPReplicaOptions getReplicaOptions()
Gets the value of the replicaOptions property.

Returns:
possible object is GPReplicaOptions

setReplicaOptions

public void setReplicaOptions(GPReplicaOptions value)
Sets the value of the replicaOptions property.

Parameters:
value - allowed object is GPReplicaOptions

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