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

Packages that use XSDataMatrixDouble
org.dawb.edna.mxv1   
 

Uses of XSDataMatrixDouble in org.dawb.edna.mxv1
 

Subclasses of XSDataMatrixDouble in org.dawb.edna.mxv1
 class XSDataMatrix
          Java class for XSDataMatrix complex type.
 

Methods in org.dawb.edna.mxv1 that return XSDataMatrixDouble
 XSDataMatrixDouble ObjectFactory.createXSDataMatrixDouble()
          Create an instance of XSDataMatrixDouble
 XSDataMatrixDouble XSDataOrientation.getMatrixA()
          Gets the value of the matrixA property.
 XSDataMatrixDouble XSDataOrientation.getMatrixU()
          Gets the value of the matrixU property.
 

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

Methods in org.dawb.edna.mxv1 with parameters of type XSDataMatrixDouble
 javax.xml.bind.JAXBElement<XSDataMatrixDouble> ObjectFactory.createXSDataMatrixDouble(XSDataMatrixDouble value)
          Create an instance of JAXBElement<XSDataMatrixDouble>}
 void XSDataOrientation.setMatrixA(XSDataMatrixDouble value)
          Sets the value of the matrixA property.
 void XSDataOrientation.setMatrixU(XSDataMatrixDouble value)
          Sets the value of the matrixU property.