|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dawb.edna.thumbnail.XSData
org.dawb.edna.thumbnail.XSDataVectorDouble
public class XSDataVectorDouble
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 |
|---|
public XSDataVectorDouble()
| Method Detail |
|---|
public double getV1()
public void setV1(double value)
public double getV2()
public void setV2(double value)
public double getV3()
public void setV3(double value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||