com.esri.arcgisws
Class UniqueValueInfo

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

public class UniqueValueInfo
extends Object
implements Serializable

Java class for UniqueValueInfo complex type.

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

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

See Also:
Serialized Form

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

Constructor Detail

UniqueValueInfo

@Deprecated
public UniqueValueInfo(String value,
                                  String label,
                                  String description,
                                  Symbol symbol)
Deprecated. 

UniqueValueInfo constructor.


UniqueValueInfo

public UniqueValueInfo()
UniqueValueInfo default constructor.

Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

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

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