com.esri.arcgisws
Class MapServerInfo

java.lang.Object
  extended bycom.esri.arcgisws.MapServerInfo
All Implemented Interfaces:
java.io.Serializable

public class MapServerInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
MapServerInfo()
           
MapServerInfo(java.lang.String name, java.lang.String description, Envelope fullExtent, Envelope extent, SpatialReference spatialReference, MapLayerInfo[] mapLayerInfos, Color backgroundColor, MapServerBookmark[] bookmarks, MapDescription defaultMapDescription, java.lang.String units, EsriImageReturnType supportedImageReturnTypes, FillSymbol backgroundSymbol, java.lang.String copyrightText)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Color getBackgroundColor()
          Gets the backgroundColor value for this MapServerInfo.
 FillSymbol getBackgroundSymbol()
          Gets the backgroundSymbol value for this MapServerInfo.
 MapServerBookmark[] getBookmarks()
          Gets the bookmarks value for this MapServerInfo.
 java.lang.String getCopyrightText()
          Gets the copyrightText value for this MapServerInfo.
 MapDescription getDefaultMapDescription()
          Gets the defaultMapDescription value for this MapServerInfo.
 java.lang.String getDescription()
          Gets the description value for this MapServerInfo.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Envelope getExtent()
          Gets the extent value for this MapServerInfo.
 Envelope getFullExtent()
          Gets the fullExtent value for this MapServerInfo.
 MapLayerInfo[] getMapLayerInfos()
          Gets the mapLayerInfos value for this MapServerInfo.
 java.lang.String getName()
          Gets the name value for this MapServerInfo.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 SpatialReference getSpatialReference()
          Gets the spatialReference value for this MapServerInfo.
 EsriImageReturnType getSupportedImageReturnTypes()
          Gets the supportedImageReturnTypes value for this MapServerInfo.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUnits()
          Gets the units value for this MapServerInfo.
 int hashCode()
           
 void setBackgroundColor(Color backgroundColor)
          Sets the backgroundColor value for this MapServerInfo.
 void setBackgroundSymbol(FillSymbol backgroundSymbol)
          Sets the backgroundSymbol value for this MapServerInfo.
 void setBookmarks(MapServerBookmark[] bookmarks)
          Sets the bookmarks value for this MapServerInfo.
 void setCopyrightText(java.lang.String copyrightText)
          Sets the copyrightText value for this MapServerInfo.
 void setDefaultMapDescription(MapDescription defaultMapDescription)
          Sets the defaultMapDescription value for this MapServerInfo.
 void setDescription(java.lang.String description)
          Sets the description value for this MapServerInfo.
 void setExtent(Envelope extent)
          Sets the extent value for this MapServerInfo.
 void setFullExtent(Envelope fullExtent)
          Sets the fullExtent value for this MapServerInfo.
 void setMapLayerInfos(MapLayerInfo[] mapLayerInfos)
          Sets the mapLayerInfos value for this MapServerInfo.
 void setName(java.lang.String name)
          Sets the name value for this MapServerInfo.
 void setSpatialReference(SpatialReference spatialReference)
          Sets the spatialReference value for this MapServerInfo.
 void setSupportedImageReturnTypes(EsriImageReturnType supportedImageReturnTypes)
          Sets the supportedImageReturnTypes value for this MapServerInfo.
 void setUnits(java.lang.String units)
          Sets the units value for this MapServerInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapServerInfo

public MapServerInfo()

MapServerInfo

public MapServerInfo(java.lang.String name,
                     java.lang.String description,
                     Envelope fullExtent,
                     Envelope extent,
                     SpatialReference spatialReference,
                     MapLayerInfo[] mapLayerInfos,
                     Color backgroundColor,
                     MapServerBookmark[] bookmarks,
                     MapDescription defaultMapDescription,
                     java.lang.String units,
                     EsriImageReturnType supportedImageReturnTypes,
                     FillSymbol backgroundSymbol,
                     java.lang.String copyrightText)
