com.esri.arcgisws
Class MapServerFindResult

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

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

See Also:
Serialized Form

Constructor Summary
MapServerFindResult()
           
MapServerFindResult(java.lang.String value, int layerID, int featureID, java.lang.String fieldName, Geometry shape, PropertySet properties)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getFeatureID()
          Gets the featureID value for this MapServerFindResult.
 java.lang.String getFieldName()
          Gets the fieldName value for this MapServerFindResult.
 int getLayerID()
          Gets the layerID value for this MapServerFindResult.
 PropertySet getProperties()
          Gets the properties value for this MapServerFindResult.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 Geometry getShape()
          Gets the shape value for this MapServerFindResult.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getValue()
          Gets the value value for this MapServerFindResult.
 int hashCode()
           
 void setFeatureID(int featureID)
          Sets the featureID value for this MapServerFindResult.
 void setFieldName(java.lang.String fieldName)
          Sets the fieldName value for this MapServerFindResult.
 void setLayerID(int layerID)
          Sets the layerID value for this MapServerFindResult.
 void setProperties(PropertySet properties)
          Sets the properties value for this MapServerFindResult.
 void setShape(Geometry shape)
          Sets the shape value for this MapServerFindResult.
 void setValue(java.lang.String value)
          Sets the value value for this MapServerFindResult.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapServerFindResult

public MapServerFindResult()

MapServerFindResult

public MapServerFindResult(java.lang.String value,
                           int layerID,
                           int featureID,
                           java.lang.String fieldName,
                           Geometry shape,
                           PropertySet properties)
Method Detail

getValue

public java.lang.String getValue()
Gets the value value for this MapServerFindResult.

Returns:
value

setValue

public void setValue(java.lang.String value)
Sets the value value for this MapServerFindResult.

Parameters:
value -

getLayerID

public int getLayerID()
Gets the layerID value for this MapServerFindResult.

Returns:
layerID

setLayerID

public void setLayerID(int layerID)
Sets the layerID value for this MapServerFindResult.

Parameters:
layerID -

getFeatureID

public int getFeatureID()
Gets the featureID value for this MapServerFindResult.

Returns:
featureID

setFeatureID

public void setFeatureID(int featureID)
Sets the featureID value for this MapServerFindResult.

Parameters:
featureID -

getFieldName

public java.lang.String getFieldName()
Gets the fieldName value for this MapServerFindResult.

Returns:
fieldName

setFieldName

public void setFieldName(java.lang.String fieldName)
Sets the fieldName value for this MapServerFindResult.

Parameters:
fieldName -

getShape

public Geometry getShape()
Gets the shape value for this MapServerFindResult.

Returns:
shape

setShape

public void setShape(Geometry shape)
Sets the shape value for this MapServerFindResult.

Parameters:
shape -

getProperties

public PropertySet getProperties()
Gets the properties value for this MapServerFindResult.

Returns:
properties

setProperties

public void setProperties(PropertySet properties)
Sets the properties value for this MapServerFindResult.

Parameters:
properties -

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