public interface MustUnderstandBearing
@soap12:mustUnderstand
attribute.修飾子とタイプ | フィールドと説明 |
---|---|
static String |
SOAP12_MUST_UNDERSTAND_ATTR_LOCAL_NAME
The soap12:@mustUnderstand attribute local name.
|
static QName |
SOAP12_MUST_UNDERSTAND_ATTR_NAME
The soap12:@mustUnderstand qualified attribute name.
|
修飾子とタイプ | メソッドと説明 |
---|---|
Boolean |
isSOAP12MustUnderstand()
Get the attribute value.
|
XSBooleanValue |
isSOAP12MustUnderstandXSBoolean()
Get the attribute value.
|
void |
setSOAP12MustUnderstand(Boolean newMustUnderstand)
Set the attribute value.
|
void |
setSOAP12MustUnderstand(XSBooleanValue newMustUnderstand)
Set the attribute value.
|
static final String SOAP12_MUST_UNDERSTAND_ATTR_LOCAL_NAME
static final QName SOAP12_MUST_UNDERSTAND_ATTR_NAME
Boolean isSOAP12MustUnderstand()
XSBooleanValue isSOAP12MustUnderstandXSBoolean()
void setSOAP12MustUnderstand(Boolean newMustUnderstand)
newMustUnderstand
- the new attribute valuevoid setSOAP12MustUnderstand(XSBooleanValue newMustUnderstand)
newMustUnderstand
- the new attribute valueCopyright © 2012. All Rights Reserved.