com.esri.arcgisws
Class ClassBreaksDef

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

public class ClassBreaksDef
extends DataClassificationDef
implements java.io.Serializable

Java class for ClassBreaksDef complex type.

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

 <complexType name="ClassBreaksDef">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.3}DataClassificationDef">
       <sequence>
         <element name="ClassificationField" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ClassificationMethod" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriClassifyMethod"/>
         <element name="BaseSymbol" type="{http://www.esri.com/schemas/ArcGIS/10.3}Symbol" minOccurs="0"/>
         <element name="ColorRamp" type="{http://www.esri.com/schemas/ArcGIS/10.3}ColorRamp" minOccurs="0"/>
         <element name="BreakCount" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="NormalizationField" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="StandardDeviationInterval" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="NormalizationType" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriNormalizationType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
ClassBreaksDef()
          ClassBreaksDef default constructor.
ClassBreaksDef(java.lang.String classificationField, EsriClassifyMethod classificationMethod, Symbol baseSymbol, ColorRamp colorRamp, java.lang.Long breakCount, java.lang.String normalizationField, java.lang.Double standardDeviationInterval, EsriNormalizationType normalizationType)
          Deprecated. 
 
Method Summary
 Symbol getBaseSymbol()
          Gets the value of the baseSymbol property.
 java.lang.Long getBreakCount()
          Gets the value of the breakCount property.
 java.lang.String getClassificationField()
          Gets the value of the classificationField property.
 EsriClassifyMethod getClassificationMethod()
          Gets the value of the classificationMethod property.
 ColorRamp getColorRamp()
          Gets the value of the colorRamp property.
 java.lang.String getNormalizationField()
          Gets the value of the normalizationField property.
 EsriNormalizationType getNormalizationType()
          Gets the value of the normalizationType property.
 java.lang.Double getStandardDeviationInterval()
          Gets the value of the standardDeviationInterval property.
 void setBaseSymbol(Symbol value)
          Sets the value of the baseSymbol property.
 void setBreakCount(java.lang.Long value)
          Sets the value of the breakCount property.
 void setClassificationField(java.lang.String value)
          Sets the value of the classificationField property.
 void setClassificationMethod(EsriClassifyMethod value)
          Sets the value of the classificationMethod property.
 void setColorRamp(ColorRamp value)
          Sets the value of the colorRamp property.
 void setNormalizationField(java.lang.String value)
          Sets the value of the normalizationField property.
 void setNormalizationType(EsriNormalizationType value)
          Sets the value of the normalizationType property.
 void setStandardDeviationInterval(java.lang.Double value)
          Sets the value of the standardDeviationInterval property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassBreaksDef

@Deprecated
public ClassBreaksDef(java.lang.String classificationField,
                                 EsriClassifyMethod classificationMethod,
                                 Symbol baseSymbol,
                                 ColorRamp colorRamp,
                                 java.lang.Long breakCount,
                                 java.lang.String normalizationField,
                                 java.lang.Double standardDeviationInterval,
                                 EsriNormalizationType normalizationType)
Deprecated. 

ClassBreaksDef constructor.


ClassBreaksDef

public ClassBreaksDef()
ClassBreaksDef default constructor.

Method Detail

getClassificationField

public java.lang.String getClassificationField()
Gets the value of the classificationField property.

Returns:
possible object is String

setClassificationField

public void setClassificationField(java.lang.String value)
Sets the value of the classificationField property.

Parameters:
value - allowed object is String

getClassificationMethod

public EsriClassifyMethod getClassificationMethod()
Gets the value of the classificationMethod property.

Returns:
possible object is EsriClassifyMethod

setClassificationMethod

public void setClassificationMethod(EsriClassifyMethod value)
Sets the value of the classificationMethod property.

Parameters:
value - allowed object is EsriClassifyMethod

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

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

getBreakCount

public java.lang.Long getBreakCount()
Gets the value of the breakCount property.

Returns:
possible object is Long

setBreakCount

public void setBreakCount(java.lang.Long value)
Sets the value of the breakCount property.

Parameters:
value - allowed object is Long

getNormalizationField

public java.lang.String getNormalizationField()
Gets the value of the normalizationField property.

Returns:
possible object is String

setNormalizationField

public void setNormalizationField(java.lang.String value)
Sets the value of the normalizationField property.

Parameters:
value - allowed object is String

getStandardDeviationInterval

public java.lang.Double getStandardDeviationInterval()
Gets the value of the standardDeviationInterval property.

Returns:
possible object is Double

setStandardDeviationInterval

public void setStandardDeviationInterval(java.lang.Double value)
Sets the value of the standardDeviationInterval property.

Parameters:
value - allowed object is Double

getNormalizationType

public EsriNormalizationType getNormalizationType()
Gets the value of the normalizationType property.

Returns:
possible object is EsriNormalizationType

setNormalizationType

public void setNormalizationType(EsriNormalizationType value)
Sets the value of the normalizationType property.

Parameters:
value - allowed object is EsriNormalizationType