com.esri.arcgisws
Class GPReplicaDataset

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

public class GPReplicaDataset
extends Object
implements Serializable

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.0}esriDatasetType"/>
         <element name="RowsType" type="{http://www.esri.com/schemas/ArcGIS/10.0}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.0}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.0}ArrayOfInt" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GPReplicaDataset()
          GPReplicaDataset default constructor.
GPReplicaDataset(String datasetName, EsriDatasetType datasetType, EsriRowsType rowsType, boolean isPrivate, boolean useGeometry, String defQuery, EsriRelExtractDirection relExtractDirection, String relOriginClass, String relDestinationClass, int[] selectionIDs)
          Deprecated. 
 
Method Summary
 String getDatasetName()
          Gets the value of the datasetName property.
 EsriDatasetType getDatasetType()
          Gets the value of the datasetType property.
 String getDefQuery()
          Gets the value of the defQuery property.
 String getRelDestinationClass()
          The destination class for the relationship class.
 EsriRelExtractDirection getRelExtractDirection()
          Set the related objects direction to either forward or backward direction.
 String getRelOriginClass()
          The origin class for the relationship class.
 EsriRowsType getRowsType()
          Gets the value of the rowsType property.
 int[] getSelectionIDs()
          Gets the value of the selectionIDs property.
 boolean isIsPrivate()
          Gets the value of the isPrivate property.
 boolean isUseGeometry()
          Gets the value of the useGeometry property.
 void setDatasetName(String value)
          Sets the value of the datasetName property.
 void setDatasetType(EsriDatasetType value)
          Sets the value of the datasetType property.
 void setDefQuery(String value)
          Sets the value of the defQuery property.
 void setIsPrivate(boolean value)
          Sets the value of the isPrivate property.
 void setRelDestinationClass(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(String value)
          The origin class for the relationship class.
 void setRowsType(EsriRowsType value)
          Sets the value of the rowsType property.
 void setSelectionIDs(int[] value)
          Sets the value of the selectionIDs property.
 void setUseGeometry(boolean value)
          Sets the value of the useGeometry property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPReplicaDataset

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

GPReplicaDataset constructor.


GPReplicaDataset

public GPReplicaDataset()
GPReplicaDataset default constructor.

Method Detail

getDatasetName

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

Returns:
possible object is String

setDatasetName

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

Parameters:
value - allowed object is String

getDatasetType

public EsriDatasetType getDatasetType()
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()
Gets the value of the rowsType property.

Returns:
possible object is EsriRowsType

setRowsType

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

Parameters:
value - allowed object is EsriRowsType

isIsPrivate

public boolean isIsPrivate()
Gets the value of the isPrivate property.


setIsPrivate

public void setIsPrivate(boolean value)
Sets the value of the isPrivate property.


isUseGeometry

public boolean isUseGeometry()
Gets the value of the useGeometry property.


setUseGeometry

public void setUseGeometry(boolean value)
Sets the value of the useGeometry property.


getDefQuery

public String getDefQuery()
Gets the value of the defQuery property.

Returns:
possible object is String

setDefQuery

public void setDefQuery(String value)
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 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(String value)
The origin class for the relationship class. Sets the value of the relOriginClass property.

Parameters:
value - allowed object is String

getRelDestinationClass

public 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(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()
Gets the value of the selectionIDs property.

Returns:
possible object is []

setSelectionIDs

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

Parameters:
value - allowed object is []