com.esri.arcgisws
Class GPReplica

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

public class GPReplica
extends Object
implements Serializable

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.0}esriReplicaRole"/>
         <element name="AccessType" type="{http://www.esri.com/schemas/ArcGIS/10.0}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.0}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.0}GPReplicaDescription"/>
         <element name="ReconcilePolicy" type="{http://www.esri.com/schemas/ArcGIS/10.0}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>
 

See Also:
Serialized Form

Constructor Summary
GPReplica()
          GPReplica default constructor.
GPReplica(String name, int id, String replicaVersion, String creationDate, String guid, EsriReplicaRole role, EsriReplicaAccessType accessType, int myGenerationNumber, int sibGenerationNumber, int sibMyGenerationNumber, EsriReplicaState replicaState, String sibConnectionString, GPReplicaDescription gpReplicaDescription, EsriReplicaReconcilePolicyType reconcilePolicy, Boolean hasConflicts, Boolean useArchiving)
          Deprecated. 
 
Method Summary
 EsriReplicaAccessType getAccessType()
          Gets the value of the accessType property.
 String getCreationDate()
          Gets the value of the creationDate property.
 GPReplicaDescription getGPReplicaDescription()
          Gets the value of the gpReplicaDescription property.
 String getGUID()
          Gets the value of the guid property.
 Boolean getHasConflicts()
          Gets the value of the hasConflicts property.
 int getID()
          Gets the value of the id property.
 int getMyGenerationNumber()
          Gets the value of the myGenerationNumber property.
 String getName()
          Gets the value of the name property.
 EsriReplicaReconcilePolicyType getReconcilePolicy()
          Gets the value of the reconcilePolicy property.
 EsriReplicaState getReplicaState()
          Gets the value of the replicaState property.
 String getReplicaVersion()
          Gets the value of the replicaVersion property.
 EsriReplicaRole getRole()
          Gets the value of the role property.
 String getSibConnectionString()
          Gets the value of the sibConnectionString property.
 int getSibGenerationNumber()
          Gets the value of the sibGenerationNumber property.
 int getSibMyGenerationNumber()
          Gets the value of the sibMyGenerationNumber property.
 Boolean getUseArchiving()
          Gets the value of the useArchiving property.
 Boolean isHasConflicts()
           
 Boolean isUseArchiving()
           
 void setAccessType(EsriReplicaAccessType value)
          Sets the value of the accessType property.
 void setCreationDate(String value)
          Sets the value of the creationDate property.
 void setGPReplicaDescription(GPReplicaDescription value)
          Sets the value of the gpReplicaDescription property.
 void setGUID(String value)
          Sets the value of the guid property.
 void setHasConflicts(Boolean value)
          Sets the value of the hasConflicts property.
 void setID(int value)
          Sets the value of the id property.
 void setMyGenerationNumber(int value)
          Sets the value of the myGenerationNumber property.
 void setName(String value)
          Sets the value of the name property.
 void setReconcilePolicy(EsriReplicaReconcilePolicyType value)
          Sets the value of the reconcilePolicy property.
 void setReplicaState(EsriReplicaState value)
          Sets the value of the replicaState property.
 void setReplicaVersion(String value)
          Sets the value of the replicaVersion property.
 void setRole(EsriReplicaRole value)
          Sets the value of the role property.
 void setSibConnectionString(String value)
          Sets the value of the sibConnectionString property.
 void setSibGenerationNumber(int value)
          Sets the value of the sibGenerationNumber property.
 void setSibMyGenerationNumber(int value)
          Sets the value of the sibMyGenerationNumber property.
 void setUseArchiving(Boolean value)
          Sets the value of the useArchiving property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPReplica

@Deprecated
public GPReplica(String name,
                            int id,
                            String replicaVersion,
                            String creationDate,
                            String guid,
                            EsriReplicaRole role,
                            EsriReplicaAccessType accessType,
                            int myGenerationNumber,
                            int sibGenerationNumber,
                            int sibMyGenerationNumber,
                            EsriReplicaState replicaState,
                            String sibConnectionString,
                            GPReplicaDescription gpReplicaDescription,
                            EsriReplicaReconcilePolicyType reconcilePolicy,
                            Boolean hasConflicts,
                            Boolean useArchiving)
Deprecated. 

GPReplica constructor.


GPReplica

public GPReplica()
GPReplica default constructor.

Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getID

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


setID

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


getReplicaVersion

public String getReplicaVersion()
Gets the value of the replicaVersion property.

Returns:
possible object is String

setReplicaVersion

public void setReplicaVersion(String value)
Sets the value of the replicaVersion property.

Parameters:
value - allowed object is String

getCreationDate

public String getCreationDate()
Gets the value of the creationDate property.

Returns:
possible object is String

setCreationDate

public void setCreationDate(String value)
Sets the value of the creationDate property.

Parameters:
value - allowed object is String

getGUID

public String getGUID()
Gets the value of the guid property.

Returns:
possible object is String

setGUID

public void setGUID(String value)
Sets the value of the guid property.

Parameters:
value - allowed object is String

getRole

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

Returns:
possible object is EsriReplicaRole

setRole

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

Parameters:
value - allowed object is EsriReplicaRole

getAccessType

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

Returns:
possible object is EsriReplicaAccessType

setAccessType

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

Parameters:
value - allowed object is EsriReplicaAccessType

getMyGenerationNumber

public int getMyGenerationNumber()
Gets the value of the myGenerationNumber property.


setMyGenerationNumber

public void setMyGenerationNumber(int value)
Sets the value of the myGenerationNumber property.


getSibGenerationNumber

public int getSibGenerationNumber()
Gets the value of the sibGenerationNumber property.


setSibGenerationNumber

public void setSibGenerationNumber(int value)
Sets the value of the sibGenerationNumber property.


getSibMyGenerationNumber

public int getSibMyGenerationNumber()
Gets the value of the sibMyGenerationNumber property.


setSibMyGenerationNumber

public void setSibMyGenerationNumber(int value)
Sets the value of the sibMyGenerationNumber property.


getReplicaState

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

Returns:
possible object is EsriReplicaState

setReplicaState

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

Parameters:
value - allowed object is EsriReplicaState

getSibConnectionString

public String getSibConnectionString()
Gets the value of the sibConnectionString property.

Returns:
possible object is String

setSibConnectionString

public void setSibConnectionString(String value)
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()
Gets the value of the reconcilePolicy property.

Returns:
possible object is EsriReplicaReconcilePolicyType

setReconcilePolicy

public void setReconcilePolicy(EsriReplicaReconcilePolicyType value)
Sets the value of the reconcilePolicy property.

Parameters:
value - allowed object is EsriReplicaReconcilePolicyType

getHasConflicts

public Boolean getHasConflicts()
Gets the value of the hasConflicts property.

Returns:
possible object is Boolean

isHasConflicts

public Boolean isHasConflicts()

setHasConflicts

public void setHasConflicts(Boolean value)
Sets the value of the hasConflicts property.

Parameters:
value - allowed object is Boolean

getUseArchiving

public Boolean getUseArchiving()
Gets the value of the useArchiving property.

Returns:
possible object is Boolean

isUseArchiving

public Boolean isUseArchiving()

setUseArchiving

public void setUseArchiving(Boolean value)
Sets the value of the useArchiving property.

Parameters:
value - allowed object is Boolean