Class DOF6DataCT


  • public class DOF6DataCT
    extends DOF3DataCT
    Description of 6 DOF data

    Java class for DOF6_data_CT complex type.

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

     <complexType name="DOF6_data_CT">
       <complexContent>
         <extension base="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}DOF3_data_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" />
           <attribute name="rot_unit" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="rot_decade" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="rot_increment" 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
      • rotUnit

        protected String rotUnit
      • rotDecade

        protected float rotDecade
      • rotIncrement

        protected float rotIncrement
    • Constructor Detail

      • DOF6DataCT

        public DOF6DataCT()
    • 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.
      • getRotUnit

        public String getRotUnit()
        Gets the value of the rotUnit property.
        Returns:
        possible object is String
      • setRotUnit

        public void setRotUnit​(String value)
        Sets the value of the rotUnit property.
        Parameters:
        value - allowed object is String
      • getRotDecade

        public float getRotDecade()
        Gets the value of the rotDecade property.
      • setRotDecade

        public void setRotDecade​(float value)
        Sets the value of the rotDecade property.
      • getRotIncrement

        public float getRotIncrement()
        Gets the value of the rotIncrement property.
      • setRotIncrement

        public void setRotIncrement​(float value)
        Sets the value of the rotIncrement property.