com.ibm.wsdl.extensions.soap

Class SOAPHeaderImpl

public class SOAPHeaderImpl extends Object implements SOAPHeader

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

Field Summary
protected QNameelementType
protected ListencodingStyles
protected QNamemessage
protected StringnamespaceURI
protected Stringpart
protected Booleanrequired
static longserialVersionUID
protected ListsoapHeaderFaults
protected Stringuse
Method Summary
voidaddSOAPHeaderFault(SOAPHeaderFault soapHeaderFault)
QNamegetElementType()
Get the type of this extensibility element.
ListgetEncodingStyles()
Get the encodingStyles for this SOAP header.
QNamegetMessage()
Get the message for this SOAP header.
StringgetNamespaceURI()
Get the namespace URI for this SOAP header.
StringgetPart()
Get the part for this SOAP header.
BooleangetRequired()
Get whether or not the semantics of this extension are required.
ListgetSOAPHeaderFaults()
StringgetUse()
Get the use for this SOAP header.
voidsetElementType(QName elementType)
Set the type of this extensibility element.
voidsetEncodingStyles(List encodingStyles)
Set the encodingStyles for this SOAP header.
voidsetMessage(QName message)
Set the message for this SOAP header.
voidsetNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP header.
voidsetPart(String part)
Set the part for this SOAP header.
voidsetRequired(Boolean required)
Set whether or not the semantics of this extension are required.
voidsetUse(String use)
Set the use for this SOAP header.
StringtoString()

Field Detail

elementType

protected QName elementType

encodingStyles

protected List encodingStyles

message

protected QName message

namespaceURI

protected String namespaceURI

part

protected String part

required

protected Boolean required

serialVersionUID

public static final long serialVersionUID

soapHeaderFaults

protected List soapHeaderFaults

use

protected String use

Method Detail

addSOAPHeaderFault

public void addSOAPHeaderFault(SOAPHeaderFault soapHeaderFault)

getElementType

public QName getElementType()
Get the type of this extensibility element.

Returns: the extensibility element's type

getEncodingStyles

public List getEncodingStyles()
Get the encodingStyles for this SOAP header.

getMessage

public QName getMessage()
Get the message for this SOAP header.

getNamespaceURI

public String getNamespaceURI()
Get the namespace URI for this SOAP header.

getPart

public String getPart()
Get the part for this SOAP header.

getRequired

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

getSOAPHeaderFaults

public List getSOAPHeaderFaults()

getUse

public String getUse()
Get the use for this SOAP header.

setElementType

public void setElementType(QName elementType)
Set the type of this extensibility element.

Parameters: elementType the type

setEncodingStyles

public void setEncodingStyles(List encodingStyles)
Set the encodingStyles for this SOAP header.

Parameters: encodingStyles the desired encodingStyles

setMessage

public void setMessage(QName message)
Set the message for this SOAP header.

Parameters: message the desired message

setNamespaceURI

public void setNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP header.

Parameters: namespaceURI the desired namespace URI

setPart

public void setPart(String part)
Set the part for this SOAP header.

Parameters: part the desired part

setRequired

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

setUse

public void setUse(String use)
Set the use for this SOAP header.

Parameters: use the desired use

toString

public String toString()
Copyright © 2003,2005 IBM. All Rights Reserved.