com.esri.arcgisws
Class ClassBreakInfo

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

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

See Also:
Serialized Form

Constructor Summary
ClassBreakInfo()
           
ClassBreakInfo(double classMaximumValue, java.lang.String label, java.lang.String description, Symbol symbol)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 double getClassMaximumValue()
          Gets the classMaximumValue value for this ClassBreakInfo.
 java.lang.String getDescription()
          Gets the description value for this ClassBreakInfo.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getLabel()
          Gets the label value for this ClassBreakInfo.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 Symbol getSymbol()
          Gets the symbol value for this ClassBreakInfo.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setClassMaximumValue(double classMaximumValue)
          Sets the classMaximumValue value for this ClassBreakInfo.
 void setDescription(java.lang.String description)
          Sets the description value for this ClassBreakInfo.
 void setLabel(java.lang.String label)
          Sets the label value for this ClassBreakInfo.
 void setSymbol(Symbol symbol)
          Sets the symbol value for this ClassBreakInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassBreakInfo

public ClassBreakInfo()

ClassBreakInfo

public ClassBreakInfo(double classMaximumValue,
                      java.lang.String label,
                      java.lang.String description,
                      Symbol symbol)
Method Detail

getClassMaximumValue

public double getClassMaximumValue()
Gets the classMaximumValue value for this ClassBreakInfo.

Returns:
classMaximumValue

setClassMaximumValue

public void setClassMaximumValue(double classMaximumValue)
Sets the classMaximumValue value for this ClassBreakInfo.

Parameters:
classMaximumValue -

getLabel

public java.lang.String getLabel()
Gets the label value for this ClassBreakInfo.

Returns:
label

setLabel

public void setLabel(java.lang.String label)
Sets the label value for this ClassBreakInfo.

Parameters:
label -

getDescription

public java.lang.String getDescription()
Gets the description value for this ClassBreakInfo.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this ClassBreakInfo.

Parameters:
description -

getSymbol

public Symbol getSymbol()
Gets the symbol value for this ClassBreakInfo.

Returns:
symbol

setSymbol

public void setSymbol(Symbol symbol)
Sets the symbol value for this ClassBreakInfo.

Parameters:
symbol -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer