Interface ChallengeDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getChallenge

        String getChallenge()
        Gets the "Challenge" element
      • xgetChallenge

        XmlString xgetChallenge()
        Gets (as xml) the "Challenge" element
      • setChallenge

        void setChallenge​(String challenge)
        Sets the "Challenge" element
      • xsetChallenge

        void xsetChallenge​(XmlString challenge)
        Sets (as xml) the "Challenge" element