Class MeasureType

  • Direct Known Subclasses:
    PersonHeightMeasureType, PersonWeightMeasureType

    public class MeasureType
    extends Object

    Java class for MeasureType complex type.

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

     <complexType name="MeasureType">
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>decimal">
         </extension>
       </simpleContent>
     </complexType>
     
    • Constructor Detail

      • MeasureType

        public MeasureType()
        Default no-arg constructor
      • MeasureType

        public MeasureType​(BigDecimal value)
        Fully-initialising value constructor
    • Method Detail

      • getValue

        public BigDecimal getValue()
        Gets the value of the value property.
        Returns:
        possible object is BigDecimal
      • setValue

        public void setValue​(BigDecimal value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is BigDecimal