Interface DateDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getDate

        java.util.Calendar getDate()
        Gets the "date" element
      • xgetDate

        XmlDateTime xgetDate()
        Gets (as xml) the "date" element
      • setDate

        void setDate​(java.util.Calendar date)
        Sets the "date" element
      • xsetDate

        void xsetDate​(XmlDateTime date)
        Sets (as xml) the "date" element