Interface AuthenticationTypeDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface AuthenticationTypeDocument
    extends XmlObject
    A document containing one AuthenticationType(@http://schemas.xmlsoap.org/ws/2005/02/trust) 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