com.esri.arcgisws
Class MapServerLegendClass

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

public class MapServerLegendClass
extends Object
implements Serializable

Java class for MapServerLegendClass complex type.

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

 <complexType name="MapServerLegendClass">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Label" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="SymbolImage" type="{http://www.esri.com/schemas/ArcGIS/10.0}ImageResult" minOccurs="0"/>
         <element name="TransparentColor" type="{http://www.esri.com/schemas/ArcGIS/10.0}Color" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
MapServerLegendClass()
          MapServerLegendClass default constructor.
MapServerLegendClass(String label, String description, ImageResult symbolImage, Color transparentColor)
          Deprecated. 
 
Method Summary
 String getDescription()
          Gets the value of the description property.
 String getLabel()
          Gets the value of the label property.
 ImageResult getSymbolImage()
          Gets the value of the symbolImage property.
 Color getTransparentColor()
          Gets the value of the transparentColor property.
 void setDescription(String value)
          Sets the value of the description property.
 void setLabel(String value)
          Sets the value of the label property.
 void setSymbolImage(ImageResult value)
          Sets the value of the symbolImage property.
 void setTransparentColor(Color value)
          Sets the value of the transparentColor property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapServerLegendClass

@Deprecated
public MapServerLegendClass(String label,
                                       String description,
                                       ImageResult symbolImage,
                                       Color transparentColor)
Deprecated. 

MapServerLegendClass constructor.


MapServerLegendClass

public MapServerLegendClass()
MapServerLegendClass default constructor.

Method Detail

getLabel

public String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

public void setLabel(String value)
Sets the value of the label 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

getSymbolImage

public ImageResult getSymbolImage()
Gets the value of the symbolImage property.

Returns:
possible object is ImageResult

setSymbolImage

public void setSymbolImage(ImageResult value)
Sets the value of the symbolImage property.

Parameters:
value - allowed object is ImageResult

getTransparentColor

public Color getTransparentColor()
Gets the value of the transparentColor property.

Returns:
possible object is Color

setTransparentColor

public void setTransparentColor(Color value)
Sets the value of the transparentColor property.

Parameters:
value - allowed object is Color