com.esri.arcgisws
Class GPReplicaDataset

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

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

A replica dataset.

Java class for GPReplicaDataset complex type.

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

 <complexType name="GPReplicaDataset">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DatasetName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="DatasetType" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriDatasetType"/>
         <element name="RowsType" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriRowsType"/>
         <element name="IsPrivate" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="UseGeometry" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="DefQuery" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="RelExtractDirection" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriRelExtractDirection" minOccurs="0"/>
         <element name="RelOriginClass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="RelDestinationClass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SelectionIDs" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfInt" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
A replica dataset.

See Also:
Serialized Form

Constructor Summary
GPReplicaDataset()
          GPReplicaDataset default constructor.
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)
          Deprecated. 
 
Method Summary
 java.lang.String getDatasetName()
          Gets the value of the datasetName property.
 EsriDatasetType getDatasetType()
          The dataset type.
 java.lang.String getDefQuery()
          Definition query for the replica dataset.
 java.lang.String getRelDestinationClass()
          The destination class for the relationship class.
 EsriRelExtractDirection getRelExtractDirection()
          Set the related objects direction to either forward or backward direction.
 java.lang.String getRelOriginClass()
          The origin class for the relationship class.
 EsriRowsType getRowsType()
          Defines the replicated rows.
 int[] getSelectionIDs()
          Array of selected IDs.
 boolean isIsPrivate()
          Indicates if the replica dataset is private.
 boolean isUseGeometry()
          Indicates if the geometry defined in the replica description is applied to the replica dataset.
 void setDatasetName(java.lang.String value)
          Sets the value of the datasetName property.
 void setDatasetType(EsriDatasetType value)
          Sets the value of the datasetType property.
 void setDefQuery(java.lang.String value)
          Definition query for the replica dataset.
 void setIsPrivate(boolean value)
          Indicates if the replica dataset is private.
 void setRelDestinationClass(java.lang.String value)
          The destination class for the relationship class.
 void setRelExtractDirection(EsriRelExtractDirection value)
          Set the related objects direction to either forward or backward direction.
 void setRelOriginClass(java.lang.String value)
          The origin class for the relationship class.
 void setRowsType(EsriRowsType value)
          Defines the replicated rows.
 void setSelectionIDs(int[] value)
          Array of selected IDs.
 void setUseGeometry(boolean value)
          Indicates if the geometry defined in the replica description is applied to the replica dataset.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPReplicaDataset

@Deprecated
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)
Deprecated. 

GPReplicaDataset constructor.


GPReplicaDataset

public GPReplicaDataset()
GPReplicaDataset default constructor.

Method Detail

getDatasetName

public java.lang.String getDatasetName()
Gets the value of the datasetName property.

Returns:
possible object is String

setDatasetName

public void setDatasetName(java.lang.String value)
Sets the value of the datasetName property.

Parameters:
value - allowed object is String

getDatasetType

public EsriDatasetType getDatasetType()
The dataset type. Gets the value of the datasetType property.

Returns:
possible object is EsriDatasetType

setDatasetType

public void setDatasetType(EsriDatasetType value)
Sets the value of the datasetType property.

Parameters:
value - allowed object is EsriDatasetType

getRowsType

public EsriRowsType getRowsType()
Defines the replicated rows. Gets the value of the rowsType property.

Returns:
possible object is EsriRowsType

setRowsType

public void setRowsType(EsriRowsType value)
Defines the replicated rows. Sets the value of the rowsType property.

Parameters:
value - allowed object is EsriRowsType

isIsPrivate

public boolean isIsPrivate()
Indicates if the replica dataset is private. Gets the value of the isPrivate property.


setIsPrivate

public void setIsPrivate(boolean value)
Indicates if the replica dataset is private. Sets the value of the isPrivate property.


isUseGeometry

public boolean isUseGeometry()
Indicates if the geometry defined in the replica description is applied to the replica dataset. Gets the value of the useGeometry property.


setUseGeometry

public void setUseGeometry(boolean value)
Indicates if the geometry defined in the replica description is applied to the replica dataset. Sets the value of the useGeometry property.


getDefQuery

public java.lang.String getDefQuery()
Definition query for the replica dataset. Gets the value of the defQuery property.

Returns:
possible object is String

setDefQuery

public void setDefQuery(java.lang.String value)
Definition query for the replica dataset. Sets the value of the defQuery property.

Parameters:
value - allowed object is String

getRelExtractDirection

public EsriRelExtractDirection getRelExtractDirection()
Set the related objects direction to either forward or backward direction. Gets the value of the relExtractDirection property.

Returns:
possible object is EsriRelExtractDirection

setRelExtractDirection

public void setRelExtractDirection(EsriRelExtractDirection value)
Set the related objects direction to either forward or backward direction. Sets the value of the relExtractDirection property.

Parameters:
value - allowed object is EsriRelExtractDirection

getRelOriginClass

public java.lang.String getRelOriginClass()
The origin class for the relationship class. Gets the value of the relOriginClass property.

Returns:
possible object is String

setRelOriginClass

public void setRelOriginClass(java.lang.String value)
The origin class for the relationship class. Sets the value of the relOriginClass property.

Parameters:
value - allowed object is String

getRelDestinationClass

public java.lang.String getRelDestinationClass()
The destination class for the relationship class. Gets the value of the relDestinationClass property.

Returns:
possible object is String

setRelDestinationClass

public void setRelDestinationClass(java.lang.String value)
The destination class for the relationship class. Sets the value of the relDestinationClass property.

Parameters:
value - allowed object is String

getSelectionIDs

public int[] getSelectionIDs()
Array of selected IDs. Gets the value of the selectionIDs property.

Returns:
possible object is []

setSelectionIDs

public void setSelectionIDs(int[] value)
Array of selected IDs. Sets the value of the selectionIDs property.

Parameters:
value - allowed object is []