public class PointType extends DataThingType
Java class for PointType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PointType">
<complexContent>
<extension base="{}DataThingType">
<sequence>
<element name="X" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="Y" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="Z" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
x |
protected BigDecimal |
y |
protected BigDecimal |
z |
name| Constructor and Description |
|---|
PointType() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getX()
Gets the value of the x property.
|
BigDecimal |
getY()
Gets the value of the y property.
|
BigDecimal |
getZ()
Gets the value of the z property.
|
void |
setX(BigDecimal value)
Sets the value of the x property.
|
void |
setY(BigDecimal value)
Sets the value of the y property.
|
void |
setZ(BigDecimal value)
Sets the value of the z property.
|
getName, setNameprotected BigDecimal x
protected BigDecimal y
protected BigDecimal z
public BigDecimal getX()
BigDecimalpublic void setX(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getY()
BigDecimalpublic void setY(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getZ()
BigDecimalpublic void setZ(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2016. All rights reserved.