javax.wsdl.extensions.soap
Interface SOAPFault

All Superinterfaces:
ExtensibilityElement, java.io.Serializable

public interface SOAPFault
extends ExtensibilityElement, java.io.Serializable

SOAPFault

Component:
WSDL-API interfaces

Method Summary
 java.util.List getEncodingStyles()
          Get the encodingStyles 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 setEncodingStyles(java.util.List encodingStyles)
          Set the encodingStyles 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.
 
Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement
getElementType, getRequired, setElementType, setRequired
 

Method Detail

setName

public void setName(java.lang.String name)
Set the name for this SOAP fault.

Parameters:
name - the desired name

getName

public java.lang.String getName()
Get the name for this SOAP fault.


setUse

public void setUse(java.lang.String use)
Set the use for this SOAP fault.

Parameters:
use - the desired use

getUse

public java.lang.String getUse()
Get the use for this SOAP fault.


setEncodingStyles

public void setEncodingStyles(java.util.List encodingStyles)
Set the encodingStyles for this SOAP fault.

Parameters:
encodingStyles - the desired encodingStyles

getEncodingStyles

public java.util.List getEncodingStyles()
Get the encodingStyles for this SOAP fault.


setNamespaceURI

public void setNamespaceURI(java.lang.String namespaceURI)
Set the namespace URI for this SOAP fault.

Parameters:
namespaceURI - the desired namespace URI

getNamespaceURI

public java.lang.String getNamespaceURI()
Get the namespace URI for this SOAP fault.