Package org.opensaml.soap.soap12
Interface EncodingStyleBearing
public interface EncodingStyleBearing
Interface for element having a
@soap12:encodingStyle
attribute.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the attribute value.void
setSOAP12EncodingStyle
(String newEncodingStyle) Set the attribute value.
-
Field Details
-
SOAP12_ENCODING_STYLE_ATTR_LOCAL_NAME
The soap12:@encodingStyle attribute local name.- See Also:
-
SOAP12_ENCODING_STYLE_ATTR_NAME
The soap12:@encodingStyle qualified attribute name.
-
-
Method Details
-
getSOAP12EncodingStyle
Get the attribute value.- Returns:
- return the attribute value
-
setSOAP12EncodingStyle
Set the attribute value.- Parameters:
newEncodingStyle
- the new attribute value
-