com.esri.arcgisws
Class GlobeServerFindResult

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

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

See Also:
Serialized Form

Constructor Summary
GlobeServerFindResult()
           
GlobeServerFindResult(java.lang.String value, java.lang.String fieldName, int objectID, 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
 java.lang.String getFieldName()
          Gets the fieldName value for this GlobeServerFindResult.
 int getObjectID()
          Gets the objectID value for this GlobeServerFindResult.
 PropertySet getProperties()
          Gets the properties value for this GlobeServerFindResult.
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 GlobeServerFindResult.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getValue()
          Gets the value value for this GlobeServerFindResult.
 int hashCode()
           
 void setFieldName(java.lang.String fieldName)
          Sets the fieldName value for this GlobeServerFindResult.
 void setObjectID(int objectID)
          Sets the objectID value for this GlobeServerFindResult.
 void setProperties(PropertySet properties)
          Sets the properties value for this GlobeServerFindResult.
 void setShape(Geometry shape)
          Sets the shape value for this GlobeServerFindResult.
 void setValue(java.lang.String value)
          Sets the value value for this GlobeServerFindResult.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobeServerFindResult

public GlobeServerFindResult()

GlobeServerFindResult

public GlobeServerFindResult(java.lang.String value,
                             java.lang.String fieldName,
                             int objectID,
                             Geometry shape,
                             PropertySet properties)
Method Detail

getValue

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

Returns:
value

setValue

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

Parameters:
value -

getFieldName

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

Returns:
fieldName

setFieldName

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

Parameters:
fieldName -

getObjectID

public int getObjectID()
Gets the objectID value for this GlobeServerFindResult.

Returns:
objectID

setObjectID

public void setObjectID(int objectID)
Sets the objectID value for this GlobeServerFindResult.

Parameters:
objectID -

getShape

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

Returns:
shape

setShape

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

Parameters:
shape -

getProperties

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

Returns:
properties

setProperties

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

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