public class OrientationElementType extends Object
Java class for orientationElementType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="orientationElementType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="phi" type="{}orientationType" />
       <attribute name="theta" type="{}orientationType" />
       <attribute name="psi" type="{}orientationType" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected Double | phi | 
| protected Double | psi | 
| protected Double | theta | 
| Constructor and Description | 
|---|
| OrientationElementType() | 
| 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. | 
| 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. | 
public void setPhi(Double value)
value - allowed object is
     Doublepublic Double getTheta()
Doublepublic void setTheta(Double value)
value - allowed object is
     Double