com.esri.arcgisws
Class GPReplica

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

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

See Also:
Serialized Form

Constructor Summary
GPReplica()
           
GPReplica(java.lang.String name, int ID, java.lang.String replicaVersion, java.lang.String creationDate, java.lang.String GUID, EsriReplicaRole role, EsriReplicaAccessType accessType, int myGenerationNumber, int sibGenerationNumber, int sibMyGenerationNumber, EsriReplicaState replicaState, java.lang.String sibConnectionString, GPReplicaDescription GPReplicaDescription, EsriReplicaReconcilePolicyType reconcilePolicy)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 EsriReplicaAccessType getAccessType()
          Gets the accessType value for this GPReplica.
 java.lang.String getCreationDate()
          Gets the creationDate value for this GPReplica.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 GPReplicaDescription getGPReplicaDescription()
          Gets the GPReplicaDescription value for this GPReplica.
 java.lang.String getGUID()
          Gets the GUID value for this GPReplica.
 int getID()
          Gets the ID value for this GPReplica.
 int getMyGenerationNumber()
          Gets the myGenerationNumber value for this GPReplica.
 java.lang.String getName()
          Gets the name value for this GPReplica.
 EsriReplicaReconcilePolicyType getReconcilePolicy()
          Gets the reconcilePolicy value for this GPReplica.
 EsriReplicaState getReplicaState()
          Gets the replicaState value for this GPReplica.
 java.lang.String getReplicaVersion()
          Gets the replicaVersion value for this GPReplica.
 EsriReplicaRole getRole()
          Gets the role value for this GPReplica.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getSibConnectionString()
          Gets the sibConnectionString value for this GPReplica.
 int getSibGenerationNumber()
          Gets the sibGenerationNumber value for this GPReplica.
 int getSibMyGenerationNumber()
          Gets the sibMyGenerationNumber value for this GPReplica.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAccessType(EsriReplicaAccessType accessType)
          Sets the accessType value for this GPReplica.
 void setCreationDate(java.lang.String creationDate)
          Sets the creationDate value for this GPReplica.
 void setGPReplicaDescription(GPReplicaDescription GPReplicaDescription)
          Sets the GPReplicaDescription value for this GPReplica.
 void setGUID(java.lang.String GUID)
          Sets the GUID value for this GPReplica.
 void setID(int ID)
          Sets the ID value for this GPReplica.
 void setMyGenerationNumber(int myGenerationNumber)
          Sets the myGenerationNumber value for this GPReplica.
 void setName(java.lang.String name)
          Sets the name value for this GPReplica.
 void setReconcilePolicy(EsriReplicaReconcilePolicyType reconcilePolicy)
          Sets the reconcilePolicy value for this GPReplica.
 void setReplicaState(EsriReplicaState replicaState)
          Sets the replicaState value for this GPReplica.
 void setReplicaVersion(java.lang.String replicaVersion)
          Sets the replicaVersion value for this GPReplica.
 void setRole(EsriReplicaRole role)
          Sets the role value for this GPReplica.
 void setSibConnectionString(java.lang.String sibConnectionString)
          Sets the sibConnectionString value for this GPReplica.
 void setSibGenerationNumber(int sibGenerationNumber)
          Sets the sibGenerationNumber value for this GPReplica.
 void setSibMyGenerationNumber(int sibMyGenerationNumber)
          Sets the sibMyGenerationNumber value for this GPReplica.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPReplica

public GPReplica()

GPReplica

public GPReplica(java.lang.String name,
                 int ID,
                 java.lang.String replicaVersion,
                 java.lang.String creationDate,
                 java.lang.String GUID,
                 EsriReplicaRole role,
                 EsriReplicaAccessType accessType,
                 int myGenerationNumber,
                 int sibGenerationNumber,
                 int sibMyGenerationNumber,
                 EsriReplicaState replicaState,
                 java.lang.String sibConnectionString,
                 GPReplicaDescription GPReplicaDescription,
                 EsriReplicaReconcilePolicyType reconcilePolicy)
