com.esri.arcgisws
Class GPReplicaDescription

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

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

Defines the data to replicate or extract.

Java class for GPReplicaDescription complex type.

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

 <complexType name="GPReplicaDescription">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ModelType" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriReplicaModelType"/>
         <element name="SingleGeneration" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="SpatialRelation" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriSpatialRelEnum"/>
         <element name="QueryGeometry" type="{http://www.esri.com/schemas/ArcGIS/10.3}Geometry" minOccurs="0"/>
         <element name="GPReplicaDatasets" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfGPReplicaDataset"/>
         <element name="TransferRelatedObjects" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Defines the data to replicate or extract.

See Also:
Serialized Form

Constructor Summary
GPReplicaDescription()
          GPReplicaDescription default constructor.
GPReplicaDescription(EsriReplicaModelType modelType, boolean singleGeneration, EsriSpatialRelEnum spatialRelation, Geometry queryGeometry, GPReplicaDataset[] gpReplicaDatasets, boolean transferRelatedObjects)
          Deprecated. 
 
Method Summary
 GPReplicaDataset[] getGPReplicaDatasets()
          Gets the value of the gpReplicaDatasets property.
 EsriReplicaModelType getModelType()
          The replica model type.
 Geometry getQueryGeometry()
          The shape that determines which features are replicated.
 EsriSpatialRelEnum getSpatialRelation()
          Defines how the shape returned by the QueryGeometry property is applied during replication and synchronization.
 boolean isSingleGeneration()
          Indicates if the replica is a check-out.
 boolean isTransferRelatedObjects()
          Indicates if related objects are replicated.
 void setGPReplicaDatasets(GPReplicaDataset[] value)
          Sets the value of the gpReplicaDatasets property.
 void setModelType(EsriReplicaModelType value)
          The replica model type.
 void setQueryGeometry(Geometry value)
          The shape that determines which features are replicated.
 void setSingleGeneration(boolean value)
          Indicates if the replica is a check-out.
 void setSpatialRelation(EsriSpatialRelEnum value)
          Defines how the shape returned by the QueryGeometry property is applied during replication and synchronization.
 void setTransferRelatedObjects(boolean value)
          Indicates if related objects are replicated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPReplicaDescription

@Deprecated
public GPReplicaDescription(EsriReplicaModelType modelType,
                                       boolean singleGeneration,
                                       EsriSpatialRelEnum spatialRelation,
                                       Geometry queryGeometry,
                                       GPReplicaDataset[] gpReplicaDatasets,
                                       boolean transferRelatedObjects)
Deprecated. 

GPReplicaDescription constructor.


GPReplicaDescription

public GPReplicaDescription()
GPReplicaDescription default constructor.

Method Detail

getModelType

public EsriReplicaModelType getModelType()
The replica model type. Gets the value of the modelType property.

Returns:
possible object is EsriReplicaModelType

setModelType

public void setModelType(EsriReplicaModelType value)
The replica model type. Sets the value of the modelType property.

Parameters:
value - allowed object is EsriReplicaModelType

isSingleGeneration

public boolean isSingleGeneration()
Indicates if the replica is a check-out. Gets the value of the singleGeneration property.


setSingleGeneration

public void setSingleGeneration(boolean value)
Indicates if the replica is a check-out. Sets the value of the singleGeneration property.


getSpatialRelation

public EsriSpatialRelEnum getSpatialRelation()
Defines how the shape returned by the QueryGeometry property is applied during replication and synchronization. Gets the value of the spatialRelation property.

Returns:
possible object is EsriSpatialRelEnum

setSpatialRelation

public void setSpatialRelation(EsriSpatialRelEnum value)
Defines how the shape returned by the QueryGeometry property is applied during replication and synchronization. Sets the value of the spatialRelation property.

Parameters:
value - allowed object is EsriSpatialRelEnum

getQueryGeometry

public Geometry getQueryGeometry()
The shape that determines which features are replicated. Gets the value of the queryGeometry property.

Returns:
possible object is Geometry

setQueryGeometry

public void setQueryGeometry(Geometry value)
The shape that determines which features are replicated. Sets the value of the queryGeometry property.

Parameters:
value - allowed object is Geometry

getGPReplicaDatasets

public GPReplicaDataset[] getGPReplicaDatasets()
Gets the value of the gpReplicaDatasets property.

Returns:
possible object is []

setGPReplicaDatasets

public void setGPReplicaDatasets(GPReplicaDataset[] value)
Sets the value of the gpReplicaDatasets property.

Parameters:
value - allowed object is []

isTransferRelatedObjects

public boolean isTransferRelatedObjects()
Indicates if related objects are replicated. Gets the value of the transferRelatedObjects property.


setTransferRelatedObjects

public void setTransferRelatedObjects(boolean value)
Indicates if related objects are replicated. Sets the value of the transferRelatedObjects property.