Class DOF6DataBasicCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.DOF3DataBasicCT
-
- fi.tut.mei.resdescapi.rdapi.model.rd.DOF6DataBasicCT
-
public class DOF6DataBasicCT extends DOF3DataBasicCT
Description of 6 DOF data. Basic setJava class for DOF6_data_Basic_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DOF6_data_Basic_CT"> <complexContent> <extension base="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}DOF3_data_Basic_CT"> <attribute name="rot_x" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="rot_y" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="rot_z" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> </extension> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description DOF6DataBasicCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetRotX()Gets the value of the rotX property.floatgetRotY()Gets the value of the rotY property.floatgetRotZ()Gets the value of the rotZ property.voidsetRotX(float value)Sets the value of the rotX property.voidsetRotY(float value)Sets the value of the rotY property.voidsetRotZ(float value)Sets the value of the rotZ property.
-
-
-
Method Detail
-
getRotX
public float getRotX()
Gets the value of the rotX property.
-
setRotX
public void setRotX(float value)
Sets the value of the rotX property.
-
getRotY
public float getRotY()
Gets the value of the rotY property.
-
setRotY
public void setRotY(float value)
Sets the value of the rotY property.
-
getRotZ
public float getRotZ()
Gets the value of the rotZ property.
-
setRotZ
public void setRotZ(float value)
Sets the value of the rotZ property.
-
-