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

Packages that use XSDataDoubleWithUnit
org.dawb.edna.thumbnail   
 

Uses of XSDataDoubleWithUnit in org.dawb.edna.thumbnail
 

Subclasses of XSDataDoubleWithUnit in org.dawb.edna.thumbnail
 class XSDataAbsorbedDoseRate
          Java class for XSDataAbsorbedDoseRate complex type.
 class XSDataAngularSpeed
          Java class for XSDataAngularSpeed complex type.
 class XSDataFlux
          Java class for XSDataFlux complex type.
 class XSDataLength
          Java class for XSDataLength complex type.
 class XSDataSpeed
          Java class for XSDataSpeed complex type.
 class XSDataTime
          Java class for XSDataTime complex type.
 class XSDataWavelength
          Java class for XSDataWavelength complex type.
 

Methods in org.dawb.edna.thumbnail that return XSDataDoubleWithUnit
 XSDataDoubleWithUnit ObjectFactory.createXSDataDoubleWithUnit()
          Create an instance of XSDataDoubleWithUnit
 XSDataDoubleWithUnit XSDataInputExecThumbnail.getLevelsMax()
          Gets the value of the levelsMax property.
 XSDataDoubleWithUnit XSDataInputExecThumbnail.getLevelsMin()
          Gets the value of the levelsMin property.
 

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

Methods in org.dawb.edna.thumbnail with parameters of type XSDataDoubleWithUnit
 javax.xml.bind.JAXBElement<XSDataDoubleWithUnit> ObjectFactory.createXSDataDoubleWithUnit(XSDataDoubleWithUnit value)
          Create an instance of JAXBElement<XSDataDoubleWithUnit>}
 void XSDataInputExecThumbnail.setLevelsMax(XSDataDoubleWithUnit value)
          Sets the value of the levelsMax property.
 void XSDataInputExecThumbnail.setLevelsMin(XSDataDoubleWithUnit value)
          Sets the value of the levelsMin property.