| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.GPReplica
public class GPReplica
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>
 
| 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 | 
|---|
@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)
public GPReplica()
| Method Detail | 
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
     Stringpublic int getID()
public void setID(int value)
public String getReplicaVersion()
Stringpublic void setReplicaVersion(String value)
value - allowed object is
     Stringpublic String getCreationDate()
Stringpublic void setCreationDate(String value)
value - allowed object is
     Stringpublic String getGUID()
Stringpublic void setGUID(String value)
value - allowed object is
     Stringpublic EsriReplicaRole getRole()
EsriReplicaRolepublic void setRole(EsriReplicaRole value)
value - allowed object is
     EsriReplicaRolepublic EsriReplicaAccessType getAccessType()
EsriReplicaAccessTypepublic void setAccessType(EsriReplicaAccessType value)
value - allowed object is
     EsriReplicaAccessTypepublic int getMyGenerationNumber()
public void setMyGenerationNumber(int value)
public int getSibGenerationNumber()
public void setSibGenerationNumber(int value)
public int getSibMyGenerationNumber()
public void setSibMyGenerationNumber(int value)
public EsriReplicaState getReplicaState()
EsriReplicaStatepublic void setReplicaState(EsriReplicaState value)
value - allowed object is
     EsriReplicaStatepublic String getSibConnectionString()
Stringpublic void setSibConnectionString(String value)
value - allowed object is
     Stringpublic GPReplicaDescription getGPReplicaDescription()
GPReplicaDescriptionpublic void setGPReplicaDescription(GPReplicaDescription value)
value - allowed object is
     GPReplicaDescriptionpublic EsriReplicaReconcilePolicyType getReconcilePolicy()
EsriReplicaReconcilePolicyTypepublic void setReconcilePolicy(EsriReplicaReconcilePolicyType value)
value - allowed object is
     EsriReplicaReconcilePolicyTypepublic Boolean getHasConflicts()
Booleanpublic Boolean isHasConflicts()
public void setHasConflicts(Boolean value)
value - allowed object is
     Booleanpublic Boolean getUseArchiving()
Booleanpublic Boolean isUseArchiving()
public void setUseArchiving(Boolean value)
value - allowed object is
     Boolean| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||