com.esri.arcgisws
Class MapServerInfo

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

public class MapServerInfo
extends Object
implements Serializable

Java class for MapServerInfo complex type.

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

 <complexType name="MapServerInfo">
   <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="MapLayerInfos" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfMapLayerInfo" minOccurs="0"/>
         <element name="BackgroundColor" type="{http://www.esri.com/schemas/ArcGIS/10.0}Color" minOccurs="0"/>
         <element name="Bookmarks" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfMapServerBookmark" minOccurs="0"/>
         <element name="DefaultMapDescription" type="{http://www.esri.com/schemas/ArcGIS/10.0}MapDescription" minOccurs="0"/>
         <element name="Units" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriUnits"/>
         <element name="SupportedImageReturnTypes" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriImageReturnType"/>
         <element name="BackgroundSymbol" type="{http://www.esri.com/schemas/ArcGIS/10.0}FillSymbol" minOccurs="0"/>
         <element name="CopyrightText" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="StandaloneTableInfos" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfStandaloneTableInfo" minOccurs="0"/>
         <element name="StandaloneTableDescriptions" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfStandaloneTableDescription" minOccurs="0"/>
         <element name="FullTimeExtent" type="{http://www.esri.com/schemas/ArcGIS/10.0}TimeExtent" minOccurs="0"/>
         <element name="DefaultTimeStepInterval" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="DefaultTimeStepIntervalUnits" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriTimeUnits" minOccurs="0"/>
         <element name="DefaultTimeWindow" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
MapServerInfo()
          MapServerInfo default constructor.
MapServerInfo(String name, String description, Envelope fullExtent, Envelope extent, SpatialReference spatialReference, MapLayerInfo[] mapLayerInfos, Color backgroundColor, MapServerBookmark[] bookmarks, MapDescription defaultMapDescription, EsriUnits units, EsriImageReturnType supportedImageReturnTypes, FillSymbol backgroundSymbol, String copyrightText, StandaloneTableInfo[] standaloneTableInfos, StandaloneTableDescription[] standaloneTableDescriptions, TimeExtent fullTimeExtent, Double defaultTimeStepInterval, EsriTimeUnits defaultTimeStepIntervalUnits, Double defaultTimeWindow)
          Deprecated. 
 
Method Summary
 Color getBackgroundColor()
          Gets the value of the backgroundColor property.
 FillSymbol getBackgroundSymbol()
          Gets the value of the backgroundSymbol property.
 MapServerBookmark[] getBookmarks()
          Gets the value of the bookmarks property.
 String getCopyrightText()
          Gets the value of the copyrightText property.
 MapDescription getDefaultMapDescription()
          Gets the value of the defaultMapDescription property.
 Double getDefaultTimeStepInterval()
          Gets the value of the defaultTimeStepInterval property.
 EsriTimeUnits getDefaultTimeStepIntervalUnits()
          Gets the value of the defaultTimeStepIntervalUnits property.
 Double getDefaultTimeWindow()
          Gets the value of the defaultTimeWindow property.
 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.
 TimeExtent getFullTimeExtent()
          Gets the value of the fullTimeExtent property.
 MapLayerInfo[] getMapLayerInfos()
          Gets the value of the mapLayerInfos property.
 String getName()
          Gets the value of the name property.
 SpatialReference getSpatialReference()
          The spatial reference of the map (data frame).
 StandaloneTableDescription[] getStandaloneTableDescriptions()
          Gets the value of the standaloneTableDescriptions property.
 StandaloneTableInfo[] getStandaloneTableInfos()
          Gets the value of the standaloneTableInfos property.
 EsriImageReturnType getSupportedImageReturnTypes()
          Gets the value of the supportedImageReturnTypes property.
 EsriUnits getUnits()
          The units for the map (data frame).
 void setBackgroundColor(Color value)
          Sets the value of the backgroundColor property.
 void setBackgroundSymbol(FillSymbol value)
          Sets the value of the backgroundSymbol property.
 void setBookmarks(MapServerBookmark[] value)
          Sets the value of the bookmarks property.
 void setCopyrightText(String value)
          Sets the value of the copyrightText property.
 void setDefaultMapDescription(MapDescription value)
          Sets the value of the defaultMapDescription property.
 void setDefaultTimeStepInterval(Double value)
          Sets the value of the defaultTimeStepInterval property.
 void setDefaultTimeStepIntervalUnits(EsriTimeUnits value)
          Sets the value of the defaultTimeStepIntervalUnits property.
 void setDefaultTimeWindow(Double value)
          Sets the value of the defaultTimeWindow property.
 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 setFullTimeExtent(TimeExtent value)
          Sets the value of the fullTimeExtent property.
 void setMapLayerInfos(MapLayerInfo[] value)
          Sets the value of the mapLayerInfos 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 setStandaloneTableDescriptions(StandaloneTableDescription[] value)
          Sets the value of the standaloneTableDescriptions property.
 void setStandaloneTableInfos(StandaloneTableInfo[] value)
          Sets the value of the standaloneTableInfos property.
 void setSupportedImageReturnTypes(EsriImageReturnType value)
          Sets the value of the supportedImageReturnTypes property.
 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

MapServerInfo

