Uses of Class
org.dawb.edna.mxv1.XSDataWavelength

Packages that use XSDataWavelength
org.dawb.edna.mxv1   
 

Uses of XSDataWavelength in org.dawb.edna.mxv1
 

Methods in org.dawb.edna.mxv1 that return XSDataWavelength
 XSDataWavelength ObjectFactory.createXSDataWavelength()
          Create an instance of XSDataWavelength
 XSDataWavelength XSDataBeam.getWavelength()
          Gets the value of the wavelength property.
 

Methods in org.dawb.edna.mxv1 that return types with arguments of type XSDataWavelength
 javax.xml.bind.JAXBElement<XSDataWavelength> ObjectFactory.createXSDataWavelength(XSDataWavelength value)
          Create an instance of JAXBElement<XSDataWavelength>}
 

Methods in org.dawb.edna.mxv1 with parameters of type XSDataWavelength
 javax.xml.bind.JAXBElement<XSDataWavelength> ObjectFactory.createXSDataWavelength(XSDataWavelength value)
          Create an instance of JAXBElement<XSDataWavelength>}
 void XSDataBeam.setWavelength(XSDataWavelength value)
          Sets the value of the wavelength property.