com.esri.arcgisws
Class MapServerIdentifyResult

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

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

See Also:
Serialized Form

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

Constructor Detail

MapServerIdentifyResult

public MapServerIdentifyResult()

MapServerIdentifyResult

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

getLayerID

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

Returns:
layerID

setLayerID

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

Parameters:
layerID -

getName

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

Returns:
name

setName

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

Parameters:
name -

getProperties

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

Returns:
properties

setProperties

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

Parameters:
properties -

getShape

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

Returns:
shape

setShape

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

Parameters:
shape -

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