Package org.opensaml.soap.soap12
Interface EncodingStyleBearing
-
public interface EncodingStyleBearingInterface for element having a@soap12:encodingStyleattribute.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSOAP12_ENCODING_STYLE_ATTR_LOCAL_NAMEThe soap12:@encodingStyle attribute local name.static QNameSOAP12_ENCODING_STYLE_ATTR_NAMEThe soap12:@encodingStyle qualified attribute name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSOAP12EncodingStyle()Get the attribute value.voidsetSOAP12EncodingStyle(String newEncodingStyle)Set the attribute value.
-
-
-
Field Detail
-
SOAP12_ENCODING_STYLE_ATTR_LOCAL_NAME
static final String SOAP12_ENCODING_STYLE_ATTR_LOCAL_NAME
The soap12:@encodingStyle attribute local name.- See Also:
- Constant Field Values
-
SOAP12_ENCODING_STYLE_ATTR_NAME
static final QName SOAP12_ENCODING_STYLE_ATTR_NAME
The soap12:@encodingStyle qualified attribute name.
-
-
Method Detail
-
getSOAP12EncodingStyle
@Nullable String getSOAP12EncodingStyle()
Get the attribute value.- Returns:
- return the attribute value
-
setSOAP12EncodingStyle
void setSOAP12EncodingStyle(@Nullable String newEncodingStyle)Set the attribute value.- Parameters:
newEncodingStyle- the new attribute value
-
-