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

Packages that use XSDataCollectionPlan
org.dawb.edna.mxv1   
 

Uses of XSDataCollectionPlan in org.dawb.edna.mxv1
 

Methods in org.dawb.edna.mxv1 that return XSDataCollectionPlan
 XSDataCollectionPlan ObjectFactory.createXSDataCollectionPlan()
          Create an instance of XSDataCollectionPlan
 

Methods in org.dawb.edna.mxv1 that return types with arguments of type XSDataCollectionPlan
 javax.xml.bind.JAXBElement<XSDataCollectionPlan> ObjectFactory.createXSDataCollectionPlan(XSDataCollectionPlan value)
          Create an instance of JAXBElement<XSDataCollectionPlan>}
 java.util.List<XSDataCollectionPlan> XSDataResultStrategy.getCollectionPlan()
          Gets the value of the collectionPlan property.
 java.util.List<XSDataCollectionPlan> XSDataStrategyResult.getCollectionPlan()
          Gets the value of the collectionPlan property.
 

Methods in org.dawb.edna.mxv1 with parameters of type XSDataCollectionPlan
 javax.xml.bind.JAXBElement<XSDataCollectionPlan> ObjectFactory.createXSDataCollectionPlan(XSDataCollectionPlan value)
          Create an instance of JAXBElement<XSDataCollectionPlan>}