com.ibm.wsdl.extensions.soap12

Class SOAP12HeaderImpl

public class SOAP12HeaderImpl extends Object implements SOAP12Header

Based on com.ibm.wsdl.extensions.soap.SOAPHeaderImpl
Field Summary
protected QNameelementType
protected StringencodingStyle
protected QNamemessage
protected StringnamespaceURI
protected Stringpart
protected Booleanrequired
static longserialVersionUID
protected ListsoapHeaderFaults
protected Stringuse
Method Summary
voidaddSOAP12HeaderFault(SOAP12HeaderFault soap12HeaderFault)
QNamegetElementType()
Get the type of this extensibility element.
StringgetEncodingStyle()
Get the encodingStyle 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.
ListgetSOAP12HeaderFaults()
StringgetUse()
Get the use for this SOAP header.
SOAP12HeaderFaultremoveSOAP12HeaderFault(SOAP12HeaderFault soap12HeaderFault)
voidsetElementType(QName elementType)
Set the type of this extensibility element.
voidsetEncodingStyle(String encodingStyle)
Set the encodingStyle 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

encodingStyle

protected String encodingStyle

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

addSOAP12HeaderFault

public void addSOAP12HeaderFault(SOAP12HeaderFault soap12HeaderFault)

getElementType

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

Returns: the extensibility element's type

getEncodingStyle

public String getEncodingStyle()
Get the encodingStyle 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.

getSOAP12HeaderFaults

public List getSOAP12HeaderFaults()

getUse

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

removeSOAP12HeaderFault

public SOAP12HeaderFault removeSOAP12HeaderFault(SOAP12HeaderFault soap12HeaderFault)

setElementType

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

Parameters: elementType the type

setEncodingStyle

public void setEncodingStyle(String encodingStyle)
Set the encodingStyle for this SOAP header.

Parameters: encodingStyle the desired encodingStyle

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 B) 2003,2006 IBM. All Rights Reserved.