com.esri.arcgisws
Class GPReplicaDescription

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

public class GPReplicaDescription
extends Object
implements Serializable

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.0}esriReplicaModelType"/>
         <element name="SingleGeneration" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="SpatialRelation" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriSpatialRelEnum"/>
         <element name="QueryGeometry" type="{http://www.esri.com/schemas/ArcGIS/10.0}Geometry" minOccurs="0"/>
         <element name="GPReplicaDatasets" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfGPReplicaDataset"/>
         <element name="TransferRelatedObjects" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

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()
          Gets the value of the modelType property.
 Geometry getQueryGeometry()
          Gets the value of the queryGeometry property.
 EsriSpatialRelEnum getSpatialRelation()
          Gets the value of the spatialRelation property.
 boolean isSingleGeneration()
          Gets the value of the singleGeneration property.
 boolean isTransferRelatedObjects()
          Gets the value of the transferRelatedObjects property.
 void setGPReplicaDatasets(GPReplicaDataset[] value)
          Sets the value of the gpReplicaDatasets property.
 void setModelType(EsriReplicaModelType value)
          Sets the value of the modelType property.
 void setQueryGeometry(Geometry value)
          Sets the value of the queryGeometry property.
 void setSingleGeneration(boolean value)
          Sets the value of the singleGeneration property.
 void setSpatialRelation(EsriSpatialRelEnum value)
          Sets the value of the spatialRelation property.
 void setTransferRelatedObjects(boolean value)
          Sets the value of the transferRelatedObjects property.
 
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()
Gets the value of the modelType property.

Returns:
possible object is EsriReplicaModelType

setModelType

public void setModelType(EsriReplicaModelType value)
Sets the value of the modelType property.

Parameters:
value - allowed object is EsriReplicaModelType

isSingleGeneration

public boolean isSingleGeneration()
Gets the value of the singleGeneration property.


setSingleGeneration

public void setSingleGeneration(boolean value)
Sets the value of the singleGeneration property.


getSpatialRelation

public EsriSpatialRelEnum getSpatialRelation()
Gets the value of the spatialRelation property.

Returns:
possible object is EsriSpatialRelEnum

setSpatialRelation

public void setSpatialRelation(EsriSpatialRelEnum value)
Sets the value of the spatialRelation property.

Parameters:
value - allowed object is EsriSpatialRelEnum

getQueryGeometry

public Geometry getQueryGeometry()
Gets the value of the queryGeometry property.

Returns:
possible object is Geometry

setQueryGeometry

public void setQueryGeometry(Geometry value)
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()
Gets the value of the transferRelatedObjects property.


setTransferRelatedObjects

public void setTransferRelatedObjects(boolean value)
Sets the value of the transferRelatedObjects property.