Class DOF6DataCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.DOF3DataBasicCT
-
- fi.tut.mei.resdescapi.rdapi.model.rd.DOF3DataCT
-
- fi.tut.mei.resdescapi.rdapi.model.rd.DOF6DataCT
-
public class DOF6DataCT extends DOF3DataCT
Description of 6 DOF dataJava class for DOF6_data_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DOF6_data_CT"> <complexContent> <extension base="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}DOF3_data_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" /> <attribute name="rot_unit" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="rot_decade" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="rot_increment" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected float
rotDecade
protected float
rotIncrement
protected String
rotUnit
protected float
rotX
protected float
rotY
protected float
rotZ
-
Fields inherited from class fi.tut.mei.resdescapi.rdapi.model.rd.DOF3DataCT
decade, increment, unit
-
Fields inherited from class fi.tut.mei.resdescapi.rdapi.model.rd.DOF3DataBasicCT
x, y, z
-
-
Constructor Summary
Constructors Constructor Description DOF6DataCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getRotDecade()
Gets the value of the rotDecade property.float
getRotIncrement()
Gets the value of the rotIncrement property.String
getRotUnit()
Gets the value of the rotUnit property.float
getRotX()
Gets the value of the rotX property.float
getRotY()
Gets the value of the rotY property.float
getRotZ()
Gets the value of the rotZ property.void
setRotDecade(float value)
Sets the value of the rotDecade property.void
setRotIncrement(float value)
Sets the value of the rotIncrement property.void
setRotUnit(String value)
Sets the value of the rotUnit property.void
setRotX(float value)
Sets the value of the rotX property.void
setRotY(float value)
Sets the value of the rotY property.void
setRotZ(float value)
Sets the value of the rotZ property.-
Methods inherited from class fi.tut.mei.resdescapi.rdapi.model.rd.DOF3DataCT
getDecade, getIncrement, getUnit, setDecade, setIncrement, setUnit
-
-
-
-
Field Detail
-
rotX
protected float rotX
-
rotY
protected float rotY
-
rotZ
protected float rotZ
-
rotUnit
protected String rotUnit
-
rotDecade
protected float rotDecade
-
rotIncrement
protected float rotIncrement
-
-
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.
-
getRotUnit
public String getRotUnit()
Gets the value of the rotUnit property.- Returns:
- possible object is
String
-
setRotUnit
public void setRotUnit(String value)
Sets the value of the rotUnit property.- Parameters:
value
- allowed object isString
-
getRotDecade
public float getRotDecade()
Gets the value of the rotDecade property.
-
setRotDecade
public void setRotDecade(float value)
Sets the value of the rotDecade property.
-
getRotIncrement
public float getRotIncrement()
Gets the value of the rotIncrement property.
-
setRotIncrement
public void setRotIncrement(float value)
Sets the value of the rotIncrement property.
-
-