|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgisws.GPReplicaDataset
public class GPReplicaDataset
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.
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 |
---|
@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)
public GPReplicaDataset()
Method Detail |
---|
public java.lang.String getDatasetName()
String
public void setDatasetName(java.lang.String value)
value
- allowed object is
String
public EsriDatasetType getDatasetType()
EsriDatasetType
public void setDatasetType(EsriDatasetType value)
value
- allowed object is
EsriDatasetType
public EsriRowsType getRowsType()
EsriRowsType
public void setRowsType(EsriRowsType value)
value
- allowed object is
EsriRowsType
public boolean isIsPrivate()
public void setIsPrivate(boolean value)
public boolean isUseGeometry()
public void setUseGeometry(boolean value)
public java.lang.String getDefQuery()
String
public void setDefQuery(java.lang.String value)
value
- allowed object is
String
public EsriRelExtractDirection getRelExtractDirection()
EsriRelExtractDirection
public void setRelExtractDirection(EsriRelExtractDirection value)
value
- allowed object is
EsriRelExtractDirection
public java.lang.String getRelOriginClass()
String
public void setRelOriginClass(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRelDestinationClass()
String
public void setRelDestinationClass(java.lang.String value)
value
- allowed object is
String
public int[] getSelectionIDs()
[]
public void setSelectionIDs(int[] value)
value
- allowed object is
[]
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |