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

Packages that use XSDataSize
org.dawb.edna.mxv1   
 

Uses of XSDataSize in org.dawb.edna.mxv1
 

Methods in org.dawb.edna.mxv1 that return XSDataSize
 XSDataSize ObjectFactory.createXSDataSize()
          Create an instance of XSDataSize
 XSDataSize XSDataBeam.getSize()
          Gets the value of the size property.
 XSDataSize XSDataSample.getSize()
          Gets the value of the size property.
 

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

Methods in org.dawb.edna.mxv1 with parameters of type XSDataSize
 javax.xml.bind.JAXBElement<XSDataSize> ObjectFactory.createXSDataSize(XSDataSize value)
          Create an instance of JAXBElement<XSDataSize>}
 void XSDataBeam.setSize(XSDataSize value)
          Sets the value of the size property.
 void XSDataSample.setSize(XSDataSize value)
          Sets the value of the size property.