public class PostureElementType extends Object
Java class for postureElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="postureElementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="x" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="y" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="z" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="phi" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="theta" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="psi" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected double |
phi |
protected double |
psi |
protected double |
theta |
protected double |
x |
protected double |
y |
protected double |
z |
Constructor and Description |
---|
PostureElementType() |
Modifier and Type | Method and Description |
---|---|
double |
getPhi()
Gets the value of the phi property.
|
double |
getPsi()
Gets the value of the psi property.
|
double |
getTheta()
Gets the value of the theta property.
|
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 |
setPhi(double value)
Sets the value of the phi property.
|
void |
setPsi(double value)
Sets the value of the psi property.
|
void |
setTheta(double value)
Sets the value of the theta 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.
|
protected double x
protected double y
protected double z
protected double phi
protected double theta
protected double psi
public double getX()
public void setX(double value)
public double getY()
public void setY(double value)
public double getZ()
public void setZ(double value)
public double getPhi()
public void setPhi(double value)
public double getTheta()
public void setTheta(double value)
public double getPsi()
public void setPsi(double value)