com.esri.arcgisws
Class CreateReplica

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

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

See Also:
Serialized Form

Constructor Summary
CreateReplica()
           
CreateReplica(java.lang.String parentVersion, java.lang.String replicaName, GPReplicaDescription replicaDescription, GPReplicaOptions replicaOptions, GDSExportOptions exportOptions, EsriGDSTransportType transportType)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 GDSExportOptions getExportOptions()
          Gets the exportOptions value for this CreateReplica.
 java.lang.String getParentVersion()
          Gets the parentVersion value for this CreateReplica.
 GPReplicaDescription getReplicaDescription()
          Gets the replicaDescription value for this CreateReplica.
 java.lang.String getReplicaName()
          Gets the replicaName value for this CreateReplica.
 GPReplicaOptions getReplicaOptions()
          Gets the replicaOptions value for this CreateReplica.
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 CreateReplica.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setExportOptions(GDSExportOptions exportOptions)
          Sets the exportOptions value for this CreateReplica.
 void setParentVersion(java.lang.String parentVersion)
          Sets the parentVersion value for this CreateReplica.
 void setReplicaDescription(GPReplicaDescription replicaDescription)
          Sets the replicaDescription value for this CreateReplica.
 void setReplicaName(java.lang.String replicaName)
          Sets the replicaName value for this CreateReplica.
 void setReplicaOptions(GPReplicaOptions replicaOptions)
          Sets the replicaOptions value for this CreateReplica.
 void setTransportType(EsriGDSTransportType transportType)
          Sets the transportType value for this CreateReplica.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateReplica

public CreateReplica()

CreateReplica

public CreateReplica(java.lang.String parentVersion,
                     java.lang.String replicaName,
                     GPReplicaDescription replicaDescription,
                     GPReplicaOptions replicaOptions,
                     GDSExportOptions exportOptions,
                     EsriGDSTransportType transportType)
Method Detail

getParentVersion

public java.lang.String getParentVersion()
Gets the parentVersion value for this CreateReplica.

Returns:
parentVersion

setParentVersion

public void setParentVersion(java.lang.String parentVersion)
Sets the parentVersion value for this CreateReplica.

Parameters:
parentVersion -

getReplicaName

public java.lang.String getReplicaName()
Gets the replicaName value for this CreateReplica.

Returns:
replicaName

setReplicaName

public void setReplicaName(java.lang.String replicaName)
Sets the replicaName value for this CreateReplica.

Parameters:
replicaName -

getReplicaDescription

public GPReplicaDescription getReplicaDescription()
Gets the replicaDescription value for this CreateReplica.

Returns:
replicaDescription

setReplicaDescription

public void setReplicaDescription(GPReplicaDescription replicaDescription)
Sets the replicaDescription value for this CreateReplica.

Parameters:
replicaDescription -

getReplicaOptions

public GPReplicaOptions getReplicaOptions()
Gets the replicaOptions value for this CreateReplica.

Returns:
replicaOptions

setReplicaOptions

public void setReplicaOptions(GPReplicaOptions replicaOptions)
Sets the replicaOptions value for this CreateReplica.

Parameters:
replicaOptions -

getExportOptions

public GDSExportOptions getExportOptions()
Gets the exportOptions value for this CreateReplica.

Returns:
exportOptions

setExportOptions

public void setExportOptions(GDSExportOptions exportOptions)
Sets the exportOptions value for this CreateReplica.

Parameters:
exportOptions -

getTransportType

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

Returns:
transportType

setTransportType

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

Parameters:
transportType -

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