|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.MapServerHyperlink
public class MapServerHyperlink
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>
| 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 |
|---|
@Deprecated
public MapServerHyperlink(Geometry location,
String url)
public MapServerHyperlink()
| Method Detail |
|---|
public Geometry getLocation()
Geometrypublic void setLocation(Geometry value)
value - allowed object is
Geometrypublic String getURL()
Stringpublic void setURL(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||