org.opensaml.ws.soap.soap11
Interface MustUnderstandBearing

All Known Subinterfaces:
EncryptedHeader
All Known Implementing Classes:
EncryptedHeaderImpl

public interface MustUnderstandBearing

Interface for element having a @soap11:mustUnderstand attribute.


Field Summary
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.
 
Method Summary
 Boolean isSOAP11MustUnderstand()
          Get the attribute value.
 org.opensaml.xml.schema.XSBooleanValue isSOAP11MustUnderstandXSBoolean()
          Get the attribute value.
 void setSOAP11MustUnderstand(Boolean newMustUnderstand)
          Set the attribute value.
 void setSOAP11MustUnderstand(org.opensaml.xml.schema.XSBooleanValue newMustUnderstand)
          Set the attribute value.
 

Field Detail

SOAP11_MUST_UNDERSTAND_ATTR_LOCAL_NAME

static final String SOAP11_MUST_UNDERSTAND_ATTR_LOCAL_NAME
The soap11:@mustUnderstand attribute local name.

See Also:
Constant Field Values

SOAP11_MUST_UNDERSTAND_ATTR_NAME

static final QName SOAP11_MUST_UNDERSTAND_ATTR_NAME
The soap11:@mustUnderstand qualified attribute name.

Method Detail

isSOAP11MustUnderstand

Boolean isSOAP11MustUnderstand()
Get the attribute value.

Returns:
return the attribute vlue

isSOAP11MustUnderstandXSBoolean

org.opensaml.xml.schema.XSBooleanValue isSOAP11MustUnderstandXSBoolean()
Get the attribute value.

Returns:
return the attribute vlue

setSOAP11MustUnderstand

void setSOAP11MustUnderstand(Boolean newMustUnderstand)
Set the attribute value.

Parameters:
newMustUnderstand - the new attribute value

setSOAP11MustUnderstand

void setSOAP11MustUnderstand(org.opensaml.xml.schema.XSBooleanValue newMustUnderstand)
Set the attribute value.

Parameters:
newMustUnderstand - the new attribute value


Copyright © 2006-2013 Internet2. All Rights Reserved.