|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MustUnderstandBearing
Interface for element having a @soap12:mustUnderstand
attribute.
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
Boolean |
isSOAP12MustUnderstand()
Get the attribute value. |
org.opensaml.xml.schema.XSBooleanValue |
isSOAP12MustUnderstandXSBoolean()
Get the attribute value. |
void |
setSOAP12MustUnderstand(Boolean newMustUnderstand)
Set the attribute value. |
void |
setSOAP12MustUnderstand(org.opensaml.xml.schema.XSBooleanValue newMustUnderstand)
Set the attribute value. |
Field Detail |
---|
static final String SOAP12_MUST_UNDERSTAND_ATTR_LOCAL_NAME
static final QName SOAP12_MUST_UNDERSTAND_ATTR_NAME
Method Detail |
---|
Boolean isSOAP12MustUnderstand()
org.opensaml.xml.schema.XSBooleanValue isSOAP12MustUnderstandXSBoolean()
void setSOAP12MustUnderstand(Boolean newMustUnderstand)
newMustUnderstand
- the new attribute valuevoid setSOAP12MustUnderstand(org.opensaml.xml.schema.XSBooleanValue newMustUnderstand)
newMustUnderstand
- the new attribute value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |