|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dawb.edna.mxv1.XSData
org.dawb.edna.mxv1.XSDataMatrixInteger
public class XSDataMatrixInteger
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 |
---|
public XSDataMatrixInteger()
Method Detail |
---|
public java.math.BigInteger getM11()
BigInteger
public void setM11(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getM12()
BigInteger
public void setM12(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getM13()
BigInteger
public void setM13(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getM21()
BigInteger
public void setM21(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getM22()
BigInteger
public void setM22(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getM23()
BigInteger
public void setM23(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getM31()
BigInteger
public void setM31(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getM32()
BigInteger
public void setM32(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getM33()
BigInteger
public void setM33(java.math.BigInteger value)
value
- allowed object is
BigInteger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |