com.esri.arcgisws
Class GlobeServerIdentifyResult

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

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

See Also:
Serialized Form

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

Constructor Detail

GlobeServerIdentifyResult

public GlobeServerIdentifyResult()

GlobeServerIdentifyResult

public GlobeServerIdentifyResult(java.lang.String name,
                                 int objectID,
                                 Geometry shape,
                                 PropertySet properties)
Method Detail

getName

public java.lang.String getName()
Gets the name value for this GlobeServerIdentifyResult.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this GlobeServerIdentifyResult.

Parameters:
name -

getObjectID

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

Returns:
objectID

setObjectID

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

Parameters:
objectID -

getShape

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

Returns:
shape

setShape

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

Parameters:
shape -

getProperties

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

Returns:
properties

setProperties

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

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