public class BodyCoordinateVelocityElementType extends Object
Java class for bodyCoordinateVelocityElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="bodyCoordinateVelocityElementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="u" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="v" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="w" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="p" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="q" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="r" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Double |
p |
protected Double |
q |
protected Double |
r |
protected Double |
u |
protected Double |
v |
protected Double |
w |
Constructor and Description |
---|
BodyCoordinateVelocityElementType() |
Modifier and Type | Method and Description |
---|---|
Double |
getP()
Gets the value of the p property.
|
Double |
getQ()
Gets the value of the q property.
|
Double |
getR()
Gets the value of the r property.
|
Double |
getU()
Gets the value of the u property.
|
Double |
getV()
Gets the value of the v property.
|
Double |
getW()
Gets the value of the w property.
|
void |
setP(Double value)
Sets the value of the p property.
|
void |
setQ(Double value)
Sets the value of the q property.
|
void |
setR(Double value)
Sets the value of the r property.
|
void |
setU(Double value)
Sets the value of the u property.
|
void |
setV(Double value)
Sets the value of the v property.
|
void |
setW(Double value)
Sets the value of the w property.
|
protected Double u
protected Double v
protected Double w
protected Double p
protected Double q
protected Double r
public void setU(Double value)
value
- allowed object is
Double
public void setV(Double value)
value
- allowed object is
Double
public void setW(Double value)
value
- allowed object is
Double
public void setP(Double value)
value
- allowed object is
Double
public void setQ(Double value)
value
- allowed object is
Double