com.esri.arcgisws
Class UniqueValuesDef

java.lang.Object
  extended by com.esri.arcgisws.DataClassificationDef
      extended by com.esri.arcgisws.UniqueValuesDef
All Implemented Interfaces:
java.io.Serializable

public class UniqueValuesDef
extends DataClassificationDef
implements java.io.Serializable

Java class for UniqueValuesDef complex type.

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

 <complexType name="UniqueValuesDef">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.3}DataClassificationDef">
       <sequence>
         <element name="BaseSymbol" type="{http://www.esri.com/schemas/ArcGIS/10.3}Symbol" minOccurs="0"/>
         <element name="Fields" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfString" minOccurs="0"/>
         <element name="FieldDelimiter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ColorRamp" type="{http://www.esri.com/schemas/ArcGIS/10.3}ColorRamp" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
UniqueValuesDef()
          UniqueValuesDef default constructor.
UniqueValuesDef(Symbol baseSymbol, java.lang.String[] fields, java.lang.String fieldDelimiter, ColorRamp colorRamp)
          Deprecated. 
 
Method Summary
 Symbol getBaseSymbol()
          Gets the value of the baseSymbol property.
 ColorRamp getColorRamp()
          Gets the value of the colorRamp property.
 java.lang.String getFieldDelimiter()
          Gets the value of the fieldDelimiter property.
 java.lang.String[] getFields()
          Gets the value of the fields property.
 void setBaseSymbol(Symbol value)
          Sets the value of the baseSymbol property.
 void setColorRamp(ColorRamp value)
          Sets the value of the colorRamp property.
 void setFieldDelimiter(java.lang.String value)
          Sets the value of the fieldDelimiter property.
 void setFields(java.lang.String[] value)
          Sets the value of the fields property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UniqueValuesDef

@Deprecated
public UniqueValuesDef(Symbol baseSymbol,
                                  java.lang.String[] fields,
                                  java.lang.String fieldDelimiter,
                                  ColorRamp colorRamp)
Deprecated. 

UniqueValuesDef constructor.


UniqueValuesDef

public UniqueValuesDef()
UniqueValuesDef default constructor.

Method Detail

getBaseSymbol

public Symbol getBaseSymbol()
Gets the value of the baseSymbol property.

Returns:
possible object is Symbol

setBaseSymbol

public void setBaseSymbol(Symbol value)
Sets the value of the baseSymbol property.

Parameters:
value - allowed object is Symbol

getFields

public java.lang.String[] getFields()
Gets the value of the fields property.

Returns:
possible object is []

setFields

public void setFields(java.lang.String[] value)
Sets the value of the fields property.

Parameters:
value - allowed object is []

getFieldDelimiter

public java.lang.String getFieldDelimiter()
Gets the value of the fieldDelimiter property.

Returns:
possible object is String

setFieldDelimiter

public void setFieldDelimiter(java.lang.String value)
Sets the value of the fieldDelimiter property.

Parameters:
value - allowed object is String

getColorRamp

public ColorRamp getColorRamp()
Gets the value of the colorRamp property.

Returns:
possible object is ColorRamp

setColorRamp

public void setColorRamp(ColorRamp value)
Sets the value of the colorRamp property.

Parameters:
value - allowed object is ColorRamp