ExtensibilityElement
, java.io.Serializable
SOAP12FaultImpl
public interface SOAP12Fault extends ExtensibilityElement, java.io.Serializable
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getEncodingStyle() |
Get the encodingStyle for this SOAP fault.
|
java.lang.String |
getName() |
Get the name for this SOAP fault.
|
java.lang.String |
getNamespaceURI() |
Get the namespace URI for this SOAP fault.
|
java.lang.String |
getUse() |
Get the use for this SOAP fault.
|
void |
setEncodingStyle(java.lang.String encodingStyle) |
Set the encodingStyle for this SOAP fault.
|
void |
setName(java.lang.String name) |
Set the name for this SOAP fault.
|
void |
setNamespaceURI(java.lang.String namespaceURI) |
Set the namespace URI for this SOAP fault.
|
void |
setUse(java.lang.String use) |
Set the use for this SOAP fault.
|
getElementType, getRequired, setElementType, setRequired
void setName(java.lang.String name)
name
- the desired namejava.lang.String getName()
void setUse(java.lang.String use)
use
- the desired usejava.lang.String getUse()
void setEncodingStyle(java.lang.String encodingStyle)
encodingStyle
- the desired encodingStylejava.lang.String getEncodingStyle()
void setNamespaceURI(java.lang.String namespaceURI)
namespaceURI
- the desired namespace URIjava.lang.String getNamespaceURI()
Copyright ? 2003, 2013 IBM. All Rights Reserved.