public class SOAPHeaderImpl extends java.lang.Object implements SOAPHeader
Modifier and Type | Field and Description |
---|---|
protected QName |
elementType |
protected java.util.List |
encodingStyles |
protected QName |
message |
protected java.lang.String |
namespaceURI |
protected java.lang.String |
part |
protected java.lang.Boolean |
required |
static long |
serialVersionUID |
protected java.util.List |
soapHeaderFaults |
protected java.lang.String |
use |
Constructor and Description |
---|
SOAPHeaderImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addSOAPHeaderFault(SOAPHeaderFault soapHeaderFault)
Add a SOAP header fault.
|
QName |
getElementType()
Get the type of this extensibility element.
|
java.util.List |
getEncodingStyles()
Get the encodingStyles for this SOAP header.
|
QName |
getMessage()
Get the message for this SOAP header.
|
java.lang.String |
getNamespaceURI()
Get the namespace URI for this SOAP header.
|
java.lang.String |
getPart()
Get the part for this SOAP header.
|
java.lang.Boolean |
getRequired()
Get whether or not the semantics of this extension
are required.
|
java.util.List |
getSOAPHeaderFaults()
Get a list of all SOAP header faults contained in this SOAP header.
|
java.lang.String |
getUse()
Get the use for this SOAP header.
|
SOAPHeaderFault |
removeSOAPHeaderFault(SOAPHeaderFault soapHeaderFault)
Remove a SOAP header fault.
|
void |
setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
setEncodingStyles(java.util.List encodingStyles)
Set the encodingStyles for this SOAP header.
|
void |
setMessage(QName message)
Set the message for this SOAP header.
|
void |
setNamespaceURI(java.lang.String namespaceURI)
Set the namespace URI for this SOAP header.
|
void |
setPart(java.lang.String part)
Set the part for this SOAP header.
|
void |
setRequired(java.lang.Boolean required)
Set whether or not the semantics of this extension
are required.
|
void |
setUse(java.lang.String use)
Set the use for this SOAP header.
|
java.lang.String |
toString() |
protected QName elementType
protected java.lang.Boolean required
protected QName message
protected java.lang.String part
protected java.lang.String use
protected java.util.List encodingStyles
protected java.lang.String namespaceURI
protected java.util.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(java.lang.Boolean required)
setRequired
in interface ExtensibilityElement
public java.lang.Boolean getRequired()
getRequired
in interface ExtensibilityElement
public void setMessage(QName message)
setMessage
in interface SOAPHeader
message
- the desired messagepublic QName getMessage()
getMessage
in interface SOAPHeader
public void setPart(java.lang.String part)
setPart
in interface SOAPHeader
part
- the desired partpublic java.lang.String getPart()
getPart
in interface SOAPHeader
public void setUse(java.lang.String use)
setUse
in interface SOAPHeader
use
- the desired usepublic java.lang.String getUse()
getUse
in interface SOAPHeader
public void setEncodingStyles(java.util.List encodingStyles)
setEncodingStyles
in interface SOAPHeader
encodingStyles
- the desired encodingStylespublic java.util.List getEncodingStyles()
getEncodingStyles
in interface SOAPHeader
public void setNamespaceURI(java.lang.String namespaceURI)
setNamespaceURI
in interface SOAPHeader
namespaceURI
- the desired namespace URIpublic java.lang.String getNamespaceURI()
getNamespaceURI
in interface SOAPHeader
public void addSOAPHeaderFault(SOAPHeaderFault soapHeaderFault)
SOAPHeader
addSOAPHeaderFault
in interface SOAPHeader
soapHeaderFault
- the SOAP Header fault to be added.public SOAPHeaderFault removeSOAPHeaderFault(SOAPHeaderFault soapHeaderFault)
SOAPHeader
removeSOAPHeaderFault
in interface SOAPHeader
soapHeaderFault
- the SOAP header fault to be removed.public java.util.List getSOAPHeaderFaults()
SOAPHeader
getSOAPHeaderFaults
in interface SOAPHeader
public java.lang.String toString()
toString
in class java.lang.Object
Copyright ? 2003, 2013 IBM. All Rights Reserved.