com.esri.arcgisws
Class ResultPortionInfo

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

public class ResultPortionInfo
extends Object
implements Serializable

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.

See Also:
Serialized Form

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

ResultPortionInfo

@Deprecated
public ResultPortionInfo(int count,
                                    String resultID,
                                    long startIndex)
Deprecated. 

ResultPortionInfo constructor.


ResultPortionInfo

public ResultPortionInfo()
ResultPortionInfo default constructor.

Method Detail

getCount

public int getCount()
The number of elements to return or being returned. Gets the value of the count property.


setCount

public void setCount(int value)
The number of elements to return or being returned. Sets the value of the count property.


getResultID

public String getResultID()
The unique ID of a result. Gets the value of the resultID property.

Returns:
possible object is String

setResultID

public void setResultID(String value)
The unique ID of a result. Sets the value of the resultID property.

Parameters:
value - allowed object is String

getStartIndex

public long getStartIndex()
The zero-based index of the first element to return or being returned. Gets the value of the startIndex property.


setStartIndex

public void setStartIndex(long value)
The zero-based index of the first element to return or being returned. Sets the value of the startIndex property.