org.opensaml.ws.soap.soap11
Interface EncodingStyleBearing


public interface EncodingStyleBearing

Interface for element having a @soap11:encodingStyle attribute.


Field Summary
static String SOAP11_ENCODING_STYLE_ATTR_LOCAL_NAME
          The soap11:@encodingStyle attribute local name.
static QName SOAP11_ENCODING_STYLE_ATTR_NAME
          The soap11:@encodingStyle qualified attribute name.
 
Method Summary
 List<String> getSOAP11EncodingStyles()
          Get the attribute value.
 void setSOAP11EncodingStyles(List<String> newEncodingStyles)
          Set the attribute value.
 

Field Detail

SOAP11_ENCODING_STYLE_ATTR_LOCAL_NAME

static final String SOAP11_ENCODING_STYLE_ATTR_LOCAL_NAME
The soap11:@encodingStyle attribute local name.

See Also:
Constant Field Values

SOAP11_ENCODING_STYLE_ATTR_NAME

static final QName SOAP11_ENCODING_STYLE_ATTR_NAME
The soap11:@encodingStyle qualified attribute name.

Method Detail

getSOAP11EncodingStyles

List<String> getSOAP11EncodingStyles()
Get the attribute value.

Returns:
return the list of attribute values

setSOAP11EncodingStyles

void setSOAP11EncodingStyles(List<String> newEncodingStyles)
Set the attribute value.

Parameters:
newEncodingStyles - the new list of attribute values


Copyright © 2006-2013 Internet2. All Rights Reserved.