|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.MapServerLegendGroup
public class MapServerLegendGroup
Java class for MapServerLegendGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MapServerLegendGroup">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Heading" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="LegendClasses" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfMapServerLegendClass" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
MapServerLegendGroup()
MapServerLegendGroup default constructor. |
|
MapServerLegendGroup(String heading,
MapServerLegendClass[] legendClasses)
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getHeading()
Gets the value of the heading property. |
MapServerLegendClass[] |
getLegendClasses()
A collection of legend class objects. |
void |
setHeading(String value)
Sets the value of the heading property. |
void |
setLegendClasses(MapServerLegendClass[] value)
A collection of legend class objects. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public MapServerLegendGroup(String heading,
MapServerLegendClass[] legendClasses)
public MapServerLegendGroup()
| Method Detail |
|---|
public String getHeading()
Stringpublic void setHeading(String value)
value - allowed object is
Stringpublic MapServerLegendClass[] getLegendClasses()
[] public void setLegendClasses(MapServerLegendClass[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||