Class MovementRangeRotationalCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.MovementRangeRotationalCT
-
public class MovementRangeRotationalCT extends Object
MovementRange structure / Rotational. Derived from Capability Model ontology.Java class for MovementRangeRotational_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MovementRangeRotational_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Rotation_x" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ValueSimple_CT"/> <element name="Rotation_y" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ValueSimple_CT"/> <element name="Rotation_z" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ValueSimple_CT"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ValueSimpleCT
rotationX
protected ValueSimpleCT
rotationY
protected ValueSimpleCT
rotationZ
-
Constructor Summary
Constructors Constructor Description MovementRangeRotationalCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueSimpleCT
getRotationX()
Gets the value of the rotationX property.ValueSimpleCT
getRotationY()
Gets the value of the rotationY property.ValueSimpleCT
getRotationZ()
Gets the value of the rotationZ property.void
setRotationX(ValueSimpleCT value)
Sets the value of the rotationX property.void
setRotationY(ValueSimpleCT value)
Sets the value of the rotationY property.void
setRotationZ(ValueSimpleCT value)
Sets the value of the rotationZ property.
-
-
-
Field Detail
-
rotationX
protected ValueSimpleCT rotationX
-
rotationY
protected ValueSimpleCT rotationY
-
rotationZ
protected ValueSimpleCT rotationZ
-
-
Method Detail
-
getRotationX
public ValueSimpleCT getRotationX()
Gets the value of the rotationX property.- Returns:
- possible object is
ValueSimpleCT
-
setRotationX
public void setRotationX(ValueSimpleCT value)
Sets the value of the rotationX property.- Parameters:
value
- allowed object isValueSimpleCT
-
getRotationY
public ValueSimpleCT getRotationY()
Gets the value of the rotationY property.- Returns:
- possible object is
ValueSimpleCT
-
setRotationY
public void setRotationY(ValueSimpleCT value)
Sets the value of the rotationY property.- Parameters:
value
- allowed object isValueSimpleCT
-
getRotationZ
public ValueSimpleCT getRotationZ()
Gets the value of the rotationZ property.- Returns:
- possible object is
ValueSimpleCT
-
setRotationZ
public void setRotationZ(ValueSimpleCT value)
Sets the value of the rotationZ property.- Parameters:
value
- allowed object isValueSimpleCT
-
-