Interface MgmtDataDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface MgmtDataDocument
    extends XmlObject
    A document containing one MgmtData(@http://www.w3.org/2000/09/xmldsig#) element. This is a complex type.
    • Method Detail

      • getMgmtData

        String getMgmtData()
        Gets the "MgmtData" element
      • xgetMgmtData

        XmlString xgetMgmtData()
        Gets (as xml) the "MgmtData" element
      • setMgmtData

        void setMgmtData​(String mgmtData)
        Sets the "MgmtData" element
      • xsetMgmtData

        void xsetMgmtData​(XmlString mgmtData)
        Sets (as xml) the "MgmtData" element