All Superinterfaces:
XmlObject, XmlTokenSource

public interface UintDocument extends XmlObject
A document containing one uint(@http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes) element. This is a complex type.
  • Field Details

  • Method Details

    • getUint

      long getUint()
      Gets the "uint" element
    • xgetUint

      XmlUnsignedInt xgetUint()
      Gets (as xml) the "uint" element
    • setUint

      void setUint(long uint)
      Sets the "uint" element
    • xsetUint

      void xsetUint(XmlUnsignedInt uint)
      Sets (as xml) the "uint" element