com.esri.arcgisws
Class GlobeLegendInfo

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

public class GlobeLegendInfo
extends Object
implements Serializable

Java class for GlobeLegendInfo complex type.

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

 <complexType name="GlobeLegendInfo">
   <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}ArrayOfLegendGroup" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

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

Constructor Detail

GlobeLegendInfo

@Deprecated
public GlobeLegendInfo(int layerID,
                                  String name,
                                  LegendGroup[] legendGroups)
Deprecated. 

GlobeLegendInfo constructor.


GlobeLegendInfo

public GlobeLegendInfo()
GlobeLegendInfo 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()
Gets the value of the name property.

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String

getLegendGroups

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

Returns:
possible object is []

setLegendGroups

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

Parameters:
value - allowed object is []