com.esri.arcgisws
Class MapServerHyperlink

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

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

See Also:
Serialized Form

Constructor Summary
MapServerHyperlink()
           
MapServerHyperlink(Geometry location, java.lang.String URL)
           
 
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
 Geometry getLocation()
          Gets the location value for this MapServerHyperlink.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getURL()
          Gets the URL value for this MapServerHyperlink.
 int hashCode()
           
 void setLocation(Geometry location)
          Sets the location value for this MapServerHyperlink.
 void setURL(java.lang.String URL)
          Sets the URL value for this MapServerHyperlink.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapServerHyperlink

public MapServerHyperlink()

MapServerHyperlink

public MapServerHyperlink(Geometry location,
                          java.lang.String URL)
Method Detail

getLocation

public Geometry getLocation()
Gets the location value for this MapServerHyperlink.

Returns:
location

setLocation

public void setLocation(Geometry location)
Sets the location value for this MapServerHyperlink.

Parameters:
location -

getURL

public java.lang.String getURL()
Gets the URL value for this MapServerHyperlink.

Returns:
URL

setURL

public void setURL(java.lang.String URL)
Sets the URL value for this MapServerHyperlink.

Parameters:
URL -

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