|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.MapServerLegendInfo
public class MapServerLegendInfo
Java class for MapServerLegendInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MapServerLegendInfo">
<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}ArrayOfMapServerLegendGroup" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
MapServerLegendInfo()
MapServerLegendInfo default constructor. |
|
MapServerLegendInfo(int layerID,
String name,
MapServerLegendGroup[] legendGroups)
Deprecated. |
|
| Method Summary | |
|---|---|
int |
getLayerID()
Gets the value of the layerID property. |
MapServerLegendGroup[] |
getLegendGroups()
Gets the value of the legendGroups property. |
String |
getName()
The layer name. |
void |
setLayerID(int value)
Sets the value of the layerID property. |
void |
setLegendGroups(MapServerLegendGroup[] value)
Sets the value of the legendGroups property. |
void |
setName(String value)
The layer name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public MapServerLegendInfo(int layerID,
String name,
MapServerLegendGroup[] legendGroups)
public MapServerLegendInfo()
| Method Detail |
|---|
public int getLayerID()
public void setLayerID(int value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic MapServerLegendGroup[] getLegendGroups()
[] public void setLegendGroups(MapServerLegendGroup[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||