com.esri.arcgisws
Class MapServerHyperlink

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

public class MapServerHyperlink
extends Object
implements Serializable

Java class for MapServerHyperlink complex type.

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

 <complexType name="MapServerHyperlink">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Location" type="{http://www.esri.com/schemas/ArcGIS/10.0}Geometry" minOccurs="0"/>
         <element name="URL" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
MapServerHyperlink()
          MapServerHyperlink default constructor.
MapServerHyperlink(Geometry location, String url)
          Deprecated. 
 
Method Summary
 Geometry getLocation()
          Gets the value of the location property.
 String getURL()
          Gets the value of the url property.
 void setLocation(Geometry value)
          Sets the value of the location property.
 void setURL(String value)
          Sets the value of the url property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapServerHyperlink

@Deprecated
public MapServerHyperlink(Geometry location,
                                     String url)
Deprecated. 

MapServerHyperlink constructor.


MapServerHyperlink

public MapServerHyperlink()
MapServerHyperlink default constructor.

Method Detail

getLocation

public Geometry getLocation()
Gets the value of the location property.

Returns:
possible object is Geometry

setLocation

public void setLocation(Geometry value)
Sets the value of the location property.

Parameters:
value - allowed object is Geometry

getURL

public String getURL()
Gets the value of the url property.

Returns:
possible object is String

setURL

public void setURL(String value)
Sets the value of the url property.

Parameters:
value - allowed object is String