Method Detail

getName

public java.lang.String getName()
Gets the name value for this GPReplica.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this GPReplica.

Parameters:
name -

getID

public int getID()
Gets the ID value for this GPReplica.

Returns:
ID

setID

public void setID(int ID)
Sets the ID value for this GPReplica.

Parameters:
ID -

getReplicaVersion

public java.lang.String getReplicaVersion()
Gets the replicaVersion value for this GPReplica.

Returns:
replicaVersion

setReplicaVersion

public void setReplicaVersion(java.lang.String replicaVersion)
Sets the replicaVersion value for this GPReplica.

Parameters:
replicaVersion -

getCreationDate

public java.lang.String getCreationDate()
Gets the creationDate value for this GPReplica.

Returns:
creationDate

setCreationDate

public void setCreationDate(java.lang.String creationDate)
Sets the creationDate value for this GPReplica.

Parameters:
creationDate -

getGUID

public java.lang.String getGUID()
Gets the GUID value for this GPReplica.

Returns:
GUID

setGUID

public void setGUID(java.lang.String GUID)
Sets the GUID value for this GPReplica.

Parameters:
GUID -

getRole

public EsriReplicaRole getRole()
Gets the role value for this GPReplica.

Returns:
role

setRole

public void setRole(EsriReplicaRole role)
Sets the role value for this GPReplica.

Parameters:
role -

getAccessType

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

Returns:
accessType

setAccessType

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

Parameters:
accessType -

getMyGenerationNumber

public int getMyGenerationNumber()
Gets the myGenerationNumber value for this GPReplica.

Returns:
myGenerationNumber

setMyGenerationNumber

public void setMyGenerationNumber(int myGenerationNumber)
Sets the myGenerationNumber value for this GPReplica.

Parameters:
myGenerationNumber -

getSibGenerationNumber

public int getSibGenerationNumber()
Gets the sibGenerationNumber value for this GPReplica.

Returns:
sibGenerationNumber

setSibGenerationNumber

public void setSibGenerationNumber(int sibGenerationNumber)
Sets the sibGenerationNumber value for this GPReplica.

Parameters:
sibGenerationNumber -

getSibMyGenerationNumber

public int getSibMyGenerationNumber()
Gets the sibMyGenerationNumber value for this GPReplica.

Returns:
sibMyGenerationNumber

setSibMyGenerationNumber

public void setSibMyGenerationNumber(int sibMyGenerationNumber)
Sets the sibMyGenerationNumber value for this GPReplica.

Parameters:
sibMyGenerationNumber -

getReplicaState

public EsriReplicaState getReplicaState()
Gets the replicaState value for this GPReplica.

Returns:
replicaState

setReplicaState

public void setReplicaState(EsriReplicaState replicaState)
Sets the replicaState value for this GPReplica.

Parameters:
replicaState -

getSibConnectionString

public java.lang.String getSibConnectionString()
Gets the sibConnectionString value for this GPReplica.

Returns:
sibConnectionString

setSibConnectionString

public void setSibConnectionString(java.lang.String sibConnectionString)
Sets the sibConnectionString value for this GPReplica.

Parameters:
sibConnectionString -

getGPReplicaDescription

public GPReplicaDescription getGPReplicaDescription()
Gets the GPReplicaDescription value for this GPReplica.

Returns:
GPReplicaDescription

setGPReplicaDescription

public void setGPReplicaDescription(GPReplicaDescription GPReplicaDescription)
Sets the GPReplicaDescription value for this GPReplica.

Parameters:
GPReplicaDescription -

getReconcilePolicy

public EsriReplicaReconcilePolicyType getReconcilePolicy()
Gets the reconcilePolicy value for this GPReplica.

Returns:
reconcilePolicy

setReconcilePolicy

public void setReconcilePolicy(EsriReplicaReconcilePolicyType reconcilePolicy)
Sets the reconcilePolicy value for this GPReplica.

Parameters:
reconcilePolicy -

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