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

Packages that use XSDataDetector
org.dawb.edna.mxv1   
 

Uses of XSDataDetector in org.dawb.edna.mxv1
 

Methods in org.dawb.edna.mxv1 that return XSDataDetector
 XSDataDetector ObjectFactory.createXSDataDetector()
          Create an instance of XSDataDetector
 XSDataDetector XSDataExperimentalCondition.getDetector()
          Gets the value of the detector property.
 

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

Methods in org.dawb.edna.mxv1 with parameters of type XSDataDetector
 javax.xml.bind.JAXBElement<XSDataDetector> ObjectFactory.createXSDataDetector(XSDataDetector value)
          Create an instance of JAXBElement<XSDataDetector>}
 void XSDataExperimentalCondition.setDetector(XSDataDetector value)
          Sets the value of the detector property.