org.spase.parser200
Class WavelengthRange

java.lang.Object
  extended by org.spase.parser200.WavelengthRange

public class WavelengthRange
extends java.lang.Object

The range of possible values for the observed wavelength.

Java class for WavelengthRange complex type.

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

 <complexType name="WavelengthRange">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.spase-group.org/data/schema}SpectralRange" minOccurs="0"/>
         <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"/>
         <element ref="{http://www.spase-group.org/data/schema}Bin" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<Bin> bin
           
protected  double high
           
protected  double low
           
protected  EnumSpectralRange spectralRange
           
protected  java.lang.String units
           
 
Constructor Summary
WavelengthRange()
           
 
Method Summary
 java.util.List<Bin> getBin()
          Gets the value of the bin property.
 double getHigh()
          Gets the value of the high property.
 double getLow()
          Gets the value of the low property.
 EnumSpectralRange getSpectralRange()
          Gets the value of the spectralRange property.
 java.lang.String getUnits()
          Gets the value of the units property.
 void setHigh(double value)
          Sets the value of the high property.
 void setLow(double value)
          Sets the value of the low property.
 void setSpectralRange(EnumSpectralRange value)
          Sets the value of the spectralRange 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

spectralRange

protected EnumSpectralRange spectralRange

low

protected double low

high

protected double high

units

protected java.lang.String units

bin

protected java.util.List<Bin> bin
Constructor Detail

WavelengthRange

public WavelengthRange()
Method Detail

getSpectralRange

public EnumSpectralRange getSpectralRange()
Gets the value of the spectralRange property.

Returns:
possible object is EnumSpectralRange

setSpectralRange

public void setSpectralRange(EnumSpectralRange value)
Sets the value of the spectralRange property.

Parameters:
value - allowed object is EnumSpectralRange

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.


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 java.util.List<Bin> getBin()
Gets the value of the bin property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the bin property.

For example, to add a new item, do as follows:

    getBin().add(newItem);
 

Objects of the following type(s) are allowed in the list Bin