Interface EncryptionAlgorithmDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface EncryptionAlgorithmDocument
    extends XmlObject
    A document containing one EncryptionAlgorithm(@http://schemas.xmlsoap.org/ws/2005/02/trust) element. This is a complex type.
    • Method Detail

      • getEncryptionAlgorithm

        String getEncryptionAlgorithm()
        Gets the "EncryptionAlgorithm" element
      • xgetEncryptionAlgorithm

        XmlAnyURI xgetEncryptionAlgorithm()
        Gets (as xml) the "EncryptionAlgorithm" element
      • setEncryptionAlgorithm

        void setEncryptionAlgorithm​(String encryptionAlgorithm)
        Sets the "EncryptionAlgorithm" element
      • xsetEncryptionAlgorithm

        void xsetEncryptionAlgorithm​(XmlAnyURI encryptionAlgorithm)
        Sets (as xml) the "EncryptionAlgorithm" element