org.dawb.edna.mxv1
Class XSDataOrientation

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

public class XSDataOrientation
extends XSData

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

XSDataOrientation

public XSDataOrientation()
Method Detail

getMatrixA

public XSDataMatrixDouble getMatrixA()
Gets the value of the matrixA property.

Returns:
possible object is XSDataMatrixDouble

setMatrixA

public void setMatrixA(XSDataMatrixDouble value)
Sets the value of the matrixA property.

Parameters:
value - allowed object is XSDataMatrixDouble

getMatrixU

public XSDataMatrixDouble getMatrixU()
Gets the value of the matrixU property.

Returns:
possible object is XSDataMatrixDouble

setMatrixU

public void setMatrixU(XSDataMatrixDouble value)
Sets the value of the matrixU property.

Parameters:
value - allowed object is XSDataMatrixDouble