com.esri.arcgisws
Class MapServerFindResult

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

public class MapServerFindResult
extends Object
implements Serializable

Java class for MapServerFindResult complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MapServerFindResult">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="LayerID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="FeatureID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="FieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Shape" type="{http://www.esri.com/schemas/ArcGIS/10.0}Geometry" minOccurs="0"/>
         <element name="Properties" type="{http://www.esri.com/schemas/ArcGIS/10.0}PropertySet" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
MapServerFindResult()
          MapServerFindResult default constructor.
MapServerFindResult(String value, int layerID, int featureID, String fieldName, Geometry shape, PropertySet properties)
          Deprecated. 
 
Method Summary
 int getFeatureID()
          The ID of the found feature.
 String getFieldName()
          Gets the value of the fieldName property.
 int getLayerID()
          Gets the value of the layerID property.
 PropertySet getProperties()
          A set of name-value pairs for the found features's field names and values.
 Geometry getShape()
          The geometry of the found feature.
 String getValue()
          Gets the value of the value property.
 void setFeatureID(int value)
          The ID of the found feature.
 void setFieldName(String value)
          Sets the value of the fieldName property.
 void setLayerID(int value)
          Sets the value of the layerID property.
 void setProperties(PropertySet value)
          A set of name-value pairs for the found features's field names and values.
 void setShape(Geometry value)
          The geometry of the found feature.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapServerFindResult

@Deprecated
public MapServerFindResult(String value,
                                      int layerID,
                                      int featureID,
                                      String fieldName,
                                      Geometry shape,
                                      PropertySet properties)
Deprecated. 

MapServerFindResult constructor.


MapServerFindResult

public MapServerFindResult()
MapServerFindResult default constructor.

Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getLayerID

public int getLayerID()
Gets the value of the layerID property.


setLayerID

public void setLayerID(int value)
Sets the value of the layerID property.


getFeatureID

public int getFeatureID()
The ID of the found feature. Gets the value of the featureID property.


setFeatureID

public void setFeatureID(int value)
The ID of the found feature. Sets the value of the featureID property.


getFieldName

public String getFieldName()
Gets the value of the fieldName property.

Returns:
possible object is String

setFieldName

public void setFieldName(String value)
Sets the value of the fieldName property.

Parameters:
value - allowed object is String

getShape

public Geometry getShape()
The geometry of the found feature. Gets the value of the shape property.

Returns:
possible object is Geometry

setShape

public void setShape(Geometry value)
The geometry of the found feature. Sets the value of the shape property.

Parameters:
value - allowed object is Geometry

getProperties

public PropertySet getProperties()
A set of name-value pairs for the found features's field names and values. Gets the value of the properties property.

Returns:
possible object is PropertySet

setProperties

public void setProperties(PropertySet value)
A set of name-value pairs for the found features's field names and values. Sets the value of the properties property.

Parameters:
value - allowed object is PropertySet