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

Packages that use XSDataCollection
org.dawb.edna.mxv1   
 

Uses of XSDataCollection in org.dawb.edna.mxv1
 

Methods in org.dawb.edna.mxv1 that return XSDataCollection
 XSDataCollection ObjectFactory.createXSDataCollection()
          Create an instance of XSDataCollection
 XSDataCollection XSDataCollectionPlan.getCollectionStrategy()
          Gets the value of the collectionStrategy property.
 XSDataCollection XSDataInputCharacterisation.getDataCollection()
          Gets the value of the dataCollection property.
 XSDataCollection XSDataResultCharacterisation.getDataCollection()
          Gets the value of the dataCollection property.
 XSDataCollection XSDataCharacterisation.getDataCollection()
          Gets the value of the dataCollection property.
 XSDataCollection XSDataIndexingInput.getDataCollection()
          Gets the value of the dataCollection property.
 XSDataCollection XSDataGeneratePredictionInput.getDataCollection()
          Gets the value of the dataCollection property.
 

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

Methods in org.dawb.edna.mxv1 with parameters of type XSDataCollection
 javax.xml.bind.JAXBElement<XSDataCollection> ObjectFactory.createXSDataCollection(XSDataCollection value)
          Create an instance of JAXBElement<XSDataCollection>}
 void XSDataCollectionPlan.setCollectionStrategy(XSDataCollection value)
          Sets the value of the collectionStrategy property.
 void XSDataInputCharacterisation.setDataCollection(XSDataCollection value)
          Sets the value of the dataCollection property.
 void XSDataResultCharacterisation.setDataCollection(XSDataCollection value)
          Sets the value of the dataCollection property.
 void XSDataCharacterisation.setDataCollection(XSDataCollection value)
          Sets the value of the dataCollection property.
 void XSDataIndexingInput.setDataCollection(XSDataCollection value)
          Sets the value of the dataCollection property.
 void XSDataGeneratePredictionInput.setDataCollection(XSDataCollection value)
          Sets the value of the dataCollection property.