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

Packages that use XSDataLength
org.dawb.edna.thumbnail   
 

Uses of XSDataLength in org.dawb.edna.thumbnail
 

Methods in org.dawb.edna.thumbnail that return XSDataLength
 XSDataLength ObjectFactory.createXSDataLength()
          Create an instance of XSDataLength
 XSDataLength XSDataSize.getX()
          Gets the value of the x property.
 XSDataLength XSDataSize.getY()
          Gets the value of the y property.
 XSDataLength XSDataSize.getZ()
          Gets the value of the z property.
 

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

Methods in org.dawb.edna.thumbnail with parameters of type XSDataLength
 javax.xml.bind.JAXBElement<XSDataLength> ObjectFactory.createXSDataLength(XSDataLength value)
          Create an instance of JAXBElement<XSDataLength>}
 void XSDataSize.setX(XSDataLength value)
          Sets the value of the x property.
 void XSDataSize.setY(XSDataLength value)
          Sets the value of the y property.
 void XSDataSize.setZ(XSDataLength value)
          Sets the value of the z property.