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

      • MovementRangeRotationalCT

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