Interface SignChallengeType

All Superinterfaces:
AttributeExtensibleXMLObject, ElementExtensibleXMLObject, WSTrustObject, XMLObject
All Known Subinterfaces:
SignChallenge, SignChallengeResponse
All Known Implementing Classes:
SignChallengeImpl, SignChallengeResponseImpl, SignChallengeTypeImpl

public interface SignChallengeType extends AttributeExtensibleXMLObject, ElementExtensibleXMLObject, WSTrustObject
SignChallengeType complex type.
  • Field Details

    • TYPE_LOCAL_NAME

      static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • TYPE_NAME

      static final QName TYPE_NAME
      QName of the XSI type.
  • Method Details

    • getChallenge

      Challenge getChallenge()
      Returns the wst:Challenge child element.
      Returns:
      the Challenge child element or null.
    • setChallenge

      void setChallenge(Challenge challenge)
      Sets the wst:Challenge child element.
      Parameters:
      challenge - the Challenge child element to set.