public interface MustUnderstandBearing
@soap12:mustUnderstand attribute.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SOAP12_MUST_UNDERSTAND_ATTR_LOCAL_NAME
The soap12:@mustUnderstand attribute local name.
|
static javax.xml.namespace.QName |
SOAP12_MUST_UNDERSTAND_ATTR_NAME
The soap12:@mustUnderstand qualified attribute name.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
isSOAP12MustUnderstand()
Get the attribute value.
|
XSBooleanValue |
isSOAP12MustUnderstandXSBoolean()
Get the attribute value.
|
void |
setSOAP12MustUnderstand(java.lang.Boolean newMustUnderstand)
Set the attribute value.
|
void |
setSOAP12MustUnderstand(XSBooleanValue newMustUnderstand)
Set the attribute value.
|
static final java.lang.String SOAP12_MUST_UNDERSTAND_ATTR_LOCAL_NAME
static final javax.xml.namespace.QName SOAP12_MUST_UNDERSTAND_ATTR_NAME
@Nullable java.lang.Boolean isSOAP12MustUnderstand()
@Nullable XSBooleanValue isSOAP12MustUnderstandXSBoolean()
void setSOAP12MustUnderstand(@Nullable
java.lang.Boolean newMustUnderstand)
newMustUnderstand - the new attribute valuevoid setSOAP12MustUnderstand(@Nullable
XSBooleanValue newMustUnderstand)
newMustUnderstand - the new attribute value