Uses of Class
org.dawb.edna.thumbnail.XSDataFile

Packages that use XSDataFile
org.dawb.edna.thumbnail   
 

Uses of XSDataFile in org.dawb.edna.thumbnail
 

Subclasses of XSDataFile in org.dawb.edna.thumbnail
 class XSDataImage
          Java class for XSDataImage complex type.
 

Methods in org.dawb.edna.thumbnail that return XSDataFile
 XSDataFile ObjectFactory.createXSDataFile()
          Create an instance of XSDataFile
 XSDataFile XSDataExecutionInfo.getBaseDirectory()
          Gets the value of the baseDirectory property.
 XSDataFile XSDataInputExecThumbnail.getInputImagePath()
          Gets the value of the inputImagePath property.
 XSDataFile XSDataInputExecThumbnail.getOutputPath()
          Gets the value of the outputPath property.
 XSDataFile XSDataResultExecThumbnail.getThumbnailPath()
          Gets the value of the thumbnailPath property.
 XSDataFile XSDataExecutionInfo.getWorkingDirectory()
          Gets the value of the workingDirectory property.
 

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

Methods in org.dawb.edna.thumbnail with parameters of type XSDataFile
 javax.xml.bind.JAXBElement<XSDataFile> ObjectFactory.createXSDataFile(XSDataFile value)
          Create an instance of JAXBElement<XSDataFile>}
 void XSDataExecutionInfo.setBaseDirectory(XSDataFile value)
          Sets the value of the baseDirectory property.
 void XSDataInputExecThumbnail.setInputImagePath(XSDataFile value)
          Sets the value of the inputImagePath property.
 void XSDataInputExecThumbnail.setOutputPath(XSDataFile value)
          Sets the value of the outputPath property.
 void XSDataResultExecThumbnail.setThumbnailPath(XSDataFile value)
          Sets the value of the thumbnailPath property.
 void XSDataExecutionInfo.setWorkingDirectory(XSDataFile value)
          Sets the value of the workingDirectory property.