public class SOAP12HeaderImpl extends Object implements SOAP12Header
Modifier and Type | Field and Description |
---|---|
protected QName |
elementType |
protected String |
encodingStyle |
protected QName |
message |
protected String |
namespaceURI |
protected String |
part |
protected Boolean |
required |
static long |
serialVersionUID |
protected List |
soapHeaderFaults |
protected String |
use |
Constructor and Description |
---|
SOAP12HeaderImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addSOAP12HeaderFault(SOAP12HeaderFault soap12HeaderFault)
Add a SOAP header fault.
|
QName |
getElementType()
Get the type of this extensibility element.
|
String |
getEncodingStyle()
Get the encodingStyle for this SOAP header.
|
QName |
getMessage()
Get the message for this SOAP header.
|
String |
getNamespaceURI()
Get the namespace URI for this SOAP header.
|
String |
getPart()
Get the part for this SOAP header.
|
Boolean |
getRequired()
Get whether or not the semantics of this extension
are required.
|
List |
getSOAP12HeaderFaults()
Get a list of all SOAP header faults contained in this SOAP header.
|
String |
getUse()
Get the use for this SOAP header.
|
SOAP12HeaderFault |
removeSOAP12HeaderFault(SOAP12HeaderFault soap12HeaderFault)
Remove a SOAP header fault.
|
void |
setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
setEncodingStyle(String encodingStyle)
Set the encodingStyle for this SOAP header.
|
void |
setMessage(QName message)
Set the message for this SOAP header.
|
void |
setNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP header.
|
void |
setPart(String part)
Set the part for this SOAP header.
|
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.
|
String |
toString() |
protected QName elementType
protected Boolean required
protected QName message
protected String part
protected String use
protected String encodingStyle
protected String namespaceURI
protected List soapHeaderFaults
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 SOAP12Header
message
- the desired messagepublic QName getMessage()
getMessage
in interface SOAP12Header
public void setPart(String part)
setPart
in interface SOAP12Header
part
- the desired partpublic String getPart()
getPart
in interface SOAP12Header
public void setUse(String use)
setUse
in interface SOAP12Header
use
- the desired usepublic String getUse()
getUse
in interface SOAP12Header
public void setEncodingStyle(String encodingStyle)
setEncodingStyle
in interface SOAP12Header
encodingStyle
- the desired encodingStylepublic String getEncodingStyle()
getEncodingStyle
in interface SOAP12Header
public void setNamespaceURI(String namespaceURI)
setNamespaceURI
in interface SOAP12Header
namespaceURI
- the desired namespace URIpublic String getNamespaceURI()
getNamespaceURI
in interface SOAP12Header
public void addSOAP12HeaderFault(SOAP12HeaderFault soap12HeaderFault)
SOAP12Header
addSOAP12HeaderFault
in interface SOAP12Header
soap12HeaderFault
- the SOAP Header fault to be added.public SOAP12HeaderFault removeSOAP12HeaderFault(SOAP12HeaderFault soap12HeaderFault)
SOAP12Header
removeSOAP12HeaderFault
in interface SOAP12Header
soap12HeaderFault
- the SOAP header fault to be removed.public List getSOAP12HeaderFaults()
SOAP12Header
getSOAP12HeaderFaults
in interface SOAP12Header
Copyright © 2016 JBoss by Red Hat. All rights reserved.