|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.spase.parser110.Bin
public class Bin
A grouping of observations according to a band or window of a common attribute.
Java class for Bin complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Bin">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.spase-group.org/data/schema}Low"/>
<element ref="{http://www.spase-group.org/data/schema}High"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.math.BigDecimal |
high
|
protected java.math.BigDecimal |
low
|
| Constructor Summary | |
|---|---|
Bin()
|
|
| Method Summary | |
|---|---|
java.math.BigDecimal |
getHigh()
Gets the value of the high property. |
java.math.BigDecimal |
getLow()
Gets the value of the low property. |
void |
setHigh(java.math.BigDecimal value)
Sets the value of the high property. |
void |
setLow(java.math.BigDecimal value)
Sets the value of the low property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.math.BigDecimal low
protected java.math.BigDecimal high
| Constructor Detail |
|---|
public Bin()
| Method Detail |
|---|
public java.math.BigDecimal getLow()
BigDecimalpublic void setLow(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getHigh()
BigDecimalpublic void setHigh(java.math.BigDecimal value)
value - allowed object is
BigDecimal
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||