com.esri.arcgisws
Class GPReplica

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

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

A GPReplica object

Java class for GPReplica complex type.

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

 <complexType name="GPReplica">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="ReplicaVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="CreationDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="GUID" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Role" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriReplicaRole"/>
         <element name="AccessType" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriReplicaAccessType"/>
         <element name="MyGenerationNumber" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="SibGenerationNumber" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="SibMyGenerationNumber" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="ReplicaState" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriReplicaState"/>
         <element name="SibConnectionString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="GPReplicaDescription" type="{http://www.esri.com/schemas/ArcGIS/10.3}GPReplicaDescription"/>
         <element name="ReconcilePolicy" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriReplicaReconcilePolicyType"/>
         <element name="HasConflicts" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="UseArchiving" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
A GPReplica object

See Also:
Serialized Form

Constructor Summary
GPReplica()
          GPReplica default constructor.
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, java.lang.Boolean hasConflicts, java.lang.Boolean useArchiving)
          Deprecated. 
 
Method Summary
 EsriReplicaAccessType getAccessType()
          Replica access type.
 java.lang.String getCreationDate()
          The date the replica was created.
 GPReplicaDescription getGPReplicaDescription()
          Gets the value of the gpReplicaDescription property.
 java.lang.String getGUID()
          The guid of the replica.
 java.lang.Boolean getHasConflicts()
          Indicates if the replica is in conflict.
 int getID()
          The ID of the replica.
 int getMyGenerationNumber()
          The generation number for the replica.
 java.lang.String getName()
          Name of the replica.
 EsriReplicaReconcilePolicyType getReconcilePolicy()
          The replica reconcile policy.
 EsriReplicaState getReplicaState()
          The replica state.
 java.lang.String getReplicaVersion()
          The name of the replica version.
 EsriReplicaRole getRole()
          The replica role.
 java.lang.String getSibConnectionString()
          The connection string of the relative replica.
 int getSibGenerationNumber()
          The generation number of the relative replica.
 int getSibMyGenerationNumber()
          The last generation number that has been acknowledged by the relative replica.
 java.lang.Boolean getUseArchiving()
          Use archiving instead of versions to track changes in one way replicas.
 java.lang.Boolean isHasConflicts()
          Indicates if the replica is in conflict.
 java.lang.Boolean isUseArchiving()
          Use archiving instead of versions to track changes in one way replicas.
 void setAccessType(EsriReplicaAccessType value)
          Replica access type.
 void setCreationDate(java.lang.String value)
          The date the replica was created.
 void setGPReplicaDescription(GPReplicaDescription value)
          Sets the value of the gpReplicaDescription property.
 void setGUID(java.lang.String value)
          The guid of the replica.
 void setHasConflicts(java.lang.Boolean value)
          Indicates if the replica is in conflict.
 void setID(int value)
          The ID of the replica.
 void setMyGenerationNumber(int value)
          The generation number for the replica.
 void setName(java.lang.String value)
          Name of the replica.
 void setReconcilePolicy(EsriReplicaReconcilePolicyType value)
          The replica reconcile policy.
 void setReplicaState(EsriReplicaState value)
          The replica state.
 void setReplicaVersion(java.lang.String value)
          The name of the replica version.
 void setRole(EsriReplicaRole value)
          The replica role.
 void setSibConnectionString(java.lang.String value)
          The connection string of the relative replica.
 void setSibGenerationNumber(int value)
          The generation number of the relative replica.
 void setSibMyGenerationNumber(int value)
          The last generation number that has been acknowledged by the relative replica.
 void setUseArchiving(java.lang.Boolean value)
          Use archiving instead of versions to track changes in one way replicas.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPReplica

@Deprecated
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,
                            java.lang.Boolean hasConflicts,
                            java.lang.Boolean useArchiving)
Deprecated. 

GPReplica constructor.


GPReplica

public GPReplica()
GPReplica default constructor.

Method Detail

getName

public java.lang.String getName()
Name of the replica. Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Name of the replica. Sets the value of the name property.

Parameters:
value - allowed object is String

getID

public int getID()
The ID of the replica. Gets the value of the id property.


setID

public void setID(int value)
The ID of the replica. Sets the value of the id property.


getReplicaVersion

public java.lang.String getReplicaVersion()
The name of the replica version. Gets the value of the replicaVersion property.

Returns:
possible object is String

setReplicaVersion

public void setReplicaVersion(java.lang.String value)
The name of the replica version. Sets the value of the replicaVersion property.

Parameters:
value - allowed object is String

getCreationDate

