public interface MustUnderstandBearing
@soap11:mustUnderstand
attribute.Modifier and Type | Field and Description |
---|---|
static String |
SOAP11_MUST_UNDERSTAND_ATTR_LOCAL_NAME
The soap11:@mustUnderstand attribute local name.
|
static QName |
SOAP11_MUST_UNDERSTAND_ATTR_NAME
The soap11:@mustUnderstand qualified attribute name.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
isSOAP11MustUnderstand()
Get the attribute value.
|
XSBooleanValue |
isSOAP11MustUnderstandXSBoolean()
Get the attribute value.
|
void |
setSOAP11MustUnderstand(Boolean newMustUnderstand)
Set the attribute value.
|
void |
setSOAP11MustUnderstand(XSBooleanValue newMustUnderstand)
Set the attribute value.
|
static final String SOAP11_MUST_UNDERSTAND_ATTR_LOCAL_NAME
static final QName SOAP11_MUST_UNDERSTAND_ATTR_NAME
@Nullable Boolean isSOAP11MustUnderstand()
@Nullable XSBooleanValue isSOAP11MustUnderstandXSBoolean()
void setSOAP11MustUnderstand(@Nullable Boolean newMustUnderstand)
newMustUnderstand
- the new attribute valuevoid setSOAP11MustUnderstand(@Nullable XSBooleanValue newMustUnderstand)
newMustUnderstand
- the new attribute valueCopyright © 2016 JBoss by Red Hat. All rights reserved.