@Deprecated
public MapServerInfo(String name,
                                String description,
                                Envelope fullExtent,
                                Envelope extent,
                                SpatialReference spatialReference,
                                MapLayerInfo[] mapLayerInfos,
                                Color backgroundColor,
                                MapServerBookmark[] bookmarks,
                                MapDescription defaultMapDescription,
                                EsriUnits units,
                                EsriImageReturnType supportedImageReturnTypes,
                                FillSymbol backgroundSymbol,
                                String copyrightText,
                                StandaloneTableInfo[] standaloneTableInfos,
                                StandaloneTableDescription[] standaloneTableDescriptions,
                                TimeExtent fullTimeExtent,
                                Double defaultTimeStepInterval,
                                EsriTimeUnits defaultTimeStepIntervalUnits,
                                Double defaultTimeWindow)
Deprecated. 

MapServerInfo constructor.


MapServerInfo

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

getMapLayerInfos

public MapLayerInfo[] getMapLayerInfos()
Gets the value of the mapLayerInfos property.

Returns:
possible object is []

setMapLayerInfos

public void setMapLayerInfos(MapLayerInfo[] value)
Sets the value of the mapLayerInfos property.

Parameters:
value - allowed object is []

getBackgroundColor

public Color getBackgroundColor()
Gets the value of the backgroundColor property.

Returns:
possible object is Color

setBackgroundColor

public void setBackgroundColor(Color value)
Sets the value of the backgroundColor property.

Parameters:
value - allowed object is Color

getBookmarks

public MapServerBookmark[] getBookmarks()
Gets the value of the bookmarks property.

Returns:
possible object is []

setBookmarks

public void setBookmarks(MapServerBookmark[] value)
Sets the value of the bookmarks property.

Parameters:
value - allowed object is []

getDefaultMapDescription

public MapDescription getDefaultMapDescription()
Gets the value of the defaultMapDescription property.

Returns:
possible object is MapDescription

setDefaultMapDescription

public void setDefaultMapDescription(MapDescription value)
Sets the value of the defaultMapDescription property.

Parameters:
value - allowed object is MapDescription

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

getSupportedImageReturnTypes

public EsriImageReturnType getSupportedImageReturnTypes()
Gets the value of the supportedImageReturnTypes property.

Returns:
possible object is EsriImageReturnType

setSupportedImageReturnTypes

public void setSupportedImageReturnTypes(EsriImageReturnType value)
Sets the value of the supportedImageReturnTypes property.

Parameters:
value - allowed object is EsriImageReturnType

getBackgroundSymbol

public FillSymbol getBackgroundSymbol()
Gets the value of the backgroundSymbol property.

Returns:
possible object is FillSymbol

setBackgroundSymbol

public void setBackgroundSymbol(FillSymbol value)
Sets the value of the backgroundSymbol property.

Parameters:
value - allowed object is FillSymbol

getCopyrightText

public String getCopyrightText()
Gets the value of the copyrightText property.

Returns:
possible object is String

setCopyrightText

public void setCopyrightText(String value)
Sets the value of the copyrightText property.

Parameters:
value - allowed object is String

getStandaloneTableInfos

public StandaloneTableInfo[] getStandaloneTableInfos()
Gets the value of the standaloneTableInfos property.

Returns:
possible object is []

setStandaloneTableInfos

public void setStandaloneTableInfos(StandaloneTableInfo[] value)
Sets the value of the standaloneTableInfos property.

Parameters:
value - allowed object is []

getStandaloneTableDescriptions

public StandaloneTableDescription[] getStandaloneTableDescriptions()
Gets the value of the standaloneTableDescriptions property.

Returns:
possible object is []

setStandaloneTableDescriptions

public void setStandaloneTableDescriptions(StandaloneTableDescription[] value)
Sets the value of the standaloneTableDescriptions property.

Parameters:
value - allowed object is []

getFullTimeExtent

public TimeExtent getFullTimeExtent()
Gets the value of the fullTimeExtent property.

Returns:
possible object is TimeExtent

setFullTimeExtent

public void setFullTimeExtent(TimeExtent value)
Sets the value of the fullTimeExtent property.

Parameters:
value - allowed object is TimeExtent

getDefaultTimeStepInterval

public Double getDefaultTimeStepInterval()
Gets the value of the defaultTimeStepInterval property.

Returns:
possible object is Double

setDefaultTimeStepInterval

public void setDefaultTimeStepInterval(Double value)
Sets the value of the defaultTimeStepInterval property.

Parameters:
value - allowed object is Double

getDefaultTimeStepIntervalUnits

public EsriTimeUnits getDefaultTimeStepIntervalUnits()
Gets the value of the defaultTimeStepIntervalUnits property.

Returns:
possible object is EsriTimeUnits

setDefaultTimeStepIntervalUnits

public void setDefaultTimeStepIntervalUnits(EsriTimeUnits value)
Sets the value of the defaultTimeStepIntervalUnits property.

Parameters:
value - allowed object is EsriTimeUnits

getDefaultTimeWindow

public Double getDefaultTimeWindow()
Gets the value of the defaultTimeWindow property.

Returns:
possible object is Double

setDefaultTimeWindow

public void setDefaultTimeWindow(Double value)
Sets the value of the defaultTimeWindow property.

Parameters:
value - allowed object is Double