com.esri.arcgisws
Class GPReplicaDataset

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

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

See Also:
Serialized Form

Constructor Summary
GPReplicaDataset()
           
GPReplicaDataset(java.lang.String datasetName, EsriDatasetType datasetType, EsriRowsType rowsType, boolean isPrivate, boolean useGeometry, java.lang.String defQuery, EsriRelExtractDirection relExtractDirection, java.lang.String relOriginClass, java.lang.String relDestinationClass, int[] selectionIDs)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDatasetName()
          Gets the datasetName value for this GPReplicaDataset.
 EsriDatasetType getDatasetType()
          Gets the datasetType value for this GPReplicaDataset.
 java.lang.String getDefQuery()
          Gets the defQuery value for this GPReplicaDataset.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getRelDestinationClass()
          Gets the relDestinationClass value for this GPReplicaDataset.
 EsriRelExtractDirection getRelExtractDirection()
          Gets the relExtractDirection value for this GPReplicaDataset.
 java.lang.String getRelOriginClass()
          Gets the relOriginClass value for this GPReplicaDataset.
 EsriRowsType getRowsType()
          Gets the rowsType value for this GPReplicaDataset.
 int[] getSelectionIDs()
          Gets the selectionIDs value for this GPReplicaDataset.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isIsPrivate()
          Gets the isPrivate value for this GPReplicaDataset.
 boolean isUseGeometry()
          Gets the useGeometry value for this GPReplicaDataset.
 void setDatasetName(java.lang.String datasetName)
          Sets the datasetName value for this GPReplicaDataset.
 void setDatasetType(EsriDatasetType datasetType)
          Sets the datasetType value for this GPReplicaDataset.
 void setDefQuery(java.lang.String defQuery)
          Sets the defQuery value for this GPReplicaDataset.
 void setIsPrivate(boolean isPrivate)
          Sets the isPrivate value for this GPReplicaDataset.
 void setRelDestinationClass(java.lang.String relDestinationClass)
          Sets the relDestinationClass value for this GPReplicaDataset.
 void setRelExtractDirection(EsriRelExtractDirection relExtractDirection)
          Sets the relExtractDirection value for this GPReplicaDataset.
 void setRelOriginClass(java.lang.String relOriginClass)
          Sets the relOriginClass value for this GPReplicaDataset.
 void setRowsType(EsriRowsType rowsType)
          Sets the rowsType value for this GPReplicaDataset.
 void setSelectionIDs(int[] selectionIDs)
          Sets the selectionIDs value for this GPReplicaDataset.
 void setUseGeometry(boolean useGeometry)
          Sets the useGeometry value for this GPReplicaDataset.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPReplicaDataset

public GPReplicaDataset()

GPReplicaDataset

public GPReplicaDataset(java.lang.String datasetName,
                        EsriDatasetType datasetType,
                        EsriRowsType rowsType,
                        boolean isPrivate,
                        boolean useGeometry,
                        java.lang.String defQuery,
                        EsriRelExtractDirection relExtractDirection,
                        java.lang.String relOriginClass,
                        java.lang.String relDestinationClass,
                        int[] selectionIDs)
Method Detail

getDatasetName

public java.lang.String getDatasetName()
Gets the datasetName value for this GPReplicaDataset.

Returns:
datasetName

setDatasetName

public void setDatasetName(java.lang.String datasetName)
Sets the datasetName value for this GPReplicaDataset.

Parameters:
datasetName -

getDatasetType

public EsriDatasetType getDatasetType()
Gets the datasetType value for this GPReplicaDataset.

Returns:
datasetType

setDatasetType

public void setDatasetType(EsriDatasetType datasetType)
Sets the datasetType value for this GPReplicaDataset.

Parameters:
datasetType -

getRowsType

public EsriRowsType getRowsType()
Gets the rowsType value for this GPReplicaDataset.

Returns:
rowsType

setRowsType

public void setRowsType(EsriRowsType rowsType)
Sets the rowsType value for this GPReplicaDataset.

Parameters:
rowsType -

isIsPrivate

public boolean isIsPrivate()
Gets the isPrivate value for this GPReplicaDataset.

Returns:
isPrivate

setIsPrivate

public void setIsPrivate(boolean isPrivate)
Sets the isPrivate value for this GPReplicaDataset.

Parameters:
isPrivate -

isUseGeometry

public boolean isUseGeometry()
Gets the useGeometry value for this GPReplicaDataset.

Returns:
useGeometry

setUseGeometry

public void setUseGeometry(boolean useGeometry)
Sets the useGeometry value for this GPReplicaDataset.

Parameters:
useGeometry -

getDefQuery

public java.lang.String getDefQuery()
Gets the defQuery value for this GPReplicaDataset.

Returns:
defQuery

setDefQuery

public void setDefQuery(java.lang.String defQuery)
Sets the defQuery value for this GPReplicaDataset.

Parameters:
defQuery -

getRelExtractDirection

public EsriRelExtractDirection getRelExtractDirection()
Gets the relExtractDirection value for this GPReplicaDataset.

Returns:
relExtractDirection

setRelExtractDirection

public void setRelExtractDirection(EsriRelExtractDirection relExtractDirection)
Sets the relExtractDirection value for this GPReplicaDataset.

Parameters:
relExtractDirection -

getRelOriginClass

public java.lang.String getRelOriginClass()
Gets the relOriginClass value for this GPReplicaDataset.

Returns:
relOriginClass

setRelOriginClass

public void setRelOriginClass(java.lang.String relOriginClass)
Sets the relOriginClass value for this GPReplicaDataset.

Parameters:
relOriginClass -

getRelDestinationClass

public java.lang.String getRelDestinationClass()
Gets the relDestinationClass value for this GPReplicaDataset.

Returns:
relDestinationClass

setRelDestinationClass

public void setRelDestinationClass(java.lang.String relDestinationClass)
Sets the relDestinationClass value for this GPReplicaDataset.

Parameters:
relDestinationClass -

getSelectionIDs

public int[] getSelectionIDs()
Gets the selectionIDs value for this GPReplicaDataset.

Returns:
selectionIDs

setSelectionIDs

public void setSelectionIDs(int[] selectionIDs)
Sets the selectionIDs value for this GPReplicaDataset.

Parameters:
selectionIDs -

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