Package org.opensaml.soap.soap12
Interface MustUnderstandBearing
-
- All Known Subinterfaces:
EncryptedHeader
public interface MustUnderstandBearingInterface for element having a@soap12:mustUnderstandattribute.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSOAP12_MUST_UNDERSTAND_ATTR_LOCAL_NAMEThe soap12:@mustUnderstand attribute local name.static QNameSOAP12_MUST_UNDERSTAND_ATTR_NAMEThe soap12:@mustUnderstand qualified attribute name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleanisSOAP12MustUnderstand()Get the attribute value.org.opensaml.core.xml.schema.XSBooleanValueisSOAP12MustUnderstandXSBoolean()Get the attribute value.voidsetSOAP12MustUnderstand(Boolean newMustUnderstand)Set the attribute value.voidsetSOAP12MustUnderstand(org.opensaml.core.xml.schema.XSBooleanValue newMustUnderstand)Set the attribute value.
-
-
-
Field Detail
-
SOAP12_MUST_UNDERSTAND_ATTR_LOCAL_NAME
static final String SOAP12_MUST_UNDERSTAND_ATTR_LOCAL_NAME
The soap12:@mustUnderstand attribute local name.- See Also:
- Constant Field Values
-
SOAP12_MUST_UNDERSTAND_ATTR_NAME
static final QName SOAP12_MUST_UNDERSTAND_ATTR_NAME
The soap12:@mustUnderstand qualified attribute name.
-
-
Method Detail
-
isSOAP12MustUnderstand
@Nullable Boolean isSOAP12MustUnderstand()
Get the attribute value.- Returns:
- return the attribute value
-
isSOAP12MustUnderstandXSBoolean
@Nullable org.opensaml.core.xml.schema.XSBooleanValue isSOAP12MustUnderstandXSBoolean()
Get the attribute value.- Returns:
- return the attribute value
-
setSOAP12MustUnderstand
void setSOAP12MustUnderstand(@Nullable Boolean newMustUnderstand)Set the attribute value.- Parameters:
newMustUnderstand- the new attribute value
-
setSOAP12MustUnderstand
void setSOAP12MustUnderstand(@Nullable org.opensaml.core.xml.schema.XSBooleanValue newMustUnderstand)Set the attribute value.- Parameters:
newMustUnderstand- the new attribute value
-
-