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

Packages that use XSDataAngle
org.dawb.edna.mxv1   
 

Uses of XSDataAngle in org.dawb.edna.mxv1
 

Methods in org.dawb.edna.mxv1 that return XSDataAngle
 XSDataAngle ObjectFactory.createXSDataAngle()
          Create an instance of XSDataAngle
 XSDataAngle XSDataCell.getAngleAlpha()
          Gets the value of the angleAlpha property.
 XSDataAngle XSDataCell.getAngleBeta()
          Gets the value of the angleBeta property.
 XSDataAngle XSDataCell.getAngleGamma()
          Gets the value of the angleGamma property.
 XSDataAngle XSDataDiffractionPlan.getGoniostatMinOscillationWidth()
          Gets the value of the goniostatMinOscillationWidth property.
 XSDataAngle XSDataGoniostat.getMinOscillationWidth()
          Gets the value of the minOscillationWidth property.
 XSDataAngle XSDataGoniostat.getOscillationWidth()
          Gets the value of the oscillationWidth property.
 XSDataAngle XSDataGoniostat.getRotationAxisEnd()
          Gets the value of the rotationAxisEnd property.
 XSDataAngle XSDataGoniostat.getRotationAxisStart()
          Gets the value of the rotationAxisStart property.
 XSDataAngle XSDataStatisticsIndexing.getSpotDeviationAngular()
          Gets the value of the spotDeviationAngular property.
 XSDataAngle XSDataDetector.getTwoTheta()
          Gets the value of the twoTheta property.
 

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

Methods in org.dawb.edna.mxv1 with parameters of type XSDataAngle
 javax.xml.bind.JAXBElement<XSDataAngle> ObjectFactory.createXSDataAngle(XSDataAngle value)
          Create an instance of JAXBElement<XSDataAngle>}
 void XSDataCell.setAngleAlpha(XSDataAngle value)
          Sets the value of the angleAlpha property.
 void XSDataCell.setAngleBeta(XSDataAngle value)
          Sets the value of the angleBeta property.
 void XSDataCell.setAngleGamma(XSDataAngle value)
          Sets the value of the angleGamma property.
 void XSDataDiffractionPlan.setGoniostatMinOscillationWidth(XSDataAngle value)
          Sets the value of the goniostatMinOscillationWidth property.
 void XSDataGoniostat.setMinOscillationWidth(XSDataAngle value)
          Sets the value of the minOscillationWidth property.
 void XSDataGoniostat.setOscillationWidth(XSDataAngle value)
          Sets the value of the oscillationWidth property.
 void XSDataGoniostat.setRotationAxisEnd(XSDataAngle value)
          Sets the value of the rotationAxisEnd property.
 void XSDataGoniostat.setRotationAxisStart(XSDataAngle value)
          Sets the value of the rotationAxisStart property.
 void XSDataStatisticsIndexing.setSpotDeviationAngular(XSDataAngle value)
          Sets the value of the spotDeviationAngular property.
 void XSDataDetector.setTwoTheta(XSDataAngle value)
          Sets the value of the twoTheta property.