|
||||||||||
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.XSDataRotation
public class XSDataRotation
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 |
---|
public XSDataRotation()
Method Detail |
---|
public double getQ0()
public void setQ0(double value)
public double getQ1()
public void setQ1(double value)
public double getQ2()
public void setQ2(double value)
public double getQ3()
public void setQ3(double value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |