org.dawb.edna.mxv1
Class XSDataRotation

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

public class XSDataRotation
extends XSData

Java class for XSDataRotation complex type.

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

 <complexType name="XSDataRotation">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSData">
       <sequence>
         <element name="q0" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="q1" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="q2" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="q3" type="{http://www.w3.org/2001/XMLSchema}double"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataRotation()
           
 
Method Summary
 double getQ0()
          Gets the value of the q0 property.
 double getQ1()
          Gets the value of the q1 property.
 double getQ2()
          Gets the value of the q2 property.
 double getQ3()
          Gets the value of the q3 property.
 void setQ0(double value)
          Sets the value of the q0 property.
 void setQ1(double value)
          Sets the value of the q1 property.
 void setQ2(double value)
          Sets the value of the q2 property.
 void setQ3(double value)
          Sets the value of the q3 property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataRotation

public XSDataRotation()
Method Detail

getQ0

public double getQ0()
Gets the value of the q0 property.


setQ0

public void setQ0(double value)
Sets the value of the q0 property.


getQ1

public double getQ1()
Gets the value of the q1 property.


setQ1

public void setQ1(double value)
Sets the value of the q1 property.


getQ2

public double getQ2()
Gets the value of the q2 property.


setQ2

public void setQ2(double value)
Sets the value of the q2 property.


getQ3

public double getQ3()
Gets the value of the q3 property.


setQ3

public void setQ3(double value)
Sets the value of the q3 property.