org.dawb.edna.mxv1
Class XSDataMatrixInteger

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataMatrixInteger

public class XSDataMatrixInteger
extends XSData

Java class for XSDataMatrixInteger complex type.

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

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


Constructor Summary
XSDataMatrixInteger()
           
 
Method Summary
 java.math.BigInteger getM11()
          Gets the value of the m11 property.
 java.math.BigInteger getM12()
          Gets the value of the m12 property.
 java.math.BigInteger getM13()
          Gets the value of the m13 property.
 java.math.BigInteger getM21()
          Gets the value of the m21 property.
 java.math.BigInteger getM22()
          Gets the value of the m22 property.
 java.math.BigInteger getM23()
          Gets the value of the m23 property.
 java.math.BigInteger getM31()
          Gets the value of the m31 property.
 java.math.BigInteger getM32()
          Gets the value of the m32 property.
 java.math.BigInteger getM33()
          Gets the value of the m33 property.
 void setM11(java.math.BigInteger value)
          Sets the value of the m11 property.
 void setM12(java.math.BigInteger value)
          Sets the value of the m12 property.
 void setM13(java.math.BigInteger value)
          Sets the value of the m13 property.
 void setM21(java.math.BigInteger value)
          Sets the value of the m21 property.
 void setM22(java.math.BigInteger value)
          Sets the value of the m22 property.
 void setM23(java.math.BigInteger value)
          Sets the value of the m23 property.
 void setM31(java.math.BigInteger value)
          Sets the value of the m31 property.
 void setM32(java.math.BigInteger value)
          Sets the value of the m32 property.
 void setM33(java.math.BigInteger 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

XSDataMatrixInteger

public XSDataMatrixInteger()
Method Detail

getM11

public java.math.BigInteger getM11()
Gets the value of the m11 property.

Returns:
possible object is BigInteger

setM11

public void setM11(java.math.BigInteger value)
Sets the value of the m11 property.

Parameters:
value - allowed object is BigInteger

getM12

public java.math.BigInteger getM12()
Gets the value of the m12 property.

Returns:
possible object is BigInteger

setM12

public void setM12(java.math.BigInteger value)
Sets the value of the m12 property.

Parameters:
value - allowed object is BigInteger

getM13

public java.math.BigInteger getM13()
Gets the value of the m13 property.

Returns:
possible object is BigInteger

setM13

public void setM13(java.math.BigInteger value)
Sets the value of the m13 property.

Parameters:
value - allowed object is BigInteger

getM21

public java.math.BigInteger getM21()
Gets the value of the m21 property.

Returns:
possible object is BigInteger

setM21

public void setM21(java.math.BigInteger value)
Sets the value of the m21 property.

Parameters:
value - allowed object is BigInteger

getM22

public java.math.BigInteger getM22()
Gets the value of the m22 property.

Returns:
possible object is BigInteger

setM22

public void setM22(java.math.BigInteger value)
Sets the value of the m22 property.

Parameters:
value - allowed object is BigInteger

getM23

public java.math.BigInteger getM23()
Gets the value of the m23 property.

Returns:
possible object is BigInteger

setM23

public void setM23(java.math.BigInteger value)
Sets the value of the m23 property.

Parameters:
value - allowed object is BigInteger

getM31

public java.math.BigInteger getM31()
Gets the value of the m31 property.

Returns:
possible object is BigInteger

setM31

public void setM31(java.math.BigInteger value)
Sets the value of the m31 property.

Parameters:
value - allowed object is BigInteger

getM32

public java.math.BigInteger getM32()
Gets the value of the m32 property.

Returns:
possible object is BigInteger

setM32

public void setM32(java.math.BigInteger value)
Sets the value of the m32 property.

Parameters:
value - allowed object is BigInteger

getM33

public java.math.BigInteger getM33()
Gets the value of the m33 property.

Returns:
possible object is BigInteger

setM33

public void setM33(java.math.BigInteger value)
Sets the value of the m33 property.

Parameters:
value - allowed object is BigInteger