com.esri.arcgisws
Class ResultPortionInfo

java.lang.Object
  extended bycom.esri.arcgisws.ResultPortionInfo
All Implemented Interfaces:
java.io.Serializable

public class ResultPortionInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ResultPortionInfo()
           
ResultPortionInfo(int count, java.lang.String resultID, long startIndex)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getCount()
          Gets the count value for this ResultPortionInfo.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getResultID()
          Gets the resultID value for this ResultPortionInfo.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 long getStartIndex()
          Gets the startIndex value for this ResultPortionInfo.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCount(int count)
          Sets the count value for this ResultPortionInfo.
 void setResultID(java.lang.String resultID)
          Sets the resultID value for this ResultPortionInfo.
 void setStartIndex(long startIndex)
          Sets the startIndex value for this ResultPortionInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultPortionInfo

public ResultPortionInfo()

ResultPortionInfo

public ResultPortionInfo(int count,
                         java.lang.String resultID,
                         long startIndex)
Method Detail

getCount

public int getCount()
Gets the count value for this ResultPortionInfo.

Returns:
count

setCount

public void setCount(int count)
Sets the count value for this ResultPortionInfo.

Parameters:
count -

getResultID

public java.lang.String getResultID()
Gets the resultID value for this ResultPortionInfo.

Returns:
resultID

setResultID

public void setResultID(java.lang.String resultID)
Sets the resultID value for this ResultPortionInfo.

Parameters:
resultID -

getStartIndex

public long getStartIndex()
Gets the startIndex value for this ResultPortionInfo.

Returns:
startIndex

setStartIndex

public void setStartIndex(long startIndex)
Sets the startIndex value for this ResultPortionInfo.

Parameters:
startIndex -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer