Class DVPROPORTIONImpl

    • Constructor Detail

      • DVPROPORTIONImpl

        public DVPROPORTIONImpl​(org.apache.xmlbeans.SchemaType sType)
    • Method Detail

      • getNumerator

        public float getNumerator()
        Gets the "numerator" element
        Specified by:
        getNumerator in interface DVPROPORTION
      • xgetNumerator

        public org.apache.xmlbeans.XmlFloat xgetNumerator()
        Gets (as xml) the "numerator" element
        Specified by:
        xgetNumerator in interface DVPROPORTION
      • setNumerator

        public void setNumerator​(float numerator)
        Sets the "numerator" element
        Specified by:
        setNumerator in interface DVPROPORTION
      • xsetNumerator

        public void xsetNumerator​(org.apache.xmlbeans.XmlFloat numerator)
        Sets (as xml) the "numerator" element
        Specified by:
        xsetNumerator in interface DVPROPORTION
      • getDenominator

        public float getDenominator()
        Gets the "denominator" element
        Specified by:
        getDenominator in interface DVPROPORTION
      • xgetDenominator

        public org.apache.xmlbeans.XmlFloat xgetDenominator()
        Gets (as xml) the "denominator" element
        Specified by:
        xgetDenominator in interface DVPROPORTION
      • setDenominator

        public void setDenominator​(float denominator)
        Sets the "denominator" element
        Specified by:
        setDenominator in interface DVPROPORTION
      • xsetDenominator

        public void xsetDenominator​(org.apache.xmlbeans.XmlFloat denominator)
        Sets (as xml) the "denominator" element
        Specified by:
        xsetDenominator in interface DVPROPORTION
      • getPrecision

        public int getPrecision()
        Gets the "precision" element
        Specified by:
        getPrecision in interface DVPROPORTION
      • xgetPrecision

        public org.apache.xmlbeans.XmlInt xgetPrecision()
        Gets (as xml) the "precision" element
        Specified by:
        xgetPrecision in interface DVPROPORTION
      • isSetPrecision

        public boolean isSetPrecision()
        True if has "precision" element
        Specified by:
        isSetPrecision in interface DVPROPORTION
      • setPrecision

        public void setPrecision​(int precision)
        Sets the "precision" element
        Specified by:
        setPrecision in interface DVPROPORTION
      • xsetPrecision

        public void xsetPrecision​(org.apache.xmlbeans.XmlInt precision)
        Sets (as xml) the "precision" element
        Specified by:
        xsetPrecision in interface DVPROPORTION
      • unsetPrecision

        public void unsetPrecision()
        Unsets the "precision" element
        Specified by:
        unsetPrecision in interface DVPROPORTION