org.dawb.edna.mxv1
Class XSDataVectorDouble

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataVectorDouble
Direct Known Subclasses:
XSDataUnitVector

public class XSDataVectorDouble
extends XSData

Java class for XSDataVectorDouble complex type.

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

 <complexType name="XSDataVectorDouble">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSData">
       <sequence>
         <element name="v1" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="v2" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="v3" type="{http://www.w3.org/2001/XMLSchema}double"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataVectorDouble()
           
 
Method Summary
 double getV1()
          Gets the value of the v1 property.
 double getV2()
          Gets the value of the v2 property.
 double getV3()
          Gets the value of the v3 property.
 void setV1(double value)
          Sets the value of the v1 property.
 void setV2(double value)
          Sets the value of the v2 property.
 void setV3(double value)
          Sets the value of the v3 property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataVectorDouble

public XSDataVectorDouble()
Method Detail

getV1

public double getV1()
Gets the value of the v1 property.


setV1

public void setV1(double value)
Sets the value of the v1 property.


getV2

public double getV2()
Gets the value of the v2 property.


setV2

public void setV2(double value)
Sets the value of the v2 property.


getV3

public double getV3()
Gets the value of the v3 property.


setV3

public void setV3(double value)
Sets the value of the v3 property.