Interface ChallengeDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface ChallengeDocument
    extends XmlObject
    A document containing one Challenge(@http://docs.oasis-open.org/ws-sx/ws-trust/200512/) 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