Package org.opensaml.soap.soap11
Interface EncodingStyleBearing
public interface EncodingStyleBearing
Interface for element having a
@soap11:encodingStyle
attribute.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the attribute value.void
setSOAP11EncodingStyles
(List<String> newEncodingStyles) Set the attribute value.
-
Field Details
-
SOAP11_ENCODING_STYLE_ATTR_LOCAL_NAME
The soap11:@encodingStyle attribute local name.- See Also:
-
SOAP11_ENCODING_STYLE_ATTR_NAME
The soap11:@encodingStyle qualified attribute name.
-
-
Method Details
-
getSOAP11EncodingStyles
Get the attribute value.- Returns:
- return the list of attribute values
-
setSOAP11EncodingStyles
Set the attribute value.- Parameters:
newEncodingStyles
- the new list of attribute values
-