Class MovementRangeLinearCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.MovementRangeLinearCT
-
public class MovementRangeLinearCT extends Object
MovementRange structure / Linear. Derived from Capability Model ontology.Java class for MovementRangeLinear_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MovementRangeLinear_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Translation_x" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ValueSimple_CT"/> <element name="Translation_y" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ValueSimple_CT"/> <element name="Translation_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
translationX
protected ValueSimpleCT
translationY
protected ValueSimpleCT
translationZ
-
Constructor Summary
Constructors Constructor Description MovementRangeLinearCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueSimpleCT
getTranslationX()
Gets the value of the translationX property.ValueSimpleCT
getTranslationY()
Gets the value of the translationY property.ValueSimpleCT
getTranslationZ()
Gets the value of the translationZ property.void
setTranslationX(ValueSimpleCT value)
Sets the value of the translationX property.void
setTranslationY(ValueSimpleCT value)
Sets the value of the translationY property.void
setTranslationZ(ValueSimpleCT value)
Sets the value of the translationZ property.
-
-
-
Field Detail
-
translationX
protected ValueSimpleCT translationX
-
translationY
protected ValueSimpleCT translationY
-
translationZ
protected ValueSimpleCT translationZ
-
-
Method Detail
-
getTranslationX
public ValueSimpleCT getTranslationX()
Gets the value of the translationX property.- Returns:
- possible object is
ValueSimpleCT
-
setTranslationX
public void setTranslationX(ValueSimpleCT value)
Sets the value of the translationX property.- Parameters:
value
- allowed object isValueSimpleCT
-
getTranslationY
public ValueSimpleCT getTranslationY()
Gets the value of the translationY property.- Returns:
- possible object is
ValueSimpleCT
-
setTranslationY
public void setTranslationY(ValueSimpleCT value)
Sets the value of the translationY property.- Parameters:
value
- allowed object isValueSimpleCT
-
getTranslationZ
public ValueSimpleCT getTranslationZ()
Gets the value of the translationZ property.- Returns:
- possible object is
ValueSimpleCT
-
setTranslationZ
public void setTranslationZ(ValueSimpleCT value)
Sets the value of the translationZ property.- Parameters:
value
- allowed object isValueSimpleCT
-
-