Interface MustUnderstandBearing

  • All Known Subinterfaces:
    EncryptedHeader

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

      • 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 Detail

      • 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