org.dawb.edna.mxv1
Class XSDataMatrix

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataMatrixDouble
          extended by org.dawb.edna.mxv1.XSDataMatrix

public class XSDataMatrix
extends XSDataMatrixDouble

Java class for XSDataMatrix complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="XSDataMatrix">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSDataMatrixDouble">
       <sequence>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataMatrix()
           
 
Method Summary
 
Methods inherited from class org.dawb.edna.mxv1.XSDataMatrixDouble
getM11, getM12, getM13, getM21, getM22, getM23, getM31, getM32, getM33, setM11, setM12, setM13, setM21, setM22, setM23, setM31, setM32, setM33
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataMatrix

public XSDataMatrix()