|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.GlobeLegendInfo
public class GlobeLegendInfo
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>
| 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 |
|---|
@Deprecated
public GlobeLegendInfo(int layerID,
String name,
LegendGroup[] legendGroups)
public GlobeLegendInfo()
| Method Detail |
|---|
public int getLayerID()
public void setLayerID(int value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic LegendGroup[] getLegendGroups()
[] public void setLegendGroups(LegendGroup[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||