public class VectorType extends DataThingType
Java class for VectorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VectorType">
<complexContent>
<extension base="{}DataThingType">
<sequence>
<element name="I" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="J" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="K" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
i |
protected double |
j |
protected double |
k |
name| Constructor and Description |
|---|
VectorType() |
| Modifier and Type | Method and Description |
|---|---|
double |
getI()
Gets the value of the i property.
|
double |
getJ()
Gets the value of the j property.
|
double |
getK()
Gets the value of the k property.
|
void |
setI(double value)
Sets the value of the i property.
|
void |
setJ(double value)
Sets the value of the j property.
|
void |
setK(double value)
Sets the value of the k property.
|
getName, setNamepublic double getI()
public void setI(double value)
public double getJ()
public void setJ(double value)
public double getK()
public void setK(double value)
Copyright © 2017. All rights reserved.