public class CoordType extends Object
Java class for CoordType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CoordType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="X" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="Y" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="Z" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
x |
protected BigDecimal |
y |
protected BigDecimal |
z |
| Constructor and Description |
|---|
CoordType()
Default no-arg constructor
|
CoordType(BigDecimal x,
BigDecimal y,
BigDecimal z)
Fully-initialising value constructor
|
| 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.
|
protected BigDecimal x
protected BigDecimal y
protected BigDecimal z
public CoordType()
public CoordType(BigDecimal x, BigDecimal y, 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 © 2022 B3Partners B.V.. All rights reserved.