Interface BinarySecretDocument

All Superinterfaces:
XmlObject, XmlTokenSource

public interface BinarySecretDocument extends XmlObject
A document containing one BinarySecret(@http://schemas.xmlsoap.org/ws/2005/02/trust) element. This is a complex type.
  • Field Details

  • Method Details

    • getBinarySecret

      BinarySecretType getBinarySecret()
      Gets the "BinarySecret" element
    • setBinarySecret

      void setBinarySecret(BinarySecretType binarySecret)
      Sets the "BinarySecret" element
    • addNewBinarySecret

      BinarySecretType addNewBinarySecret()
      Appends and returns a new empty "BinarySecret" element