com.esri.arcgisws
Class LegendGroup

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

public class LegendGroup
extends Object
implements Serializable

Java class for LegendGroup complex type.

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

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

See Also:
Serialized Form

Constructor Summary
LegendGroup()
          LegendGroup default constructor.
LegendGroup(boolean visible, boolean editable, String heading, LegendClass[] legendClasses)
          Deprecated. 
 
Method Summary
 String getHeading()
          Gets the value of the heading property.
 LegendClass[] getLegendClasses()
          Gets the value of the legendClasses property.
 boolean isEditable()
          Gets the value of the editable property.
 boolean isVisible()
          Gets the value of the visible property.
 void setEditable(boolean value)
          Sets the value of the editable property.
 void setHeading(String value)
          Sets the value of the heading property.
 void setLegendClasses(LegendClass[] value)
          Sets the value of the legendClasses property.
 void setVisible(boolean value)
          Sets the value of the visible property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegendGroup

@Deprecated
public LegendGroup(boolean visible,
                              boolean editable,
                              String heading,
                              LegendClass[] legendClasses)
Deprecated. 

LegendGroup constructor.


LegendGroup

public LegendGroup()
LegendGroup default constructor.

Method Detail

isVisible

public boolean isVisible()
Gets the value of the visible property.


setVisible

public void setVisible(boolean value)
Sets the value of the visible property.


isEditable

public boolean isEditable()
Gets the value of the editable property.


setEditable

public void setEditable(boolean value)
Sets the value of the editable property.


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 LegendClass[] getLegendClasses()
Gets the value of the legendClasses property.

Returns:
possible object is []

setLegendClasses

public void setLegendClasses(LegendClass[] value)
Sets the value of the legendClasses property.

Parameters:
value - allowed object is []