Interface MustUnderstandBearing

All Known Subinterfaces:
ChannelBindings, EncryptedHeader, GeneratedKey, RelayState, Request, RequestAuthenticated, Response, SessionKey, SubjectConfirmation
All Known Implementing Classes:
ChannelBindingsImpl, EncryptedHeaderImpl, GeneratedKeyImpl, RelayStateImpl, RequestAuthenticatedImpl, RequestImpl, ResponseImpl, SessionKeyImpl, SubjectConfirmationImpl

public interface MustUnderstandBearing
Interface for element having a @soap11:mustUnderstand attribute.
  • Field Details

    • SOAP11_MUST_UNDERSTAND_ATTR_LOCAL_NAME

      static final String SOAP11_MUST_UNDERSTAND_ATTR_LOCAL_NAME
      The soap11:@mustUnderstand attribute local name.
      See Also:
      Constant Field Values
    • SOAP11_MUST_UNDERSTAND_ATTR_NAME

      static final QName SOAP11_MUST_UNDERSTAND_ATTR_NAME
      The soap11:@mustUnderstand qualified attribute name.
  • Method Details

    • isSOAP11MustUnderstand

      @Nullable Boolean isSOAP11MustUnderstand()
      Get the attribute value.
      Returns:
      return the attribute vlue
    • isSOAP11MustUnderstandXSBoolean

      @Nullable XSBooleanValue isSOAP11MustUnderstandXSBoolean()
      Get the attribute value.
      Returns:
      return the attribute vlue
    • setSOAP11MustUnderstand

      void setSOAP11MustUnderstand​(@Nullable Boolean newMustUnderstand)
      Set the attribute value.
      Parameters:
      newMustUnderstand - the new attribute value
    • setSOAP11MustUnderstand

      void setSOAP11MustUnderstand​(@Nullable XSBooleanValue newMustUnderstand)
      Set the attribute value.
      Parameters:
      newMustUnderstand - the new attribute value