Interface TimestampDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface TimestampDocument
    extends XmlObject
    A document containing one Timestamp(@http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd) element. This is a complex type.
    • Method Detail

      • getTimestamp

        TimestampType getTimestamp()
        Gets the "Timestamp" element
      • setTimestamp

        void setTimestamp​(TimestampType timestamp)
        Sets the "Timestamp" element
      • addNewTimestamp

        TimestampType addNewTimestamp()
        Appends and returns a new empty "Timestamp" element