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 SummaryFields Modifier and Type Field Description protected ValueSimpleCTtranslationXprotected ValueSimpleCTtranslationYprotected ValueSimpleCTtranslationZ
 - 
Constructor SummaryConstructors Constructor Description MovementRangeLinearCT()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueSimpleCTgetTranslationX()Gets the value of the translationX property.ValueSimpleCTgetTranslationY()Gets the value of the translationY property.ValueSimpleCTgetTranslationZ()Gets the value of the translationZ property.voidsetTranslationX(ValueSimpleCT value)Sets the value of the translationX property.voidsetTranslationY(ValueSimpleCT value)Sets the value of the translationY property.voidsetTranslationZ(ValueSimpleCT value)Sets the value of the translationZ property.
 
- 
- 
- 
Field Detail- 
translationXprotected ValueSimpleCT translationX 
 - 
translationYprotected ValueSimpleCT translationY 
 - 
translationZprotected ValueSimpleCT translationZ 
 
- 
 - 
Method Detail- 
getTranslationXpublic ValueSimpleCT getTranslationX() Gets the value of the translationX property.- Returns:
- possible object is
     ValueSimpleCT
 
 - 
setTranslationXpublic void setTranslationX(ValueSimpleCT value) Sets the value of the translationX property.- Parameters:
- value- allowed object is- ValueSimpleCT
 
 - 
getTranslationYpublic ValueSimpleCT getTranslationY() Gets the value of the translationY property.- Returns:
- possible object is
     ValueSimpleCT
 
 - 
setTranslationYpublic void setTranslationY(ValueSimpleCT value) Sets the value of the translationY property.- Parameters:
- value- allowed object is- ValueSimpleCT
 
 - 
getTranslationZpublic ValueSimpleCT getTranslationZ() Gets the value of the translationZ property.- Returns:
- possible object is
     ValueSimpleCT
 
 - 
setTranslationZpublic void setTranslationZ(ValueSimpleCT value) Sets the value of the translationZ property.- Parameters:
- value- allowed object is- ValueSimpleCT
 
 
- 
 
-