Interface AuthenticationTypeDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface AuthenticationTypeDocument
    extends XmlObject
    A document containing one AuthenticationType(@http://docs.oasis-open.org/ws-sx/ws-trust/200512/) element. This is a complex type.
    • Method Detail

      • getAuthenticationType

        String getAuthenticationType()
        Gets the "AuthenticationType" element
      • xgetAuthenticationType

        XmlAnyURI xgetAuthenticationType()
        Gets (as xml) the "AuthenticationType" element
      • setAuthenticationType

        void setAuthenticationType​(String authenticationType)
        Sets the "AuthenticationType" element
      • xsetAuthenticationType

        void xsetAuthenticationType​(XmlAnyURI authenticationType)
        Sets (as xml) the "AuthenticationType" element