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

Packages that use XSDataStatisticsStrategy
org.dawb.edna.mxv1   
 

Uses of XSDataStatisticsStrategy in org.dawb.edna.mxv1
 

Methods in org.dawb.edna.mxv1 that return XSDataStatisticsStrategy
 XSDataStatisticsStrategy ObjectFactory.createXSDataStatisticsStrategy()
          Create an instance of XSDataStatisticsStrategy
 XSDataStatisticsStrategy XSDataCollectionPlan.getStatistics()
          Gets the value of the statistics property.
 

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

Methods in org.dawb.edna.mxv1 with parameters of type XSDataStatisticsStrategy
 javax.xml.bind.JAXBElement<XSDataStatisticsStrategy> ObjectFactory.createXSDataStatisticsStrategy(XSDataStatisticsStrategy value)
          Create an instance of JAXBElement<XSDataStatisticsStrategy>}
 void XSDataCollectionPlan.setStatistics(XSDataStatisticsStrategy value)
          Sets the value of the statistics property.