com.esri.arcgisws
Class GPReplicaOptions

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

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

See Also:
Serialized Form

Constructor Summary
GPReplicaOptions()
           
GPReplicaOptions(boolean isChildFirstSender, EsriReplicaAccessType accessType, EsriReplicaReconcilePolicyType childReconcilePolicy, EsriReplicaReconcilePolicyType parentReconcilePolicy)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 EsriReplicaAccessType getAccessType()
          Gets the accessType value for this GPReplicaOptions.
 EsriReplicaReconcilePolicyType getChildReconcilePolicy()
          Gets the childReconcilePolicy value for this GPReplicaOptions.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 EsriReplicaReconcilePolicyType getParentReconcilePolicy()
          Gets the parentReconcilePolicy value for this GPReplicaOptions.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isIsChildFirstSender()
          Gets the isChildFirstSender value for this GPReplicaOptions.
 void setAccessType(EsriReplicaAccessType accessType)
          Sets the accessType value for this GPReplicaOptions.
 void setChildReconcilePolicy(EsriReplicaReconcilePolicyType childReconcilePolicy)
          Sets the childReconcilePolicy value for this GPReplicaOptions.
 void setIsChildFirstSender(boolean isChildFirstSender)
          Sets the isChildFirstSender value for this GPReplicaOptions.
 void setParentReconcilePolicy(EsriReplicaReconcilePolicyType parentReconcilePolicy)
          Sets the parentReconcilePolicy value for this GPReplicaOptions.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPReplicaOptions

public GPReplicaOptions()

GPReplicaOptions

public GPReplicaOptions(boolean isChildFirstSender,
                        EsriReplicaAccessType accessType,
                        EsriReplicaReconcilePolicyType childReconcilePolicy,
                        EsriReplicaReconcilePolicyType parentReconcilePolicy)
Method Detail

isIsChildFirstSender

public boolean isIsChildFirstSender()
Gets the isChildFirstSender value for this GPReplicaOptions.

Returns:
isChildFirstSender

setIsChildFirstSender

public void setIsChildFirstSender(boolean isChildFirstSender)
Sets the isChildFirstSender value for this GPReplicaOptions.

Parameters:
isChildFirstSender -

getAccessType

public EsriReplicaAccessType getAccessType()
Gets the accessType value for this GPReplicaOptions.

Returns:
accessType

setAccessType

public void setAccessType(EsriReplicaAccessType accessType)
Sets the accessType value for this GPReplicaOptions.

Parameters:
accessType -

getChildReconcilePolicy

public EsriReplicaReconcilePolicyType getChildReconcilePolicy()
Gets the childReconcilePolicy value for this GPReplicaOptions.

Returns:
childReconcilePolicy

setChildReconcilePolicy

public void setChildReconcilePolicy(EsriReplicaReconcilePolicyType childReconcilePolicy)
Sets the childReconcilePolicy value for this GPReplicaOptions.

Parameters:
childReconcilePolicy -

getParentReconcilePolicy

public EsriReplicaReconcilePolicyType getParentReconcilePolicy()
Gets the parentReconcilePolicy value for this GPReplicaOptions.

Returns:
parentReconcilePolicy

setParentReconcilePolicy

public void setParentReconcilePolicy(EsriReplicaReconcilePolicyType parentReconcilePolicy)
Sets the parentReconcilePolicy value for this GPReplicaOptions.

Parameters:
parentReconcilePolicy -

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