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

Packages that use XSDataIndexingResult
org.dawb.edna.mxv1   
 

Uses of XSDataIndexingResult in org.dawb.edna.mxv1
 

Methods in org.dawb.edna.mxv1 that return XSDataIndexingResult
 XSDataIndexingResult ObjectFactory.createXSDataIndexingResult()
          Create an instance of XSDataIndexingResult
 XSDataIndexingResult XSDataResultCharacterisation.getIndexingResult()
          Gets the value of the indexingResult property.
 XSDataIndexingResult XSDataCharacterisation.getIndexingResult()
          Gets the value of the indexingResult property.
 

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

Methods in org.dawb.edna.mxv1 with parameters of type XSDataIndexingResult
 javax.xml.bind.JAXBElement<XSDataIndexingResult> ObjectFactory.createXSDataIndexingResult(XSDataIndexingResult value)
          Create an instance of JAXBElement<XSDataIndexingResult>}
 void XSDataResultCharacterisation.setIndexingResult(XSDataIndexingResult value)
          Sets the value of the indexingResult property.
 void XSDataCharacterisation.setIndexingResult(XSDataIndexingResult value)
          Sets the value of the indexingResult property.