Class DOF6DataBasicCT


  • public class DOF6DataBasicCT
    extends DOF3DataBasicCT
    Description of 6 DOF data. Basic set

    Java class for DOF6_data_Basic_CT complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="DOF6_data_Basic_CT">
       <complexContent>
         <extension base="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}DOF3_data_Basic_CT">
           <attribute name="rot_x" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="rot_y" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="rot_z" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • rotX

        protected float rotX
      • rotY

        protected float rotY
      • rotZ

        protected float rotZ
    • Constructor Detail

      • DOF6DataBasicCT

        public DOF6DataBasicCT()
    • Method Detail

      • getRotX

        public float getRotX()
        Gets the value of the rotX property.
      • setRotX

        public void setRotX​(float value)
        Sets the value of the rotX property.
      • getRotY

        public float getRotY()
        Gets the value of the rotY property.
      • setRotY

        public void setRotY​(float value)
        Sets the value of the rotY property.
      • getRotZ

        public float getRotZ()
        Gets the value of the rotZ property.
      • setRotZ

        public void setRotZ​(float value)
        Sets the value of the rotZ property.