com.esri.arcgisws
Class LegendClass

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

public class LegendClass
extends Object
implements Serializable

Java class for LegendClass complex type.

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

 <complexType name="LegendClass">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Symbol" type="{http://www.esri.com/schemas/ArcGIS/10.0}Symbol" minOccurs="0"/>
         <element name="Label" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="LegendClassFormat" type="{http://www.esri.com/schemas/ArcGIS/10.0}LegendClassFormat" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
LegendClass()
          LegendClass default constructor.
LegendClass(Symbol symbol, String label, String description, LegendClassFormat legendClassFormat)
          Deprecated. 
 
Method Summary
 String getDescription()
          Gets the value of the description property.
 String getLabel()
          Gets the value of the label property.
 LegendClassFormat getLegendClassFormat()
          Gets the value of the legendClassFormat property.
 Symbol getSymbol()
          Gets the value of the symbol property.
 void setDescription(String value)
          Sets the value of the description property.
 void setLabel(String value)
          Sets the value of the label property.
 void setLegendClassFormat(LegendClassFormat value)
          Sets the value of the legendClassFormat property.
 void setSymbol(Symbol value)
          Sets the value of the symbol property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegendClass

@Deprecated
public LegendClass(Symbol symbol,
                              String label,
                              String description,
                              LegendClassFormat legendClassFormat)
Deprecated. 

LegendClass constructor.


LegendClass

public LegendClass()
LegendClass default constructor.

Method Detail

getSymbol

public Symbol getSymbol()
Gets the value of the symbol property.

Returns:
possible object is Symbol

setSymbol

public void setSymbol(Symbol value)
Sets the value of the symbol property.

Parameters:
value - allowed object is Symbol

getLabel

public String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

public void setLabel(String value)
Sets the value of the label property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getLegendClassFormat

public LegendClassFormat getLegendClassFormat()
Gets the value of the legendClassFormat property.

Returns:
possible object is LegendClassFormat

setLegendClassFormat

public void setLegendClassFormat(LegendClassFormat value)
Sets the value of the legendClassFormat property.

Parameters:
value - allowed object is LegendClassFormat