|
|||||||||
| 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.3}QueryFilter"/>
<element name="QueryRange" type="{http://www.esri.com/schemas/ArcGIS/10.3}ResultPortionInfo"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
TableSearch()
TableSearch default constructor. |
|
TableSearch(java.lang.String versionName,
java.lang.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. |
java.lang.String |
getTableName()
Gets the value of the tableName property. |
java.lang.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(java.lang.String value)
Sets the value of the tableName property. |
void |
setVersionName(java.lang.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(java.lang.String versionName,
java.lang.String tableName,
QueryFilter queryFilter,
ResultPortionInfo queryRange)
public TableSearch()
| Method Detail |
|---|
public java.lang.String getVersionName()
Stringpublic void setVersionName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTableName()
Stringpublic void setTableName(java.lang.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 | ||||||||