|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.GPReplicaOptions
public class GPReplicaOptions
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>
| 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 |
|---|
@Deprecated
public GPReplicaOptions(boolean isChildFirstSender,
EsriReplicaAccessType accessType,
EsriReplicaReconcilePolicyType childReconcilePolicy,
EsriReplicaReconcilePolicyType parentReconcilePolicy,
String childConnectionString,
String parentConnectionString,
Boolean registerReplicaOnly,
Boolean useArchiving,
Boolean includeMapLayers)
public GPReplicaOptions()
| Method Detail |
|---|
public boolean isIsChildFirstSender()
public void setIsChildFirstSender(boolean value)
public EsriReplicaAccessType getAccessType()
EsriReplicaAccessTypepublic void setAccessType(EsriReplicaAccessType value)
value - allowed object is
EsriReplicaAccessTypepublic EsriReplicaReconcilePolicyType getChildReconcilePolicy()
EsriReplicaReconcilePolicyTypepublic void setChildReconcilePolicy(EsriReplicaReconcilePolicyType value)
value - allowed object is
EsriReplicaReconcilePolicyTypepublic EsriReplicaReconcilePolicyType getParentReconcilePolicy()
EsriReplicaReconcilePolicyTypepublic void setParentReconcilePolicy(EsriReplicaReconcilePolicyType value)
value - allowed object is
EsriReplicaReconcilePolicyTypepublic String getChildConnectionString()
Stringpublic void setChildConnectionString(String value)
value - allowed object is
Stringpublic String getParentConnectionString()
Stringpublic void setParentConnectionString(String value)
value - allowed object is
Stringpublic Boolean getRegisterReplicaOnly()
Booleanpublic Boolean isRegisterReplicaOnly()
public void setRegisterReplicaOnly(Boolean value)
value - allowed object is
Booleanpublic Boolean getUseArchiving()
Booleanpublic Boolean isUseArchiving()
public void setUseArchiving(Boolean value)
value - allowed object is
Booleanpublic Boolean getIncludeMapLayers()
Booleanpublic Boolean isIncludeMapLayers()
public void setIncludeMapLayers(Boolean value)
value - allowed object is
Boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||