|
|||||||||
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
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
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 |
---|
@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)
public GPReplica()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public int getID()
public void setID(int value)
public java.lang.String getReplicaVersion()
String
public void setReplicaVersion(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCreationDate()
String
public void setCreationDate(java.lang.String value)
value
- allowed object is
String
public java.lang.String getGUID()
String
public void setGUID(java.lang.String value)
value
- allowed object is
String
public EsriReplicaRole getRole()
EsriReplicaRole
public void setRole(EsriReplicaRole value)
value
- allowed object is
EsriReplicaRole
public EsriReplicaAccessType getAccessType()
EsriReplicaAccessType
public void setAccessType(EsriReplicaAccessType value)
value
- allowed object is
EsriReplicaAccessType
public 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()
EsriReplicaState
public void setReplicaState(EsriReplicaState value)
value
- allowed object is
EsriReplicaState
public java.lang.String getSibConnectionString()
String
public void setSibConnectionString(java.lang.String value)
value
- allowed object is
String
public GPReplicaDescription getGPReplicaDescription()
GPReplicaDescription
public void setGPReplicaDescription(GPReplicaDescription value)
value
- allowed object is
GPReplicaDescription
public EsriReplicaReconcilePolicyType getReconcilePolicy()
EsriReplicaReconcilePolicyType
public void setReconcilePolicy(EsriReplicaReconcilePolicyType value)
value
- allowed object is
EsriReplicaReconcilePolicyType
public java.lang.Boolean getHasConflicts()
Boolean
public java.lang.Boolean isHasConflicts()
public void setHasConflicts(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean getUseArchiving()
Boolean
public java.lang.Boolean isUseArchiving()
public void setUseArchiving(java.lang.Boolean value)
value
- allowed object is
Boolean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |