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}decimal"/>
<element name="J" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="K" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
i |
protected BigDecimal |
j |
protected BigDecimal |
k |
name| Constructor and Description |
|---|
VectorType() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getI()
Gets the value of the i property.
|
BigDecimal |
getJ()
Gets the value of the j property.
|
BigDecimal |
getK()
Gets the value of the k property.
|
void |
setI(BigDecimal value)
Sets the value of the i property.
|
void |
setJ(BigDecimal value)
Sets the value of the j property.
|
void |
setK(BigDecimal value)
Sets the value of the k property.
|
getName, setNameprotected BigDecimal i
protected BigDecimal j
protected BigDecimal k
public BigDecimal getI()
BigDecimalpublic void setI(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getJ()
BigDecimalpublic void setJ(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getK()
BigDecimalpublic void setK(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2016. All rights reserved.