Interface DecimalDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface DecimalDocument
    extends XmlObject
    A document containing one decimal(@http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes) element. This is a complex type.
    • Method Detail

      • getDecimal

        java.math.BigDecimal getDecimal()
        Gets the "decimal" element
      • xgetDecimal

        XmlDecimal xgetDecimal()
        Gets (as xml) the "decimal" element
      • setDecimal

        void setDecimal​(java.math.BigDecimal decimal)
        Sets the "decimal" element
      • xsetDecimal

        void xsetDecimal​(XmlDecimal decimal)
        Sets (as xml) the "decimal" element