org.opensaml.ws.soap.soap12
Interface EncodingStyleBearing


public interface EncodingStyleBearing

Interface for element having a @soap12:encodingStyle attribute.


Field Summary
static String SOAP12_ENCODING_STYLE_ATTR_LOCAL_NAME
          The soap12:@encodingStyle attribute local name.
static QName SOAP12_ENCODING_STYLE_ATTR_NAME
          The soap12:@encodingStyle qualified attribute name.
 
Method Summary
 String getSOAP12EncodingStyle()
          Get the attribute value.
 void setSOAP12EncodingStyle(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

String getSOAP12EncodingStyle()
Get the attribute value.

Returns:
return the attribute value

setSOAP12EncodingStyle

void setSOAP12EncodingStyle(String newEncodingStyle)
Set the attribute value.

Parameters:
newEncodingStyle - the new attribute value


Copyright © 2006-2013 Internet2. All Rights Reserved.