Interface SOAPFault
- All Superinterfaces:
ExtensibilityElement, Serializable
- All Known Implementing Classes:
SOAPFaultImpl
- Author:
- Matthew J. Duftler (duftler@us.ibm.com)
-
Method Summary
Modifier and TypeMethodDescriptionGet the encodingStyles for this SOAP fault.getName()Get the name for this SOAP fault.Get the namespace URI for this SOAP fault.getUse()Get the use for this SOAP fault.voidsetEncodingStyles(List encodingStyles) Set the encodingStyles for this SOAP fault.voidSet the name for this SOAP fault.voidsetNamespaceURI(String namespaceURI) Set the namespace URI for this SOAP fault.voidSet the use for this SOAP fault.Methods inherited from interface ExtensibilityElement
getElementType, getRequired, setElementType, setRequired
-
Method Details
-
setName
-
getName
String getName()Get the name for this SOAP fault. -
setUse
-
getUse
String getUse()Get the use for this SOAP fault. -
setEncodingStyles
Set the encodingStyles for this SOAP fault.- Parameters:
encodingStyles- the desired encodingStyles
-
getEncodingStyles
List getEncodingStyles()Get the encodingStyles for this SOAP fault. -
setNamespaceURI
Set the namespace URI for this SOAP fault.- Parameters:
namespaceURI- the desired namespace URI
-
getNamespaceURI
String getNamespaceURI()Get the namespace URI for this SOAP fault.
-