public interface SOAPFault extends ExtensibilityElement, Serializable
Modifier and Type | Method and Description |
---|---|
List |
getEncodingStyles()
Get the encodingStyles for this SOAP fault.
|
String |
getName()
Get the name for this SOAP fault.
|
String |
getNamespaceURI()
Get the namespace URI for this SOAP fault.
|
String |
getUse()
Get the use for this SOAP fault.
|
void |
setEncodingStyles(List encodingStyles)
Set the encodingStyles for this SOAP fault.
|
void |
setName(String name)
Set the name for this SOAP fault.
|
void |
setNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP fault.
|
void |
setUse(String use)
Set the use for this SOAP fault.
|
getElementType, getRequired, setElementType, setRequired
void setName(String name)
name
- the desired nameString getName()
void setUse(String use)
use
- the desired useString getUse()
void setEncodingStyles(List encodingStyles)
encodingStyles
- the desired encodingStylesList getEncodingStyles()
void setNamespaceURI(String namespaceURI)
namespaceURI
- the desired namespace URIString getNamespaceURI()
Copyright © 2016 JBoss by Red Hat. All rights reserved.