Interface TokenTypeDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getTokenType

        String getTokenType()
        Gets the "TokenType" element
      • xgetTokenType

        XmlAnyURI xgetTokenType()
        Gets (as xml) the "TokenType" element
      • setTokenType

        void setTokenType​(String tokenType)
        Sets the "TokenType" element
      • xsetTokenType

        void xsetTokenType​(XmlAnyURI tokenType)
        Sets (as xml) the "TokenType" element