com.esri.arcgisws
Class MapServerBookmark

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

public class MapServerBookmark
extends MapArea
implements Serializable

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>
 

See Also:
Serialized Form

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

MapServerBookmark

@Deprecated
public MapServerBookmark(Envelope extent,
                                    String name)
Deprecated. 

MapServerBookmark constructor.


MapServerBookmark

public MapServerBookmark()
MapServerBookmark default constructor.

Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String