Class PropertiesForRDCT.PhysicalProperties.Mass

  • Enclosing class:
    PropertiesForRDCT.PhysicalProperties

    public static class PropertiesForRDCT.PhysicalProperties.Mass
    extends Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="unit" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="kg" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • value

        protected float value
    • Constructor Detail

      • Mass

        public Mass()
    • Method Detail

      • getValue

        public float getValue()
        Gets the value of the value property.
      • setValue

        public void setValue​(float value)
        Sets the value of the value property.
      • getUnit

        public String getUnit()
        Gets the value of the unit property.
        Returns:
        possible object is String
      • setUnit

        public void setUnit​(String value)
        Sets the value of the unit property.
        Parameters:
        value - allowed object is String