com.esri.arcgisws
Class QueryTableDataSourceDescription

java.lang.Object
  extended by com.esri.arcgisws.MapServerSourceDescription
      extended by com.esri.arcgisws.DataSourceDescription
          extended by com.esri.arcgisws.QueryTableDataSourceDescription
All Implemented Interfaces:
java.io.Serializable

public class QueryTableDataSourceDescription
extends DataSourceDescription
implements java.io.Serializable

Java class for QueryTableDataSourceDescription complex type.

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

 <complexType name="QueryTableDataSourceDescription">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.3}DataSourceDescription">
       <sequence>
         <element name="Query" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="OIDFields" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="GeometryType" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriGeometryType"/>
         <element name="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.3}SpatialReference"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
QueryTableDataSourceDescription()
          QueryTableDataSourceDescription default constructor.
QueryTableDataSourceDescription(java.lang.String workspaceID, java.lang.String query, java.lang.String oidFields, EsriGeometryType geometryType, SpatialReference spatialReference)
          Deprecated. 
 
Method Summary
 EsriGeometryType getGeometryType()
          Gets the value of the geometryType property.
 java.lang.String getOIDFields()
          Gets the value of the oidFields property.
 java.lang.String getQuery()
          Gets the value of the query property.
 SpatialReference getSpatialReference()
          Gets the value of the spatialReference property.
 void setGeometryType(EsriGeometryType value)
          Sets the value of the geometryType property.
 void setOIDFields(java.lang.String value)
          Sets the value of the oidFields property.
 void setQuery(java.lang.String value)
          Sets the value of the query property.
 void setSpatialReference(SpatialReference value)
          Sets the value of the spatialReference property.
 
Methods inherited from class com.esri.arcgisws.DataSourceDescription
getWorkspaceID, setWorkspaceID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryTableDataSourceDescription

@Deprecated
public QueryTableDataSourceDescription(java.lang.String workspaceID,
                                                  java.lang.String query,
                                                  java.lang.String oidFields,
                                                  EsriGeometryType geometryType,
                                                  SpatialReference spatialReference)
Deprecated. 

QueryTableDataSourceDescription constructor.


QueryTableDataSourceDescription

public QueryTableDataSourceDescription()
QueryTableDataSourceDescription default constructor.

Method Detail

getQuery

public java.lang.String getQuery()
Gets the value of the query property.

Returns:
possible object is String

setQuery

public void setQuery(java.lang.String value)
Sets the value of the query property.

Parameters:
value - allowed object is String

getOIDFields

public java.lang.String getOIDFields()
Gets the value of the oidFields property.

Returns:
possible object is String

setOIDFields

public void setOIDFields(java.lang.String value)
Sets the value of the oidFields property.

Parameters:
value - allowed object is String

getGeometryType

public EsriGeometryType getGeometryType()
Gets the value of the geometryType property.

Returns:
possible object is EsriGeometryType

setGeometryType

public void setGeometryType(EsriGeometryType value)
Sets the value of the geometryType property.

Parameters:
value - allowed object is EsriGeometryType

getSpatialReference

public SpatialReference getSpatialReference()
Gets the value of the spatialReference property.

Returns:
possible object is SpatialReference

setSpatialReference

public void setSpatialReference(SpatialReference value)
Sets the value of the spatialReference property.

Parameters:
value - allowed object is SpatialReference