Class 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>
     
    • Constructor Detail

      • MovementRangeLinearCT

        public MovementRangeLinearCT()
    • 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 is ValueSimpleCT
      • 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 is ValueSimpleCT
      • 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 is ValueSimpleCT