com.esri.arcgisws
Class MapServerLegendInfo

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

public class MapServerLegendInfo
extends Object
implements Serializable

Java class for MapServerLegendInfo complex type.

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

 <complexType name="MapServerLegendInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="LayerID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="LegendGroups" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfMapServerLegendGroup" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
MapServerLegendInfo()
          MapServerLegendInfo default constructor.
MapServerLegendInfo(int layerID, String name, MapServerLegendGroup[] legendGroups)
          Deprecated. 
 
Method Summary
 int getLayerID()
          Gets the value of the layerID property.
 MapServerLegendGroup[] getLegendGroups()
          Gets the value of the legendGroups property.
 String getName()
          The layer name.
 void setLayerID(int value)
          Sets the value of the layerID property.
 void setLegendGroups(MapServerLegendGroup[] value)
          Sets the value of the legendGroups property.
 void setName(String value)
          The layer name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapServerLegendInfo

@Deprecated
public MapServerLegendInfo(int layerID,
                                      String name,
                                      MapServerLegendGroup[] legendGroups)
Deprecated. 

MapServerLegendInfo constructor.


MapServerLegendInfo

public MapServerLegendInfo()
MapServerLegendInfo default constructor.

Method Detail

getLayerID

public int getLayerID()
Gets the value of the layerID property.


setLayerID

public void setLayerID(int value)
Sets the value of the layerID property.


getName

public String getName()
The layer name. Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
The layer name. Sets the value of the name property.

Parameters:
value - allowed object is String

getLegendGroups

public MapServerLegendGroup[] getLegendGroups()
Gets the value of the legendGroups property.

Returns:
possible object is []

setLegendGroups

public void setLegendGroups(MapServerLegendGroup[] value)
Sets the value of the legendGroups property.

Parameters:
value - allowed object is []