Method Detail

getName

public java.lang.String getName()
Gets the name value for this MapServerInfo.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this MapServerInfo.

Parameters:
name -

getDescription

public java.lang.String getDescription()
Gets the description value for this MapServerInfo.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this MapServerInfo.

Parameters:
description -

getFullExtent

public Envelope getFullExtent()
Gets the fullExtent value for this MapServerInfo.

Returns:
fullExtent

setFullExtent

public void setFullExtent(Envelope fullExtent)
Sets the fullExtent value for this MapServerInfo.

Parameters:
fullExtent -

getExtent

public Envelope getExtent()
Gets the extent value for this MapServerInfo.

Returns:
extent

setExtent

public void setExtent(Envelope extent)
Sets the extent value for this MapServerInfo.

Parameters:
extent -

getSpatialReference

public SpatialReference getSpatialReference()
Gets the spatialReference value for this MapServerInfo.

Returns:
spatialReference

setSpatialReference

public void setSpatialReference(SpatialReference spatialReference)
Sets the spatialReference value for this MapServerInfo.

Parameters:
spatialReference -

getMapLayerInfos

public MapLayerInfo[] getMapLayerInfos()
Gets the mapLayerInfos value for this MapServerInfo.

Returns:
mapLayerInfos

setMapLayerInfos

public void setMapLayerInfos(MapLayerInfo[] mapLayerInfos)
Sets the mapLayerInfos value for this MapServerInfo.

Parameters:
mapLayerInfos -

getBackgroundColor

public Color getBackgroundColor()
Gets the backgroundColor value for this MapServerInfo.

Returns:
backgroundColor

setBackgroundColor

public void setBackgroundColor(Color backgroundColor)
Sets the backgroundColor value for this MapServerInfo.

Parameters:
backgroundColor -

getBookmarks

public MapServerBookmark[] getBookmarks()
Gets the bookmarks value for this MapServerInfo.

Returns:
bookmarks

setBookmarks

public void setBookmarks(MapServerBookmark[] bookmarks)
Sets the bookmarks value for this MapServerInfo.

Parameters:
bookmarks -

getDefaultMapDescription

public MapDescription getDefaultMapDescription()
Gets the defaultMapDescription value for this MapServerInfo.

Returns:
defaultMapDescription

setDefaultMapDescription

public void setDefaultMapDescription(MapDescription defaultMapDescription)
Sets the defaultMapDescription value for this MapServerInfo.

Parameters:
defaultMapDescription -

getUnits

public java.lang.String getUnits()
Gets the units value for this MapServerInfo.

Returns:
units

setUnits

public void setUnits(java.lang.String units)
Sets the units value for this MapServerInfo.

Parameters:
units -

getSupportedImageReturnTypes

public EsriImageReturnType getSupportedImageReturnTypes()
Gets the supportedImageReturnTypes value for this MapServerInfo.

Returns:
supportedImageReturnTypes

setSupportedImageReturnTypes

public void setSupportedImageReturnTypes(EsriImageReturnType supportedImageReturnTypes)
Sets the supportedImageReturnTypes value for this MapServerInfo.

Parameters:
supportedImageReturnTypes -

getBackgroundSymbol

public FillSymbol getBackgroundSymbol()
Gets the backgroundSymbol value for this MapServerInfo.

Returns:
backgroundSymbol

setBackgroundSymbol

public void setBackgroundSymbol(FillSymbol backgroundSymbol)
Sets the backgroundSymbol value for this MapServerInfo.

Parameters:
backgroundSymbol -

getCopyrightText

public java.lang.String getCopyrightText()
Gets the copyrightText value for this MapServerInfo.

Returns:
copyrightText

setCopyrightText

public void setCopyrightText(java.lang.String copyrightText)
Sets the copyrightText value for this MapServerInfo.

Parameters:
copyrightText -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer