public class PoseType extends DataThingType
Java class for PoseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PoseType">
<complexContent>
<extension base="{}DataThingType">
<sequence>
<element name="Point" type="{}PointType"/>
<element name="XAxis" type="{}VectorType"/>
<element name="ZAxis" type="{}VectorType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PointType |
point |
protected VectorType |
xAxis |
protected VectorType |
zAxis |
name| Constructor and Description |
|---|
PoseType() |
| Modifier and Type | Method and Description |
|---|---|
PointType |
getPoint()
Gets the value of the point property.
|
VectorType |
getXAxis()
Gets the value of the xAxis property.
|
VectorType |
getZAxis()
Gets the value of the zAxis property.
|
void |
setPoint(PointType value)
Sets the value of the point property.
|
void |
setXAxis(VectorType value)
Sets the value of the xAxis property.
|
void |
setZAxis(VectorType value)
Sets the value of the zAxis property.
|
getName, setNameprotected PointType point
protected VectorType xAxis
protected VectorType zAxis
public PointType getPoint()
PointTypepublic void setPoint(PointType value)
value - allowed object is
PointTypepublic VectorType getXAxis()
VectorTypepublic void setXAxis(VectorType value)
value - allowed object is
VectorTypepublic VectorType getZAxis()
VectorTypepublic void setZAxis(VectorType value)
value - allowed object is
VectorTypeCopyright © 2018. All rights reserved.