org.dawb.edna.mxv1
Class XSDataMatrixDouble

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataMatrixDouble
Direct Known Subclasses:
XSDataMatrix

public class XSDataMatrixDouble
extends XSData

Java class for XSDataMatrixDouble complex type.

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

 <complexType name="XSDataMatrixDouble">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSData">
       <sequence>
         <element name="m11" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="m12" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="m13" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="m21" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="m22" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="m23" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="m31" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="m32" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="m33" type="{http://www.w3.org/2001/XMLSchema}double"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataMatrixDouble()
           
 
Method Summary
 double getM11()
          Gets the value of the m11 property.
 double getM12()
          Gets the value of the m12 property.
 double getM13()
          Gets the value of the m13 property.
 double getM21()
          Gets the value of the m21 property.
 double getM22()
          Gets the value of the m22 property.
 double getM23()
          Gets the value of the m23 property.
 double getM31()
          Gets the value of the m31 property.
 double getM32()
          Gets the value of the m32 property.
 double getM33()
          Gets the value of the m33 property.
 void setM11(double value)
          Sets the value of the m11 property.
 void setM12(double value)
          Sets the value of the m12 property.
 void setM13(double value)
          Sets the value of the m13 property.
 void setM21(double value)
          Sets the value of the m21 property.
 void setM22(double value)
          Sets the value of the m22 property.
 void setM23(double value)
          Sets the value of the m23 property.
 void setM31(double value)
          Sets the value of the m31 property.
 void setM32(double value)
          Sets the value of the m32 property.
 void setM33(double value)
          Sets the value of the m33 property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataMatrixDouble

public XSDataMatrixDouble()
Method Detail

getM11

public double getM11()
Gets the value of the m11 property.


setM11

public void setM11(double value)
Sets the value of the m11 property.


getM12

public double getM12()
Gets the value of the m12 property.


setM12

public void setM12(double value)
Sets the value of the m12 property.


getM13

public double getM13()
Gets the value of the m13 property.


setM13

public void setM13(double value)
Sets the value of the m13 property.


getM21

public double getM21()
Gets the value of the m21 property.


setM21

public void setM21(double value)
Sets the value of the m21 property.


getM22

public double getM22()
Gets the value of the m22 property.


setM22

public void setM22(double value)
Sets the value of the m22 property.


getM23

public double getM23()
Gets the value of the m23 property.


setM23

public void setM23(double value)
Sets the value of the m23 property.


getM31

public double getM31()
Gets the value of the m31 property.


setM31

public void setM31(double value)
Sets the value of the m31 property.


getM32

public double getM32()
Gets the value of the m32 property.


setM32

public void setM32(double value)
Sets the value of the m32 property.


getM33

public double getM33()
Gets the value of the m33 property.


setM33

public void setM33(double value)
Sets the value of the m33 property.