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

Packages that use XSDataLength
org.dawb.edna.mxv1   
 

Uses of XSDataLength in org.dawb.edna.mxv1
 

Methods in org.dawb.edna.mxv1 that return XSDataLength
 XSDataLength ObjectFactory.createXSDataLength()
          Create an instance of XSDataLength
 XSDataLength XSDataStatisticsIndexing.getBeamPositionShiftX()
          Gets the value of the beamPositionShiftX property.
 XSDataLength XSDataStatisticsIndexing.getBeamPositionShiftY()
          Gets the value of the beamPositionShiftY property.
 XSDataLength XSDataDetector.getBeamPositionX()
          Gets the value of the beamPositionX property.
 XSDataLength XSDataDetector.getBeamPositionY()
          Gets the value of the beamPositionY property.
 XSDataLength XSDataDetector.getDistance()
          Gets the value of the distance property.
 XSDataLength XSDataCell.getLengthA()
          Gets the value of the lengthA property.
 XSDataLength XSDataCell.getLengthB()
          Gets the value of the lengthB property.
 XSDataLength XSDataCell.getLengthC()
          Gets the value of the lengthC property.
 XSDataLength XSDataStatisticsIntegration.getRMSSpotDeviation()
          Gets the value of the rmsSpotDeviation property.
 XSDataLength XSDataStatisticsIndexing.getSpotDeviationPositional()
          Gets the value of the spotDeviationPositional property.
 XSDataLength XSDataSize.getX()
          Gets the value of the x property.
 XSDataLength XSDataSize.getY()
          Gets the value of the y property.
 XSDataLength XSDataSize.getZ()
          Gets the value of the z property.
 

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

Methods in org.dawb.edna.mxv1 with parameters of type XSDataLength
 javax.xml.bind.JAXBElement<XSDataLength> ObjectFactory.createXSDataLength(XSDataLength value)
          Create an instance of JAXBElement<XSDataLength>}
 void XSDataStatisticsIndexing.setBeamPositionShiftX(XSDataLength value)
          Sets the value of the beamPositionShiftX property.
 void XSDataStatisticsIndexing.setBeamPositionShiftY(XSDataLength value)
          Sets the value of the beamPositionShiftY property.
 void XSDataDetector.setBeamPositionX(XSDataLength value)
          Sets the value of the beamPositionX property.
 void XSDataDetector.setBeamPositionY(XSDataLength value)
          Sets the value of the beamPositionY property.
 void XSDataDetector.setDistance(XSDataLength value)
          Sets the value of the distance property.
 void XSDataCell.setLengthA(XSDataLength value)
          Sets the value of the lengthA property.
 void XSDataCell.setLengthB(XSDataLength value)
          Sets the value of the lengthB property.
 void XSDataCell.setLengthC(XSDataLength value)
          Sets the value of the lengthC property.
 void XSDataStatisticsIntegration.setRMSSpotDeviation(XSDataLength value)
          Sets the value of the rmsSpotDeviation property.
 void XSDataStatisticsIndexing.setSpotDeviationPositional(XSDataLength value)
          Sets the value of the spotDeviationPositional property.
 void XSDataSize.setX(XSDataLength value)
          Sets the value of the x property.
 void XSDataSize.setY(XSDataLength value)
          Sets the value of the y property.
 void XSDataSize.setZ(XSDataLength value)
          Sets the value of the z property.