|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.ClassBreakInfo
public class ClassBreakInfo
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.0}Symbol"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ClassBreakInfo()
ClassBreakInfo default constructor. |
|
ClassBreakInfo(double classMaximumValue,
String label,
String description,
Symbol symbol)
Deprecated. |
|
| Method Summary | |
|---|---|
double |
getClassMaximumValue()
Gets the value of the classMaximumValue property. |
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. |
void |
setClassMaximumValue(double value)
Sets the value of the classMaximumValue 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public ClassBreakInfo(double classMaximumValue,
String label,
String description,
Symbol symbol)
public ClassBreakInfo()
| Method Detail |
|---|
public double getClassMaximumValue()
public void setClassMaximumValue(double value)
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Symbol getSymbol()
Symbolpublic void setSymbol(Symbol value)
value - allowed object is
Symbol
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||