com.esri.arcgisws
Class TableSearch

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

public class TableSearch
extends Object
implements Serializable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="VersionName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="TableName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="QueryFilter" type="{http://www.esri.com/schemas/ArcGIS/10.0}QueryFilter"/>
         <element name="QueryRange" type="{http://www.esri.com/schemas/ArcGIS/10.0}ResultPortionInfo"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
TableSearch()
          TableSearch default constructor.
TableSearch(String versionName, String tableName, QueryFilter queryFilter, ResultPortionInfo queryRange)
          Deprecated. 
 
Method Summary
 QueryFilter getQueryFilter()
          Gets the value of the queryFilter property.
 ResultPortionInfo getQueryRange()
          Gets the value of the queryRange property.
 String getTableName()
          Gets the value of the tableName property.
 String getVersionName()
          Gets the value of the versionName property.
 void setQueryFilter(QueryFilter value)
          Sets the value of the queryFilter property.
 void setQueryRange(ResultPortionInfo value)
          Sets the value of the queryRange property.
 void setTableName(String value)
          Sets the value of the tableName property.
 void setVersionName(String value)
          Sets the value of the versionName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableSearch

@Deprecated
public TableSearch(String versionName,
                              String tableName,
                              QueryFilter queryFilter,
                              ResultPortionInfo queryRange)
Deprecated. 

TableSearch constructor.


TableSearch

public TableSearch()
TableSearch default constructor.

Method Detail

getVersionName

public String getVersionName()
Gets the value of the versionName property.

Returns:
possible object is String

setVersionName

public void setVersionName(String value)
Sets the value of the versionName property.

Parameters:
value - allowed object is String

getTableName

public String getTableName()
Gets the value of the tableName property.

Returns:
possible object is String

setTableName

public void setTableName(String value)
Sets the value of the tableName property.

Parameters:
value - allowed object is String

getQueryFilter

public QueryFilter getQueryFilter()
Gets the value of the queryFilter property.

Returns:
possible object is QueryFilter

setQueryFilter

public void setQueryFilter(QueryFilter value)
Sets the value of the queryFilter property.

Parameters:
value - allowed object is QueryFilter

getQueryRange

public ResultPortionInfo getQueryRange()
Gets the value of the queryRange property.

Returns:
possible object is ResultPortionInfo

setQueryRange

public void setQueryRange(ResultPortionInfo value)
Sets the value of the queryRange property.

Parameters:
value - allowed object is ResultPortionInfo