com.esri.arcgisws
Class ClassBreakInfo

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

public class ClassBreakInfo
extends java.lang.Object
implements java.io.Serializable

Java class for ClassBreakInfo complex type.

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

 <complexType name="ClassBreakInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ClassMaximumValue" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <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.3}Symbol"/>
         <element name="ClassMinimumValue" type="{http://www.w3.org/2001/XMLSchema}double"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
ClassBreakInfo()
          ClassBreakInfo default constructor.
ClassBreakInfo(double classMaximumValue, java.lang.String label, java.lang.String description, Symbol symbol, double classMinimumValue)
          Deprecated. 
 
Method Summary
 double getClassMaximumValue()
          Gets the value of the classMaximumValue property.
 double getClassMinimumValue()
          Gets the value of the classMinimumValue property.
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getLabel()
          Gets the value of the label property.
 Symbol getSymbol()
          Gets the value of the symbol property.
 void setClassMaximumValue(double value)
          Sets the value of the classMaximumValue property.
 void setClassMinimumValue(double value)
          Sets the value of the classMinimumValue property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setLabel(java.lang.String value)
          Sets the value of the label 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

ClassBreakInfo

@Deprecated
public ClassBreakInfo(double classMaximumValue,
                                 java.lang.String label,
                                 java.lang.String description,
                                 Symbol symbol,
                                 double classMinimumValue)
Deprecated. 

ClassBreakInfo constructor.


ClassBreakInfo

public ClassBreakInfo()
ClassBreakInfo default constructor.

Method Detail

getClassMaximumValue

public double getClassMaximumValue()
Gets the value of the classMaximumValue property.


setClassMaximumValue

public void setClassMaximumValue(double value)
Sets the value of the classMaximumValue property.


getLabel

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

Returns:
possible object is String

setLabel

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

Parameters:
value - allowed object is String

getDescription

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

Returns:
possible object is String

setDescription

public void setDescription(java.lang.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

getClassMinimumValue

public double getClassMinimumValue()
Gets the value of the classMinimumValue property.


setClassMinimumValue

public void setClassMinimumValue(double value)
Sets the value of the classMinimumValue property.