|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.TableSearch
public class TableSearch
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>
| 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 |
|---|
@Deprecated
public TableSearch(String versionName,
String tableName,
QueryFilter queryFilter,
ResultPortionInfo queryRange)
public TableSearch()
| Method Detail |
|---|
public String getVersionName()
Stringpublic void setVersionName(String value)
value - allowed object is
Stringpublic String getTableName()
Stringpublic void setTableName(String value)
value - allowed object is
Stringpublic QueryFilter getQueryFilter()
QueryFilterpublic void setQueryFilter(QueryFilter value)
value - allowed object is
QueryFilterpublic ResultPortionInfo getQueryRange()
ResultPortionInfopublic void setQueryRange(ResultPortionInfo value)
value - allowed object is
ResultPortionInfo
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||