public class WorldCoordinateVelocityElementType extends Object
Java class for worldCoordinateVelocityElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="worldCoordinateVelocityElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="xDot" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="yDot" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="zDot" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="phiDot" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="thetaDot" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="psiDot" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
phiDot |
protected Double |
psiDot |
protected Double |
thetaDot |
protected Double |
xDot |
protected Double |
yDot |
protected Double |
zDot |
| Constructor and Description |
|---|
WorldCoordinateVelocityElementType() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getPhiDot()
Gets the value of the phiDot property.
|
Double |
getPsiDot()
Gets the value of the psiDot property.
|
Double |
getThetaDot()
Gets the value of the thetaDot property.
|
Double |
getXDot()
Gets the value of the xDot property.
|
Double |
getYDot()
Gets the value of the yDot property.
|
Double |
getZDot()
Gets the value of the zDot property.
|
void |
setPhiDot(Double value)
Sets the value of the phiDot property.
|
void |
setPsiDot(Double value)
Sets the value of the psiDot property.
|
void |
setThetaDot(Double value)
Sets the value of the thetaDot property.
|
void |
setXDot(Double value)
Sets the value of the xDot property.
|
void |
setYDot(Double value)
Sets the value of the yDot property.
|
void |
setZDot(Double value)
Sets the value of the zDot property.
|
protected Double xDot
protected Double yDot
protected Double zDot
protected Double phiDot
protected Double thetaDot
protected Double psiDot
public Double getXDot()
Doublepublic void setXDot(Double value)
value - allowed object is
Doublepublic Double getYDot()
Doublepublic void setYDot(Double value)
value - allowed object is
Doublepublic Double getZDot()
Doublepublic void setZDot(Double value)
value - allowed object is
Doublepublic Double getPhiDot()
Doublepublic void setPhiDot(Double value)
value - allowed object is
Doublepublic Double getThetaDot()
Doublepublic void setThetaDot(Double value)
value - allowed object is
Doublepublic Double getPsiDot()
Double