|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dawb.edna.mxv1.XSData
org.dawb.edna.mxv1.XSDataBeam
public class XSDataBeam
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 |
---|
public XSDataBeam()
Method Detail |
---|
public XSDataTime getExposureTime()
XSDataTime
public void setExposureTime(XSDataTime value)
value
- allowed object is
XSDataTime
public XSDataFlux getFlux()
XSDataFlux
public void setFlux(XSDataFlux value)
value
- allowed object is
XSDataFlux
public XSDataTime getMinExposureTimePerImage()
XSDataTime
public void setMinExposureTimePerImage(XSDataTime value)
value
- allowed object is
XSDataTime
public XSDataSize getSize()
XSDataSize
public void setSize(XSDataSize value)
value
- allowed object is
XSDataSize
public XSDataDouble getTransmission()
XSDataDouble
public void setTransmission(XSDataDouble value)
value
- allowed object is
XSDataDouble
public XSDataWavelength getWavelength()
XSDataWavelength
public void setWavelength(XSDataWavelength value)
value
- allowed object is
XSDataWavelength
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |