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

Packages that use XSDataFlux
org.dawb.edna.mxv1   
 

Uses of XSDataFlux in org.dawb.edna.mxv1
 

Methods in org.dawb.edna.mxv1 that return XSDataFlux
 XSDataFlux ObjectFactory.createXSDataFlux()
          Create an instance of XSDataFlux
 XSDataFlux XSDataBeam.getFlux()
          Gets the value of the flux property.
 

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

Methods in org.dawb.edna.mxv1 with parameters of type XSDataFlux
 javax.xml.bind.JAXBElement<XSDataFlux> ObjectFactory.createXSDataFlux(XSDataFlux value)
          Create an instance of JAXBElement<XSDataFlux>}
 void XSDataBeam.setFlux(XSDataFlux value)
          Sets the value of the flux property.