public interface SOAP12HeaderFault extends ExtensibilityElement, Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getEncodingStyle()
Get the encodingStyle for this SOAP header fault.
|
QName |
getMessage()
Get the message for this SOAP header fault.
|
String |
getNamespaceURI()
Get the namespace URI for this SOAP header fault.
|
String |
getPart()
Get the part for this SOAP header fault.
|
String |
getUse()
Get the use for this SOAP header fault.
|
void |
setEncodingStyle(String encodingStyle)
Set the encodingStyle for this SOAP header fault.
|
void |
setMessage(QName message)
Set the message for this SOAP header fault.
|
void |
setNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP header fault.
|
void |
setPart(String part)
Set the part for this SOAP header fault.
|
void |
setUse(String use)
Set the use for this SOAP header fault.
|
getElementType, getRequired, setElementType, setRequiredvoid setMessage(QName message)
message - the desired messageQName getMessage()
void setPart(String part)
part - the desired partString getPart()
void setUse(String use)
use - the desired useString getUse()
void setEncodingStyle(String encodingStyle)
encodingStyle - the desired encodingStyleString getEncodingStyle()
void setNamespaceURI(String namespaceURI)
namespaceURI - the desired namespace URIString getNamespaceURI()
Copyright © 2018 JBoss by Red Hat. All rights reserved.