public java.lang.String getCreationDate()
The date the replica was created. Gets the value of the creationDate property.

Returns:
possible object is String

setCreationDate

public void setCreationDate(java.lang.String value)
The date the replica was created. Sets the value of the creationDate property.

Parameters:
value - allowed object is String

getGUID

public java.lang.String getGUID()
The guid of the replica. Gets the value of the guid property.

Returns:
possible object is String

setGUID

public void setGUID(java.lang.String value)
The guid of the replica. Sets the value of the guid property.

Parameters:
value - allowed object is String

getRole

public EsriReplicaRole getRole()
The replica role. Gets the value of the role property.

Returns:
possible object is EsriReplicaRole

setRole

public void setRole(EsriReplicaRole value)
The replica role. Sets the value of the role property.

Parameters:
value - allowed object is EsriReplicaRole

getAccessType

public EsriReplicaAccessType getAccessType()
Replica access type. Gets the value of the accessType property.

Returns:
possible object is EsriReplicaAccessType

setAccessType

public void setAccessType(EsriReplicaAccessType value)
Replica access type. Sets the value of the accessType property.

Parameters:
value - allowed object is EsriReplicaAccessType

getMyGenerationNumber

public int getMyGenerationNumber()
The generation number for the replica. Gets the value of the myGenerationNumber property.


setMyGenerationNumber

public void setMyGenerationNumber(int value)
The generation number for the replica. Sets the value of the myGenerationNumber property.


getSibGenerationNumber

public int getSibGenerationNumber()
The generation number of the relative replica. Gets the value of the sibGenerationNumber property.


setSibGenerationNumber

public void setSibGenerationNumber(int value)
The generation number of the relative replica. Sets the value of the sibGenerationNumber property.


getSibMyGenerationNumber

public int getSibMyGenerationNumber()
The last generation number that has been acknowledged by the relative replica. Gets the value of the sibMyGenerationNumber property.


setSibMyGenerationNumber

public void setSibMyGenerationNumber(int value)
The last generation number that has been acknowledged by the relative replica. Sets the value of the sibMyGenerationNumber property.


getReplicaState

public EsriReplicaState getReplicaState()
The replica state. Gets the value of the replicaState property.

Returns:
possible object is EsriReplicaState

setReplicaState

public void setReplicaState(EsriReplicaState value)
The replica state. Sets the value of the replicaState property.

Parameters:
value - allowed object is EsriReplicaState

getSibConnectionString

public java.lang.String getSibConnectionString()
The connection string of the relative replica. Gets the value of the sibConnectionString property.

Returns:
possible object is String

setSibConnectionString

public void setSibConnectionString(java.lang.String value)
The connection string of the relative replica. Sets the value of the sibConnectionString property.

Parameters:
value - allowed object is String

getGPReplicaDescription

public GPReplicaDescription getGPReplicaDescription()
Gets the value of the gpReplicaDescription property.

Returns:
possible object is GPReplicaDescription

setGPReplicaDescription

public void setGPReplicaDescription(GPReplicaDescription value)
Sets the value of the gpReplicaDescription property.

Parameters:
value - allowed object is GPReplicaDescription

getReconcilePolicy

public EsriReplicaReconcilePolicyType getReconcilePolicy()
The replica reconcile policy. Gets the value of the reconcilePolicy property.

Returns:
possible object is EsriReplicaReconcilePolicyType

setReconcilePolicy

public void setReconcilePolicy(EsriReplicaReconcilePolicyType value)
The replica reconcile policy. Sets the value of the reconcilePolicy property.

Parameters:
value - allowed object is EsriReplicaReconcilePolicyType

getHasConflicts

public java.lang.Boolean getHasConflicts()
Indicates if the replica is in conflict. Gets the value of the hasConflicts property.

Returns:
possible object is Boolean

isHasConflicts

public java.lang.Boolean isHasConflicts()
Indicates if the replica is in conflict.


setHasConflicts

public void setHasConflicts(java.lang.Boolean value)
Indicates if the replica is in conflict. Sets the value of the hasConflicts property.

Parameters:
value - allowed object is Boolean

getUseArchiving

public java.lang.Boolean getUseArchiving()
Use archiving instead of versions to track changes in one way replicas. Gets the value of the useArchiving property.

Returns:
possible object is Boolean

isUseArchiving

public java.lang.Boolean isUseArchiving()
Use archiving instead of versions to track changes in one way replicas.


setUseArchiving

public void setUseArchiving(java.lang.Boolean value)
Use archiving instead of versions to track changes in one way replicas. Sets the value of the useArchiving property.

Parameters:
value - allowed object is Boolean