org.spase.parser110
Class Bin

java.lang.Object
  extended by org.spase.parser110.Bin

public class Bin
extends java.lang.Object

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

low

protected java.math.BigDecimal low

high

protected java.math.BigDecimal high
Constructor Detail

Bin

public Bin()
Method Detail

getLow

public java.math.BigDecimal getLow()
Gets the value of the low property.

Returns:
possible object is BigDecimal

setLow

public void setLow(java.math.BigDecimal value)
Sets the value of the low property.

Parameters:
value - allowed object is BigDecimal

getHigh

public java.math.BigDecimal getHigh()
Gets the value of the high property.

Returns:
possible object is BigDecimal

setHigh

public void setHigh(java.math.BigDecimal value)
Sets the value of the high property.

Parameters:
value - allowed object is BigDecimal