|
||||||||||
| 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.XSDataOrientation
public class XSDataOrientation
Java class for XSDataOrientation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XSDataOrientation">
<complexContent>
<extension base="{http://www.edna-site.org}XSData">
<sequence>
<element name="matrixA" type="{http://www.edna-site.org}XSDataMatrixDouble"/>
<element name="matrixU" type="{http://www.edna-site.org}XSDataMatrixDouble"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
XSDataOrientation()
|
|
| Method Summary | |
|---|---|
XSDataMatrixDouble |
getMatrixA()
Gets the value of the matrixA property. |
XSDataMatrixDouble |
getMatrixU()
Gets the value of the matrixU property. |
void |
setMatrixA(XSDataMatrixDouble value)
Sets the value of the matrixA property. |
void |
setMatrixU(XSDataMatrixDouble value)
Sets the value of the matrixU property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XSDataOrientation()
| Method Detail |
|---|
public XSDataMatrixDouble getMatrixA()
XSDataMatrixDoublepublic void setMatrixA(XSDataMatrixDouble value)
value - allowed object is
XSDataMatrixDoublepublic XSDataMatrixDouble getMatrixU()
XSDataMatrixDoublepublic void setMatrixU(XSDataMatrixDouble value)
value - allowed object is
XSDataMatrixDouble
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||