Package org.opensaml.soap.soap11
Interface MustUnderstandBearing
-
- All Known Subinterfaces:
EncryptedHeader
public interface MustUnderstandBearingInterface for element having a@soap11:mustUnderstandattribute.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSOAP11_MUST_UNDERSTAND_ATTR_LOCAL_NAMEThe soap11:@mustUnderstand attribute local name.static QNameSOAP11_MUST_UNDERSTAND_ATTR_NAMEThe soap11:@mustUnderstand qualified attribute name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleanisSOAP11MustUnderstand()Get the attribute value.org.opensaml.core.xml.schema.XSBooleanValueisSOAP11MustUnderstandXSBoolean()Get the attribute value.voidsetSOAP11MustUnderstand(Boolean newMustUnderstand)Set the attribute value.voidsetSOAP11MustUnderstand(org.opensaml.core.xml.schema.XSBooleanValue newMustUnderstand)Set the attribute value.
-
-
-
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 org.opensaml.core.xml.schema.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 org.opensaml.core.xml.schema.XSBooleanValue newMustUnderstand)Set the attribute value.- Parameters:
newMustUnderstand- the new attribute value
-
-