public class SOAPHeaderFaultImpl extends Object implements SOAPHeaderFault
Modifier and Type | Field and Description |
---|---|
protected QName |
elementType |
protected List |
encodingStyles |
protected QName |
message |
protected String |
namespaceURI |
protected String |
part |
protected Boolean |
required |
static long |
serialVersionUID |
protected String |
use |
Constructor and Description |
---|
SOAPHeaderFaultImpl() |
Modifier and Type | Method and Description |
---|---|
QName |
getElementType()
Get the type of this extensibility element.
|
List |
getEncodingStyles()
Get the encodingStyles for this SOAP header fault.
|
QName |
getMessage()
Get the message for this SOAP header fault.
|
String |
getNamespaceURI()
Get the namespace URI for this SOAP header fault.
|
String |
getPart()
Get the part for this SOAP header fault.
|
Boolean |
getRequired()
Get whether or not the semantics of this extension
are required.
|
String |
getUse()
Get the use for this SOAP header fault.
|
void |
setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
setEncodingStyles(List encodingStyles)
Set the encodingStyles for this SOAP header fault.
|
void |
setMessage(QName message)
Set the message for this SOAP header fault.
|
void |
setNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP header fault.
|
void |
setPart(String part)
Set the part for this SOAP header 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 header fault.
|
String |
toString() |
protected QName elementType
protected Boolean required
protected QName message
protected String part
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 setMessage(QName message)
setMessage
in interface SOAPHeaderFault
message
- the desired messagepublic QName getMessage()
getMessage
in interface SOAPHeaderFault
public void setPart(String part)
setPart
in interface SOAPHeaderFault
part
- the desired partpublic String getPart()
getPart
in interface SOAPHeaderFault
public void setUse(String use)
setUse
in interface SOAPHeaderFault
use
- the desired usepublic String getUse()
getUse
in interface SOAPHeaderFault
public void setEncodingStyles(List encodingStyles)
setEncodingStyles
in interface SOAPHeaderFault
encodingStyles
- the desired encodingStylespublic List getEncodingStyles()
getEncodingStyles
in interface SOAPHeaderFault
public void setNamespaceURI(String namespaceURI)
setNamespaceURI
in interface SOAPHeaderFault
namespaceURI
- the desired namespace URIpublic String getNamespaceURI()
getNamespaceURI
in interface SOAPHeaderFault
Copyright © 2016 JBoss by Red Hat. All rights reserved.