public class SOAPFaultImpl extends Object implements SOAPFault
Modifier and Type | Field and Description |
---|---|
protected QName |
elementType |
protected List |
encodingStyles |
protected String |
name |
protected String |
namespaceURI |
protected Boolean |
required |
static long |
serialVersionUID |
protected String |
use |
Constructor and Description |
---|
SOAPFaultImpl() |
Modifier and Type | Method and Description |
---|---|
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() |
protected QName elementType
protected Boolean required
protected String name
protected String use
protected List encodingStyles
protected String namespaceURI
public static final long serialVersionUID
public void setElementType(QName elementType)
setElementType
in interface ExtensibilityElement
elementType
- the typepublic QName getElementType()
getElementType
in interface ExtensibilityElement
public void setRequired(Boolean required)
setRequired
in interface ExtensibilityElement
public Boolean getRequired()
getRequired
in interface ExtensibilityElement
public void setName(String name)
public String getName()
public void setUse(String use)
public String getUse()
public void setEncodingStyles(List encodingStyles)
setEncodingStyles
in interface SOAPFault
encodingStyles
- the desired encodingStylespublic List getEncodingStyles()
getEncodingStyles
in interface SOAPFault
public void setNamespaceURI(String namespaceURI)
setNamespaceURI
in interface SOAPFault
namespaceURI
- the desired namespace URIpublic String getNamespaceURI()
getNamespaceURI
in interface SOAPFault
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.