|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.ResultPortionInfo
public class ResultPortionInfo
A class used to define query result portion options.
Java class for ResultPortionInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResultPortionInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Count" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="ResultID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="StartIndex" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
A class used to define query result portion options.
| Constructor Summary | |
|---|---|
ResultPortionInfo()
ResultPortionInfo default constructor. |
|
ResultPortionInfo(int count,
String resultID,
long startIndex)
Deprecated. |
|
| Method Summary | |
|---|---|
int |
getCount()
The number of elements to return or being returned. |
String |
getResultID()
The unique ID of a result. |
long |
getStartIndex()
The zero-based index of the first element to return or being returned. |
void |
setCount(int value)
The number of elements to return or being returned. |
void |
setResultID(String value)
The unique ID of a result. |
void |
setStartIndex(long value)
The zero-based index of the first element to return or being returned. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public ResultPortionInfo(int count,
String resultID,
long startIndex)
public ResultPortionInfo()
| Method Detail |
|---|
public int getCount()
public void setCount(int value)
public String getResultID()
Stringpublic void setResultID(String value)
value - allowed object is
Stringpublic long getStartIndex()
public void setStartIndex(long value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||