com.ibm.wsdl.extensions.soap
public class SOAPHeaderImpl extends Object implements SOAPHeader
Field Summary | |
---|---|
protected QName | elementType |
protected List | encodingStyles |
protected QName | message |
protected String | namespaceURI |
protected String | part |
protected Boolean | required |
static long | serialVersionUID |
protected List | soapHeaderFaults |
protected String | use |
Method Summary | |
---|---|
void | addSOAPHeaderFault(SOAPHeaderFault soapHeaderFault) |
QName | getElementType()
Get the type of this extensibility element.
|
List | getEncodingStyles()
Get the encodingStyles for this SOAP header. |
QName | getMessage()
Get the message for this SOAP header. |
String | getNamespaceURI()
Get the namespace URI for this SOAP header. |
String | getPart()
Get the part for this SOAP header. |
Boolean | getRequired()
Get whether or not the semantics of this extension
are required. |
List | getSOAPHeaderFaults() |
String | getUse()
Get the use for this SOAP header. |
void | setElementType(QName elementType)
Set the type of this extensibility element.
|
void | setEncodingStyles(List encodingStyles)
Set the encodingStyles for this SOAP header.
|
void | setMessage(QName message)
Set the message for this SOAP header.
|
void | setNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP header.
|
void | setPart(String part)
Set the part for this SOAP header.
|
void | setRequired(Boolean required)
Set whether or not the semantics of this extension
are required. |
void | setUse(String use)
Set the use for this SOAP header.
|
String | toString() |
Returns: the extensibility element's type
Parameters: elementType the type
Parameters: encodingStyles the desired encodingStyles
Parameters: message the desired message
Parameters: namespaceURI the desired namespace URI
Parameters: part the desired part
Parameters: use the desired use