|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.LegendGroup
public class LegendGroup
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>
| 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 |
|---|
@Deprecated
public LegendGroup(boolean visible,
boolean editable,
String heading,
LegendClass[] legendClasses)
public LegendGroup()
| Method Detail |
|---|
public boolean isVisible()
public void setVisible(boolean value)
public boolean isEditable()
public void setEditable(boolean value)
public String getHeading()
Stringpublic void setHeading(String value)
value - allowed object is
Stringpublic LegendClass[] getLegendClasses()
[] public void setLegendClasses(LegendClass[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||