Class Measure

    • Constructor Detail

      • Measure

        public Measure()
      • Measure

        public Measure​(double value)
    • Method Detail

      • getUom

        public java.lang.String getUom()
      • getValue

        public double getValue()
      • isSetUom

        public boolean isSetUom()
      • isSetValue

        public boolean isSetValue()
      • setUom

        public void setUom​(java.lang.String uom)
      • setValue

        public void setValue​(double value)
      • isSetParent

        public boolean isSetParent()
        Specified by:
        isSetParent in interface Child
      • unsetParent

        public void unsetParent()
        Specified by:
        unsetParent in interface Child
      • copyTo

        public java.lang.Object copyTo​(java.lang.Object target,
                                       CopyBuilder copyBuilder)
        Specified by:
        copyTo in interface Copyable