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

Packages that use XSDataBoolean
org.dawb.edna.mxv1   
 

Uses of XSDataBoolean in org.dawb.edna.mxv1
 

Methods in org.dawb.edna.mxv1 that return XSDataBoolean
 XSDataBoolean ObjectFactory.createXSDataBoolean()
          Create an instance of XSDataBoolean
 XSDataBoolean XSDataDiffractionPlan.getAnomalousData()
          Gets the value of the anomalousData property.
 XSDataBoolean XSDataDiffractionPlan.getEstimateRadiationDamage()
          Gets the value of the estimateRadiationDamage property.
 XSDataBoolean XSDataStatus.getIsSuccess()
          Gets the value of the isSuccess property.
 

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

Methods in org.dawb.edna.mxv1 with parameters of type XSDataBoolean
 javax.xml.bind.JAXBElement<XSDataBoolean> ObjectFactory.createXSDataBoolean(XSDataBoolean value)
          Create an instance of JAXBElement<XSDataBoolean>}
 void XSDataDiffractionPlan.setAnomalousData(XSDataBoolean value)
          Sets the value of the anomalousData property.
 void XSDataDiffractionPlan.setEstimateRadiationDamage(XSDataBoolean value)
          Sets the value of the estimateRadiationDamage property.
 void XSDataStatus.setIsSuccess(XSDataBoolean value)
          Sets the value of the isSuccess property.