org.spase.parser120
Class Bin

java.lang.Object
  extended by org.spase.parser120.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  double high
           
protected  double low
           
 
Constructor Summary
Bin()
           
 
Method Summary
 double getHigh()
          Gets the value of the high property.
 double getLow()
          Gets the value of the low property.
 void setHigh(double value)
          Sets the value of the high property.
 void setLow(double 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 double low

high

protected double high
Constructor Detail

Bin

public Bin()
Method Detail

getLow

public double getLow()
Gets the value of the low property.


setLow

public void setLow(double value)
Sets the value of the low property.


getHigh

public double getHigh()
Gets the value of the high property.


setHigh

public void setHigh(double value)
Sets the value of the high property.