com.esri.arcgisws
Class GPReplicaDescription

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

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

See Also:
Serialized Form

Constructor Summary
GPReplicaDescription()
           
GPReplicaDescription(EsriReplicaModelType modelType, boolean singleGeneration, EsriSpatialRelEnum spatialRelation, Geometry queryGeometry, GPReplicaDataset[] GPReplicaDatasets, boolean transferRelatedObjects)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 GPReplicaDataset[] getGPReplicaDatasets()
          Gets the GPReplicaDatasets value for this GPReplicaDescription.
 EsriReplicaModelType getModelType()
          Gets the modelType value for this GPReplicaDescription.
 Geometry getQueryGeometry()
          Gets the queryGeometry value for this GPReplicaDescription.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 EsriSpatialRelEnum getSpatialRelation()
          Gets the spatialRelation value for this GPReplicaDescription.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isSingleGeneration()
          Gets the singleGeneration value for this GPReplicaDescription.
 boolean isTransferRelatedObjects()
          Gets the transferRelatedObjects value for this GPReplicaDescription.
 void setGPReplicaDatasets(GPReplicaDataset[] GPReplicaDatasets)
          Sets the GPReplicaDatasets value for this GPReplicaDescription.
 void setModelType(EsriReplicaModelType modelType)
          Sets the modelType value for this GPReplicaDescription.
 void setQueryGeometry(Geometry queryGeometry)
          Sets the queryGeometry value for this GPReplicaDescription.
 void setSingleGeneration(boolean singleGeneration)
          Sets the singleGeneration value for this GPReplicaDescription.
 void setSpatialRelation(EsriSpatialRelEnum spatialRelation)
          Sets the spatialRelation value for this GPReplicaDescription.
 void setTransferRelatedObjects(boolean transferRelatedObjects)
          Sets the transferRelatedObjects value for this GPReplicaDescription.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPReplicaDescription

public GPReplicaDescription()

GPReplicaDescription

public GPReplicaDescription(EsriReplicaModelType modelType,
                            boolean singleGeneration,
                            EsriSpatialRelEnum spatialRelation,
                            Geometry queryGeometry,
                            GPReplicaDataset[] GPReplicaDatasets,
                            boolean transferRelatedObjects)
Method Detail

getModelType

public EsriReplicaModelType getModelType()
Gets the modelType value for this GPReplicaDescription.

Returns:
modelType

setModelType

public void setModelType(EsriReplicaModelType modelType)
Sets the modelType value for this GPReplicaDescription.

Parameters:
modelType -

isSingleGeneration

public boolean isSingleGeneration()
Gets the singleGeneration value for this GPReplicaDescription.

Returns:
singleGeneration

setSingleGeneration

public void setSingleGeneration(boolean singleGeneration)
Sets the singleGeneration value for this GPReplicaDescription.

Parameters:
singleGeneration -

getSpatialRelation

public EsriSpatialRelEnum getSpatialRelation()
Gets the spatialRelation value for this GPReplicaDescription.

Returns:
spatialRelation

setSpatialRelation

public void setSpatialRelation(EsriSpatialRelEnum spatialRelation)
Sets the spatialRelation value for this GPReplicaDescription.

Parameters:
spatialRelation -

getQueryGeometry

public Geometry getQueryGeometry()
Gets the queryGeometry value for this GPReplicaDescription.

Returns:
queryGeometry

setQueryGeometry

public void setQueryGeometry(Geometry queryGeometry)
Sets the queryGeometry value for this GPReplicaDescription.

Parameters:
queryGeometry -

getGPReplicaDatasets

public GPReplicaDataset[] getGPReplicaDatasets()
Gets the GPReplicaDatasets value for this GPReplicaDescription.

Returns:
GPReplicaDatasets

setGPReplicaDatasets

public void setGPReplicaDatasets(GPReplicaDataset[] GPReplicaDatasets)
Sets the GPReplicaDatasets value for this GPReplicaDescription.

Parameters:
GPReplicaDatasets -

isTransferRelatedObjects

public boolean isTransferRelatedObjects()
Gets the transferRelatedObjects value for this GPReplicaDescription.

Returns:
transferRelatedObjects

setTransferRelatedObjects

public void setTransferRelatedObjects(boolean transferRelatedObjects)
Sets the transferRelatedObjects value for this GPReplicaDescription.

Parameters:
transferRelatedObjects -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer