com.esri.arcgisws
Class MobileMapInfo

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

public class MobileMapInfo
extends Object
implements Serializable

Java class for MobileMapInfo complex type.

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

 <complexType name="MobileMapInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="FullExtent" type="{http://www.esri.com/schemas/ArcGIS/10.0}Envelope" minOccurs="0"/>
         <element name="Extent" type="{http://www.esri.com/schemas/ArcGIS/10.0}Envelope" minOccurs="0"/>
         <element name="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference" minOccurs="0"/>
         <element name="Units" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriUnits"/>
         <element name="MobileLayerInfos" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfMobileLayerInfo" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
MobileMapInfo()
          MobileMapInfo default constructor.
MobileMapInfo(String name, String description, Envelope fullExtent, Envelope extent, SpatialReference spatialReference, EsriUnits units, MobileLayerInfo[] mobileLayerInfos)
          Deprecated. 
 
Method Summary
 String getDescription()
          Gets the value of the description property.
 Envelope getExtent()
          Gets the value of the extent property.
 Envelope getFullExtent()
          Gets the value of the fullExtent property.
 MobileLayerInfo[] getMobileLayerInfos()
          Gets the value of the mobileLayerInfos property.
 String getName()
          Gets the value of the name property.
 SpatialReference getSpatialReference()
          The spatial reference of the map (data frame).
 EsriUnits getUnits()
          The units for the map (data frame).
 void setDescription(String value)
          Sets the value of the description property.
 void setExtent(Envelope value)
          Sets the value of the extent property.
 void setFullExtent(Envelope value)
          Sets the value of the fullExtent property.
 void setMobileLayerInfos(MobileLayerInfo[] value)
          Sets the value of the mobileLayerInfos property.
 void setName(String value)
          Sets the value of the name property.
 void setSpatialReference(SpatialReference value)
          The spatial reference of the map (data frame).
 void setUnits(EsriUnits value)
          The units for the map (data frame).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MobileMapInfo

@Deprecated
public MobileMapInfo(String name,
                                String description,
                                Envelope fullExtent,
                                Envelope extent,
                                SpatialReference spatialReference,
                                EsriUnits units,
                                MobileLayerInfo[] mobileLayerInfos)
Deprecated. 

MobileMapInfo constructor.


MobileMapInfo

public MobileMapInfo()
MobileMapInfo 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

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getFullExtent

public Envelope getFullExtent()
Gets the value of the fullExtent property.

Returns:
possible object is Envelope

setFullExtent

public void setFullExtent(Envelope value)
Sets the value of the fullExtent property.

Parameters:
value - allowed object is Envelope

getExtent

public Envelope getExtent()
Gets the value of the extent property.

Returns:
possible object is Envelope

setExtent

public void setExtent(Envelope value)
Sets the value of the extent property.

Parameters:
value - allowed object is Envelope

getSpatialReference

public SpatialReference getSpatialReference()
The spatial reference of the map (data frame). Gets the value of the spatialReference property.

Returns:
possible object is SpatialReference

setSpatialReference

public void setSpatialReference(SpatialReference value)
The spatial reference of the map (data frame). Sets the value of the spatialReference property.

Parameters:
value - allowed object is SpatialReference

getUnits

public EsriUnits getUnits()
The units for the map (data frame). Gets the value of the units property.

Returns:
possible object is EsriUnits

setUnits

public void setUnits(EsriUnits value)
The units for the map (data frame). Sets the value of the units property.

Parameters:
value - allowed object is EsriUnits

getMobileLayerInfos

public MobileLayerInfo[] getMobileLayerInfos()
Gets the value of the mobileLayerInfos property.

Returns:
possible object is []

setMobileLayerInfos

public void setMobileLayerInfos(MobileLayerInfo[] value)
Sets the value of the mobileLayerInfos property.

Parameters:
value - allowed object is []