ExtensibilityElement
, java.io.Serializable
SOAPHeaderFaultImpl
public interface SOAPHeaderFault extends ExtensibilityElement, java.io.Serializable
Modifier and Type | Method | Description |
---|---|---|
java.util.List |
getEncodingStyles() |
Get the encodingStyles for this SOAP header fault.
|
QName |
getMessage() |
Get the message for this SOAP header fault.
|
java.lang.String |
getNamespaceURI() |
Get the namespace URI for this SOAP header fault.
|
java.lang.String |
getPart() |
Get the part for this SOAP header fault.
|
java.lang.String |
getUse() |
Get the use for this SOAP header fault.
|
void |
setEncodingStyles(java.util.List encodingStyles) |
Set the encodingStyles for this SOAP header fault.
|
void |
setMessage(QName message) |
Set the message for this SOAP header fault.
|
void |
setNamespaceURI(java.lang.String namespaceURI) |
Set the namespace URI for this SOAP header fault.
|
void |
setPart(java.lang.String part) |
Set the part for this SOAP header fault.
|
void |
setUse(java.lang.String use) |
Set the use for this SOAP header fault.
|
getElementType, getRequired, setElementType, setRequired
void setMessage(QName message)
message
- the desired messageQName getMessage()
void setPart(java.lang.String part)
part
- the desired partjava.lang.String getPart()
void setUse(java.lang.String use)
use
- the desired usejava.lang.String getUse()
void setEncodingStyles(java.util.List encodingStyles)
encodingStyles
- the desired encodingStylesjava.util.List getEncodingStyles()
void setNamespaceURI(java.lang.String namespaceURI)
namespaceURI
- the desired namespace URIjava.lang.String getNamespaceURI()
Copyright ? 2003, 2013 IBM. All Rights Reserved.