|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.MapArea
com.esri.arcgisws.MapServerBookmark
public class MapServerBookmark
Java class for MapServerBookmark complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MapServerBookmark">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}MapArea">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
MapServerBookmark()
MapServerBookmark default constructor. |
|
MapServerBookmark(Envelope extent,
String name)
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getName()
Gets the value of the name property. |
void |
setName(String value)
Sets the value of the name property. |
| Methods inherited from class com.esri.arcgisws.MapArea |
|---|
getExtent, setExtent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public MapServerBookmark(Envelope extent,
String name)
public MapServerBookmark()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||