|
||||||||||
| 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()
XSDataTimepublic void setExposureTime(XSDataTime value)
value - allowed object is
XSDataTimepublic XSDataFlux getFlux()
XSDataFluxpublic void setFlux(XSDataFlux value)
value - allowed object is
XSDataFluxpublic XSDataTime getMinExposureTimePerImage()
XSDataTimepublic void setMinExposureTimePerImage(XSDataTime value)
value - allowed object is
XSDataTimepublic XSDataSize getSize()
XSDataSizepublic void setSize(XSDataSize value)
value - allowed object is
XSDataSizepublic XSDataDouble getTransmission()
XSDataDoublepublic void setTransmission(XSDataDouble value)
value - allowed object is
XSDataDoublepublic XSDataWavelength getWavelength()
XSDataWavelengthpublic 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 | |||||||||