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}double"/>
<element name="Y" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="Z" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
x |
protected double |
y |
protected double |
z |
name| Constructor and Description |
|---|
PointType() |
| Modifier and Type | Method and Description |
|---|---|
double |
getX()
Gets the value of the x property.
|
double |
getY()
Gets the value of the y property.
|
double |
getZ()
Gets the value of the z property.
|
void |
setX(double value)
Sets the value of the x property.
|
void |
setY(double value)
Sets the value of the y property.
|
void |
setZ(double value)
Sets the value of the z property.
|
getName, setNamepublic double getX()
public void setX(double value)
public double getY()
public void setY(double value)
public double getZ()
public void setZ(double value)
Copyright © 2018. All rights reserved.