org.dawb.edna.mxv1
Class XSDataUnitVector

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataVectorDouble
          extended by org.dawb.edna.mxv1.XSDataUnitVector

public class XSDataUnitVector
extends XSDataVectorDouble

Java class for XSDataUnitVector complex type.

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

 <complexType name="XSDataUnitVector">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSDataVectorDouble">
       <sequence>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataUnitVector()
           
 
Method Summary
 
Methods inherited from class org.dawb.edna.mxv1.XSDataVectorDouble
getV1, getV2, getV3, setV1, setV2, setV3
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataUnitVector

public XSDataUnitVector()