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

Packages that use XSDataAngularSpeed
org.dawb.edna.mxv1   
 

Uses of XSDataAngularSpeed in org.dawb.edna.mxv1
 

Methods in org.dawb.edna.mxv1 that return XSDataAngularSpeed
 XSDataAngularSpeed ObjectFactory.createXSDataAngularSpeed()
          Create an instance of XSDataAngularSpeed
 XSDataAngularSpeed XSDataDiffractionPlan.getGoniostatMaxOscillationSpeed()
          Gets the value of the goniostatMaxOscillationSpeed property.
 XSDataAngularSpeed XSDataGoniostat.getMaxOscillationSpeed()
          Gets the value of the maxOscillationSpeed property.
 

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

Methods in org.dawb.edna.mxv1 with parameters of type XSDataAngularSpeed
 javax.xml.bind.JAXBElement<XSDataAngularSpeed> ObjectFactory.createXSDataAngularSpeed(XSDataAngularSpeed value)
          Create an instance of JAXBElement<XSDataAngularSpeed>}
 void XSDataDiffractionPlan.setGoniostatMaxOscillationSpeed(XSDataAngularSpeed value)
          Sets the value of the goniostatMaxOscillationSpeed property.
 void XSDataGoniostat.setMaxOscillationSpeed(XSDataAngularSpeed value)
          Sets the value of the maxOscillationSpeed property.