com.esri.arcgisws
Class GlobeServerFindResult

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

public class GlobeServerFindResult
extends Object
implements Serializable

Java class for GlobeServerFindResult complex type.

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

 <complexType name="GlobeServerFindResult">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="FieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ObjectID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <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
GlobeServerFindResult()
          GlobeServerFindResult default constructor.
GlobeServerFindResult(String value, String fieldName, int objectID, Geometry shape, PropertySet properties)
          Deprecated. 
 
Method Summary
 String getFieldName()
          Gets the value of the fieldName property.
 int getObjectID()
          Gets the value of the objectID property.
 PropertySet getProperties()
          Gets the value of the properties property.
 Geometry getShape()
          Gets the value of the shape property.
 String getValue()
          Gets the value of the value property.
 void setFieldName(String value)
          Sets the value of the fieldName property.
 void setObjectID(int value)
          Sets the value of the objectID property.
 void setProperties(PropertySet value)
          Sets the value of the properties property.
 void setShape(Geometry value)
          Sets the value of the shape property.
 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

GlobeServerFindResult

@Deprecated
public GlobeServerFindResult(String value,
                                        String fieldName,
                                        int objectID,
                                        Geometry shape,
                                        PropertySet properties)
Deprecated. 

GlobeServerFindResult constructor.


GlobeServerFindResult

public GlobeServerFindResult()
GlobeServerFindResult 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

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

getObjectID

public int getObjectID()
Gets the value of the objectID property.


setObjectID

public void setObjectID(int value)
Sets the value of the objectID property.


getShape

public Geometry getShape()
Gets the value of the shape property.

Returns:
possible object is Geometry

setShape

public void setShape(Geometry value)
Sets the value of the shape property.

Parameters:
value - allowed object is Geometry

getProperties

public PropertySet getProperties()
Gets the value of the properties property.

Returns:
possible object is PropertySet

setProperties

public void setProperties(PropertySet value)
Sets the value of the properties property.

Parameters:
value - allowed object is PropertySet