com.esri.arcgisws
Class GPReplicaOptions

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

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

Defines replica options.

Java class for GPReplicaOptions complex type.

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

 <complexType name="GPReplicaOptions">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="IsChildFirstSender" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="AccessType" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriReplicaAccessType"/>
         <element name="ChildReconcilePolicy" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriReplicaReconcilePolicyType"/>
         <element name="ParentReconcilePolicy" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriReplicaReconcilePolicyType"/>
         <element name="ChildConnectionString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ParentConnectionString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="RegisterReplicaOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="UseArchiving" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="IncludeMapLayers" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Defines replica options.

See Also:
Serialized Form

Constructor Summary
GPReplicaOptions()
          GPReplicaOptions default constructor.
GPReplicaOptions(boolean isChildFirstSender, EsriReplicaAccessType accessType, EsriReplicaReconcilePolicyType childReconcilePolicy, EsriReplicaReconcilePolicyType parentReconcilePolicy, java.lang.String childConnectionString, java.lang.String parentConnectionString, java.lang.Boolean registerReplicaOnly, java.lang.Boolean useArchiving, java.lang.Boolean includeMapLayers)
          Deprecated. 
 
Method Summary
 EsriReplicaAccessType getAccessType()
          The replica access type.
 java.lang.String getChildConnectionString()
          The connection string for the child geodatabase.
 EsriReplicaReconcilePolicyType getChildReconcilePolicy()
          The childs replica reconcile property.
 java.lang.Boolean getIncludeMapLayers()
          Gets the value of the includeMapLayers property.
 java.lang.String getParentConnectionString()
          The connection string for the parent geodatabase.
 EsriReplicaReconcilePolicyType getParentReconcilePolicy()
          The parents replica reconcile policy.
 java.lang.Boolean getRegisterReplicaOnly()
          Indicates if the replica will be created using the register existing data only option.
 java.lang.Boolean getUseArchiving()
          Use archiving instead of versions to track changes in one way replicas.
 java.lang.Boolean isIncludeMapLayers()
           
 boolean isIsChildFirstSender()
          Indicates if the child replica will be the first sender.
 java.lang.Boolean isRegisterReplicaOnly()
           
 java.lang.Boolean isUseArchiving()
          Use archiving instead of versions to track changes in one way replicas.
 void setAccessType(EsriReplicaAccessType value)
          The replica access type.
 void setChildConnectionString(java.lang.String value)
          The connection string for the child geodatabase.
 void setChildReconcilePolicy(EsriReplicaReconcilePolicyType value)
          The childs replica reconcile property.
 void setIncludeMapLayers(java.lang.Boolean value)
          Sets the value of the includeMapLayers property.
 void setIsChildFirstSender(boolean value)
          Indicates if the child replica will be the first sender.
 void setParentConnectionString(java.lang.String value)
          The connection string for the parent geodatabase.
 void setParentReconcilePolicy(EsriReplicaReconcilePolicyType value)
          The parents replica reconcile policy.
 void setRegisterReplicaOnly(java.lang.Boolean value)
          Indicates if the replica will be created using the register existing data only option.
 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

GPReplicaOptions

@Deprecated
public GPReplicaOptions(boolean isChildFirstSender,
                                   EsriReplicaAccessType accessType,
                                   EsriReplicaReconcilePolicyType childReconcilePolicy,
                                   EsriReplicaReconcilePolicyType parentReconcilePolicy,
                                   java.lang.String childConnectionString,
                                   java.lang.String parentConnectionString,
                                   java.lang.Boolean registerReplicaOnly,
                                   java.lang.Boolean useArchiving,
                                   java.lang.Boolean includeMapLayers)
Deprecated. 

GPReplicaOptions constructor.


GPReplicaOptions

public GPReplicaOptions()
GPReplicaOptions default constructor.

Method Detail

isIsChildFirstSender

public boolean isIsChildFirstSender()
Indicates if the child replica will be the first sender. Gets the value of the isChildFirstSender property.


setIsChildFirstSender

public void setIsChildFirstSender(boolean value)
Indicates if the child replica will be the first sender. Sets the value of the isChildFirstSender property.


getAccessType

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

Returns:
possible object is EsriReplicaAccessType

setAccessType

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

Parameters:
value - allowed object is EsriReplicaAccessType

getChildReconcilePolicy

public EsriReplicaReconcilePolicyType getChildReconcilePolicy()
The childs replica reconcile property. Gets the value of the childReconcilePolicy property.

Returns:
possible object is EsriReplicaReconcilePolicyType

setChildReconcilePolicy

public void setChildReconcilePolicy(EsriReplicaReconcilePolicyType value)
The childs replica reconcile property. Sets the value of the childReconcilePolicy property.

Parameters:
value - allowed object is EsriReplicaReconcilePolicyType

getParentReconcilePolicy

public EsriReplicaReconcilePolicyType getParentReconcilePolicy()
The parents replica reconcile policy. Gets the value of the parentReconcilePolicy property.

Returns:
possible object is EsriReplicaReconcilePolicyType

setParentReconcilePolicy

public void setParentReconcilePolicy(EsriReplicaReconcilePolicyType value)
The parents replica reconcile policy. Sets the value of the parentReconcilePolicy property.

Parameters:
value - allowed object is EsriReplicaReconcilePolicyType

getChildConnectionString

public java.lang.String getChildConnectionString()
The connection string for the child geodatabase. Gets the value of the childConnectionString property.

Returns:
possible object is String

setChildConnectionString

public void setChildConnectionString(java.lang.String value)
The connection string for the child geodatabase. Sets the value of the childConnectionString property.

Parameters:
value - allowed object is String

getParentConnectionString

public java.lang.String getParentConnectionString()
The connection string for the parent geodatabase. Gets the value of the parentConnectionString property.

Returns:
possible object is String

setParentConnectionString

public void setParentConnectionString(java.lang.String value)
The connection string for the parent geodatabase. Sets the value of the parentConnectionString property.

Parameters:
value - allowed object is String

getRegisterReplicaOnly

public java.lang.Boolean getRegisterReplicaOnly()
Indicates if the replica will be created using the register existing data only option. Gets the value of the registerReplicaOnly property.

Returns:
possible object is Boolean

isRegisterReplicaOnly

public java.lang.Boolean isRegisterReplicaOnly()

setRegisterReplicaOnly

public void setRegisterReplicaOnly(java.lang.Boolean value)
Indicates if the replica will be created using the register existing data only option. Sets the value of the registerReplicaOnly 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

getIncludeMapLayers

public java.lang.Boolean getIncludeMapLayers()
Gets the value of the includeMapLayers property.

Returns:
possible object is Boolean

isIncludeMapLayers

public java.lang.Boolean isIncludeMapLayers()

setIncludeMapLayers

public void setIncludeMapLayers(java.lang.Boolean value)
Sets the value of the includeMapLayers property.

Parameters:
value - allowed object is Boolean