public class R3Point extends Object
Java class for R3Point complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="R3Point">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="x_m" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="y_m" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="z_m" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
xm |
protected BigDecimal |
ym |
protected BigDecimal |
zm |
| Constructor and Description |
|---|
R3Point() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getXM()
Gets the value of the xm property.
|
BigDecimal |
getYM()
Gets the value of the ym property.
|
BigDecimal |
getZM()
Gets the value of the zm property.
|
void |
setXM(BigDecimal value)
Sets the value of the xm property.
|
void |
setYM(BigDecimal value)
Sets the value of the ym property.
|
void |
setZM(BigDecimal value)
Sets the value of the zm property.
|
protected BigDecimal xm
protected BigDecimal ym
protected BigDecimal zm
public BigDecimal getXM()
BigDecimalpublic void setXM(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getYM()
BigDecimalpublic void setYM(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getZM()
BigDecimalpublic void setZM(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2020 Tethys. All rights reserved.