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

Packages that use XSDataImage
org.dawb.edna.mxv1   
 

Uses of XSDataImage in org.dawb.edna.mxv1
 

Methods in org.dawb.edna.mxv1 that return XSDataImage
 XSDataImage ObjectFactory.createXSDataImage()
          Create an instance of XSDataImage
 XSDataImage XSDataImageQualityIndicators.getImage()
          Gets the value of the image property.
 

Methods in org.dawb.edna.mxv1 that return types with arguments of type XSDataImage
 javax.xml.bind.JAXBElement<XSDataImage> ObjectFactory.createXSDataImage(XSDataImage value)
          Create an instance of JAXBElement<XSDataImage>}
 java.util.List<XSDataImage> XSDataIndexingResult.getImage()
          Gets the value of the image property.
 java.util.List<XSDataImage> XSDataSubWedge.getImage()
          Gets the value of the image property.
 java.util.List<XSDataImage> XSDataGeneratePredictionResult.getPredictionImage()
          Gets the value of the predictionImage property.
 

Methods in org.dawb.edna.mxv1 with parameters of type XSDataImage
 javax.xml.bind.JAXBElement<XSDataImage> ObjectFactory.createXSDataImage(XSDataImage value)
          Create an instance of JAXBElement<XSDataImage>}
 void XSDataImageQualityIndicators.setImage(XSDataImage value)
          Sets the value of the image property.