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

Packages that use XSDataIndexingSolutionSelected
org.dawb.edna.mxv1   
 

Uses of XSDataIndexingSolutionSelected in org.dawb.edna.mxv1
 

Methods in org.dawb.edna.mxv1 that return XSDataIndexingSolutionSelected
 XSDataIndexingSolutionSelected ObjectFactory.createXSDataIndexingSolutionSelected()
          Create an instance of XSDataIndexingSolutionSelected
 XSDataIndexingSolutionSelected XSDataGeneratePredictionInput.getSelectedIndexingSolution()
          Gets the value of the selectedIndexingSolution property.
 XSDataIndexingSolutionSelected XSDataIndexingResult.getSelectedSolution()
          Gets the value of the selectedSolution property.
 

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

Methods in org.dawb.edna.mxv1 with parameters of type XSDataIndexingSolutionSelected
 javax.xml.bind.JAXBElement<XSDataIndexingSolutionSelected> ObjectFactory.createXSDataIndexingSolutionSelected(XSDataIndexingSolutionSelected value)
          Create an instance of JAXBElement<XSDataIndexingSolutionSelected>}
 void XSDataGeneratePredictionInput.setSelectedIndexingSolution(XSDataIndexingSolutionSelected value)
          Sets the value of the selectedIndexingSolution property.
 void XSDataIndexingResult.setSelectedSolution(XSDataIndexingSolutionSelected value)
          Sets the value of the selectedSolution property.