org.spase.parser110
Class PolarAngleRange

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

public class PolarAngleRange
extends java.lang.Object

The range of possible polar angles for a group of energy observations. Defaults units are degrees.

Java class for PolarAngleRange complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PolarAngleRange">
   <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"/>
         <element ref="{http://www.spase-group.org/data/schema}Units" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}Bin" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Bin bin
           
protected  java.math.BigDecimal high
           
protected  java.math.BigDecimal low
           
protected  java.lang.String units
           
 
Constructor Summary
PolarAngleRange()
           
 
Method Summary
 Bin getBin()
          Gets the value of the bin property.
 java.math.BigDecimal getHigh()
          Gets the value of the high property.
 java.math.BigDecimal getLow()
          Gets the value of the low property.
 java.lang.String getUnits()
          Gets the value of the units property.
 void setBin(Bin value)
          Sets the value of the bin 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.
 void setUnits(java.lang.String value)
          Sets the value of the units 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

units

protected java.lang.String units

bin

protected Bin bin
Constructor Detail

PolarAngleRange

public PolarAngleRange()
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

getUnits

public java.lang.String getUnits()
Gets the value of the units property.

Returns:
possible object is String

setUnits

public void setUnits(java.lang.String value)
Sets the value of the units property.

Parameters:
value - allowed object is String

getBin

public Bin getBin()
Gets the value of the bin property.

Returns:
possible object is Bin

setBin

public void setBin(Bin value)
Sets the value of the bin property.

Parameters:
value - allowed object is Bin