com.esri.arcgisws
Class MapServerLegendInfo

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

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

See Also:
Serialized Form

Constructor Summary
MapServerLegendInfo()
           
MapServerLegendInfo(int layerID, java.lang.String name, MapServerLegendGroup[] legendGroups)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getLayerID()
          Gets the layerID value for this MapServerLegendInfo.
 MapServerLegendGroup[] getLegendGroups()
          Gets the legendGroups value for this MapServerLegendInfo.
 java.lang.String getName()
          Gets the name value for this MapServerLegendInfo.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setLayerID(int layerID)
          Sets the layerID value for this MapServerLegendInfo.
 void setLegendGroups(MapServerLegendGroup[] legendGroups)
          Sets the legendGroups value for this MapServerLegendInfo.
 void setName(java.lang.String name)
          Sets the name value for this MapServerLegendInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapServerLegendInfo

public MapServerLegendInfo()

MapServerLegendInfo

public MapServerLegendInfo(int layerID,
                           java.lang.String name,
                           MapServerLegendGroup[] legendGroups)
Method Detail

getLayerID

public int getLayerID()
Gets the layerID value for this MapServerLegendInfo.

Returns:
layerID

setLayerID

public void setLayerID(int layerID)
Sets the layerID value for this MapServerLegendInfo.

Parameters:
layerID -

getName

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

Returns:
name

setName

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

Parameters:
name -

getLegendGroups

public MapServerLegendGroup[] getLegendGroups()
Gets the legendGroups value for this MapServerLegendInfo.

Returns:
legendGroups

setLegendGroups

public void setLegendGroups(MapServerLegendGroup[] legendGroups)
Sets the legendGroups value for this MapServerLegendInfo.

Parameters:
legendGroups -

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