com.esri.arcgisws
Class GPReplicaOptions

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

public class GPReplicaOptions
extends Object
implements Serializable

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.0}esriReplicaAccessType"/>
         <element name="ChildReconcilePolicy" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriReplicaReconcilePolicyType"/>
         <element name="ParentReconcilePolicy" type="{http://www.esri.com/schemas/ArcGIS/10.0}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>
 

See Also:
Serialized Form

Constructor Summary
GPReplicaOptions()
          GPReplicaOptions default constructor.
GPReplicaOptions(boolean isChildFirstSender, EsriReplicaAccessType accessType, EsriReplicaReconcilePolicyType childReconcilePolicy, EsriReplicaReconcilePolicyType parentReconcilePolicy, String childConnectionString, String parentConnectionString, Boolean registerReplicaOnly, Boolean useArchiving, Boolean includeMapLayers)
          Deprecated. 
 
Method Summary
 EsriReplicaAccessType getAccessType()
          Gets the value of the accessType property.
 String getChildConnectionString()
          Gets the value of the childConnectionString property.
 EsriReplicaReconcilePolicyType getChildReconcilePolicy()
          Gets the value of the childReconcilePolicy property.
 Boolean getIncludeMapLayers()
          Gets the value of the includeMapLayers property.
 String getParentConnectionString()
          Gets the value of the parentConnectionString property.
 EsriReplicaReconcilePolicyType getParentReconcilePolicy()
          Gets the value of the parentReconcilePolicy property.
 Boolean getRegisterReplicaOnly()
          Gets the value of the registerReplicaOnly property.
 Boolean getUseArchiving()
          Gets the value of the useArchiving property.
 Boolean isIncludeMapLayers()
           
 boolean isIsChildFirstSender()
          Gets the value of the isChildFirstSender property.
 Boolean isRegisterReplicaOnly()
           
 Boolean isUseArchiving()
           
 void setAccessType(EsriReplicaAccessType value)
          Sets the value of the accessType property.
 void setChildConnectionString(String value)
          Sets the value of the childConnectionString property.
 void setChildReconcilePolicy(EsriReplicaReconcilePolicyType value)
          Sets the value of the childReconcilePolicy property.
 void setIncludeMapLayers(Boolean value)
          Sets the value of the includeMapLayers property.
 void setIsChildFirstSender(boolean value)
          Sets the value of the isChildFirstSender property.
 void setParentConnectionString(String value)
          Sets the value of the parentConnectionString property.
 void setParentReconcilePolicy(EsriReplicaReconcilePolicyType value)
          Sets the value of the parentReconcilePolicy property.
 void setRegisterReplicaOnly(Boolean value)
          Sets the value of the registerReplicaOnly 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

GPReplicaOptions

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

GPReplicaOptions constructor.


GPReplicaOptions

public GPReplicaOptions()
GPReplicaOptions default constructor.

Method Detail

isIsChildFirstSender

public boolean isIsChildFirstSender()
Gets the value of the isChildFirstSender property.


setIsChildFirstSender

public void setIsChildFirstSender(boolean value)
Sets the value of the isChildFirstSender property.


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

getChildReconcilePolicy

public EsriReplicaReconcilePolicyType getChildReconcilePolicy()
Gets the value of the childReconcilePolicy property.

Returns:
possible object is EsriReplicaReconcilePolicyType

setChildReconcilePolicy

public void setChildReconcilePolicy(EsriReplicaReconcilePolicyType value)
Sets the value of the childReconcilePolicy property.

Parameters:
value - allowed object is EsriReplicaReconcilePolicyType

getParentReconcilePolicy

public EsriReplicaReconcilePolicyType getParentReconcilePolicy()
Gets the value of the parentReconcilePolicy property.

Returns:
possible object is EsriReplicaReconcilePolicyType

setParentReconcilePolicy

public void setParentReconcilePolicy(EsriReplicaReconcilePolicyType value)
Sets the value of the parentReconcilePolicy property.

Parameters:
value - allowed object is EsriReplicaReconcilePolicyType

getChildConnectionString

public String getChildConnectionString()
Gets the value of the childConnectionString property.

Returns:
possible object is String

setChildConnectionString

public void setChildConnectionString(String value)
Sets the value of the childConnectionString property.

Parameters:
value - allowed object is String

getParentConnectionString

public String getParentConnectionString()
Gets the value of the parentConnectionString property.

Returns:
possible object is String

setParentConnectionString

public void setParentConnectionString(String value)
Sets the value of the parentConnectionString property.

Parameters:
value - allowed object is String

getRegisterReplicaOnly

public Boolean getRegisterReplicaOnly()
Gets the value of the registerReplicaOnly property.

Returns:
possible object is Boolean

isRegisterReplicaOnly

public Boolean isRegisterReplicaOnly()

setRegisterReplicaOnly

public void setRegisterReplicaOnly(Boolean value)
Sets the value of the registerReplicaOnly 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

getIncludeMapLayers

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

Returns:
possible object is Boolean

isIncludeMapLayers

public Boolean isIncludeMapLayers()

setIncludeMapLayers

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

Parameters:
value - allowed object is Boolean