Package org.opensaml.soap.soap11
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 Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the attribute value.Get the attribute value.voidsetSOAP11MustUnderstand(Boolean newMustUnderstand) Set the attribute value.voidsetSOAP11MustUnderstand(XSBooleanValue newMustUnderstand) Set the attribute value.
-
Field Details
-
SOAP11_MUST_UNDERSTAND_ATTR_LOCAL_NAME
The soap11:@mustUnderstand attribute local name.- See Also:
-
SOAP11_MUST_UNDERSTAND_ATTR_NAME
The soap11:@mustUnderstand qualified attribute name.
-
-
Method Details
-
isSOAP11MustUnderstand
Get the attribute value.- Returns:
- return the attribute vlue
-
isSOAP11MustUnderstandXSBoolean
Get the attribute value.- Returns:
- return the attribute vlue
-
setSOAP11MustUnderstand
Set the attribute value.- Parameters:
newMustUnderstand- the new attribute value
-
setSOAP11MustUnderstand
Set the attribute value.- Parameters:
newMustUnderstand- the new attribute value
-