com.ibm.wsdl.extensions.soap

Class SOAPFaultImpl

Implemented Interfaces:
ExtensibilityElement, java.io.Serializable, SOAPFault

public class SOAPFaultImpl
extends java.lang.Object
implements SOAPFault

Author:
Matthew J. Duftler (duftler@us.ibm.com)

Field Summary

protected QName
elementType
protected List
encodingStyles
protected String
name
protected String
namespaceURI
protected Boolean
required
static long
serialVersionUID
protected String
use

Method Summary

QName
getElementType()
Get the type of this extensibility element.
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.
Boolean
getRequired()
Get whether or not the semantics of this extension are required.
String
getUse()
Get the use for this SOAP fault.
void
setElementType(QName elementType)
Set the type of this extensibility element.
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
setRequired(Boolean required)
Set whether or not the semantics of this extension are required.
void
setUse(String use)
Set the use for this SOAP fault.
String
toString()

Field Details

elementType

protected QName elementType

encodingStyles

protected List encodingStyles

name

protected String name

namespaceURI

protected String namespaceURI

required

protected Boolean required

serialVersionUID

public static final long serialVersionUID
Field Value:
1L

use

protected String use

Method Details

getElementType

public QName getElementType()
Get the type of this extensibility element.
Specified by:
getElementType in interface ExtensibilityElement
Returns:
the extensibility element's type

getEncodingStyles

public List getEncodingStyles()
Get the encodingStyles for this SOAP fault.
Specified by:
getEncodingStyles in interface SOAPFault

getName

public String getName()
Get the name for this SOAP fault.
Specified by:
getName in interface SOAPFault

getNamespaceURI

public String getNamespaceURI()
Get the namespace URI for this SOAP fault.
Specified by:
getNamespaceURI in interface SOAPFault

getRequired

public Boolean getRequired()
Get whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.
Specified by:
getRequired in interface ExtensibilityElement

getUse

public String getUse()
Get the use for this SOAP fault.
Specified by:
getUse in interface SOAPFault

setElementType

public void setElementType(QName elementType)
Set the type of this extensibility element.
Specified by:
setElementType in interface ExtensibilityElement
Parameters:
elementType - the type

setEncodingStyles

public void setEncodingStyles(List encodingStyles)
Set the encodingStyles for this SOAP fault.
Specified by:
setEncodingStyles in interface SOAPFault
Parameters:
encodingStyles - the desired encodingStyles

setName

public void setName(String name)
Set the name for this SOAP fault.
Specified by:
setName in interface SOAPFault
Parameters:
name - the desired name

setNamespaceURI

public void setNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP fault.
Specified by:
setNamespaceURI in interface SOAPFault
Parameters:
namespaceURI - the desired namespace URI

setRequired

public void setRequired(Boolean required)
Set whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.
Specified by:
setRequired in interface ExtensibilityElement

setUse

public void setUse(String use)
Set the use for this SOAP fault.
Specified by:
setUse in interface SOAPFault
Parameters:
use - the desired use

toString

public String toString()

Copyright B) 2003,2006 IBM. All Rights Reserved.