com.esri.arcgisws
Class MapServerLegendGroup

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

public class MapServerLegendGroup
extends Object
implements Serializable

Java class for MapServerLegendGroup complex type.

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

 <complexType name="MapServerLegendGroup">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Heading" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="LegendClasses" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfMapServerLegendClass" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
MapServerLegendGroup()
          MapServerLegendGroup default constructor.
MapServerLegendGroup(String heading, MapServerLegendClass[] legendClasses)
          Deprecated. 
 
Method Summary
 String getHeading()
          Gets the value of the heading property.
 MapServerLegendClass[] getLegendClasses()
          A collection of legend class objects.
 void setHeading(String value)
          Sets the value of the heading property.
 void setLegendClasses(MapServerLegendClass[] value)
          A collection of legend class objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapServerLegendGroup

@Deprecated
public MapServerLegendGroup(String heading,
                                       MapServerLegendClass[] legendClasses)
Deprecated. 

MapServerLegendGroup constructor.


MapServerLegendGroup

public MapServerLegendGroup()
MapServerLegendGroup default constructor.

Method Detail

getHeading

public String getHeading()
Gets the value of the heading property.

Returns:
possible object is String

setHeading

public void setHeading(String value)
Sets the value of the heading property.

Parameters:
value - allowed object is String

getLegendClasses

public MapServerLegendClass[] getLegendClasses()
A collection of legend class objects. Gets the value of the legendClasses property.

Returns:
possible object is []

setLegendClasses

public void setLegendClasses(MapServerLegendClass[] value)
A collection of legend class objects. Sets the value of the legendClasses property.

Parameters:
value - allowed object is []