org.dawb.edna.mxv1
Class XSDataBeam

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataBeam

public class XSDataBeam
extends XSData

Java class for XSDataBeam complex type.

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

 <complexType name="XSDataBeam">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSData">
       <sequence>
         <element name="exposureTime" type="{http://www.edna-site.org}XSDataTime" minOccurs="0"/>
         <element name="flux" type="{http://www.edna-site.org}XSDataFlux" minOccurs="0"/>
         <element name="minExposureTimePerImage" type="{http://www.edna-site.org}XSDataTime" minOccurs="0"/>
         <element name="size" type="{http://www.edna-site.org}XSDataSize" minOccurs="0"/>
         <element name="transmission" type="{http://www.edna-site.org}XSDataDouble" minOccurs="0"/>
         <element name="wavelength" type="{http://www.edna-site.org}XSDataWavelength" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataBeam()
           
 
Method Summary
 XSDataTime getExposureTime()
          Gets the value of the exposureTime property.
 XSDataFlux getFlux()
          Gets the value of the flux property.
 XSDataTime getMinExposureTimePerImage()
          Gets the value of the minExposureTimePerImage property.
 XSDataSize getSize()
          Gets the value of the size property.
 XSDataDouble getTransmission()
          Gets the value of the transmission property.
 XSDataWavelength getWavelength()
          Gets the value of the wavelength property.
 void setExposureTime(XSDataTime value)
          Sets the value of the exposureTime property.
 void setFlux(XSDataFlux value)
          Sets the value of the flux property.
 void setMinExposureTimePerImage(XSDataTime value)
          Sets the value of the minExposureTimePerImage property.
 void setSize(XSDataSize value)
          Sets the value of the size property.
 void setTransmission(XSDataDouble value)
          Sets the value of the transmission property.
 void setWavelength(XSDataWavelength value)
          Sets the value of the wavelength property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataBeam

public XSDataBeam()
Method Detail

getExposureTime

public XSDataTime getExposureTime()
Gets the value of the exposureTime property.

Returns:
possible object is XSDataTime

setExposureTime

public void setExposureTime(XSDataTime value)
Sets the value of the exposureTime property.

Parameters:
value - allowed object is XSDataTime

getFlux

public XSDataFlux getFlux()
Gets the value of the flux property.

Returns:
possible object is XSDataFlux

setFlux

public void setFlux(XSDataFlux value)
Sets the value of the flux property.

Parameters:
value - allowed object is XSDataFlux

getMinExposureTimePerImage

public XSDataTime getMinExposureTimePerImage()
Gets the value of the minExposureTimePerImage property.

Returns:
possible object is XSDataTime

setMinExposureTimePerImage

public void setMinExposureTimePerImage(XSDataTime value)
Sets the value of the minExposureTimePerImage property.

Parameters:
value - allowed object is XSDataTime

getSize

public XSDataSize getSize()
Gets the value of the size property.

Returns:
possible object is XSDataSize

setSize

public void setSize(XSDataSize value)
Sets the value of the size property.

Parameters:
value - allowed object is XSDataSize

getTransmission

public XSDataDouble getTransmission()
Gets the value of the transmission property.

Returns:
possible object is XSDataDouble

setTransmission

public void setTransmission(XSDataDouble value)
Sets the value of the transmission property.

Parameters:
value - allowed object is XSDataDouble

getWavelength

public XSDataWavelength getWavelength()
Gets the value of the wavelength property.

Returns:
possible object is XSDataWavelength

setWavelength

public void setWavelength(XSDataWavelength value)
Sets the value of the wavelength property.

Parameters:
value - allowed object is XSDataWavelength