com.ibm.wsdl.extensions.soap
Class SOAPHeaderImpl
java.lang.Object
com.ibm.wsdl.extensions.soap.SOAPHeaderImpl
- ExtensibilityElement, java.io.Serializable, SOAPHeader
public class SOAPHeaderImpl
extends java.lang.Object
- Matthew J. Duftler (duftler@us.ibm.com)
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
getEncodingStyles
public List getEncodingStyles()
Get the encodingStyles for this SOAP header.
- getEncodingStyles in interface SOAPHeader
getNamespaceURI
public String getNamespaceURI()
Get the namespace URI for this SOAP header.
- getNamespaceURI in interface SOAPHeader
getPart
public String getPart()
Get the part for this SOAP header.
- getPart in interface SOAPHeader
getRequired
public Boolean getRequired()
Get whether or not the semantics of this extension
are required. Relates to the wsdl:required attribute.
- getRequired in interface ExtensibilityElement
getSOAPHeaderFaults
public List getSOAPHeaderFaults()
Get a list of all SOAP header faults contained in this SOAP header.
- getSOAPHeaderFaults in interface SOAPHeader
- a list of all SOAP header faults contained in this SOAP header.
getUse
public String getUse()
Get the use for this SOAP header.
- getUse in interface SOAPHeader
setEncodingStyles
public void setEncodingStyles(List encodingStyles)
Set the encodingStyles for this SOAP header.
- setEncodingStyles in interface SOAPHeader
encodingStyles
- the desired encodingStyles
setMessage
public void setMessage(QName message)
Set the message for this SOAP header.
- setMessage in interface SOAPHeader
message
- the desired message
setNamespaceURI
public void setNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP header.
- setNamespaceURI in interface SOAPHeader
namespaceURI
- the desired namespace URI
setPart
public void setPart(String part)
Set the part for this SOAP header.
- setPart in interface SOAPHeader
setRequired
public void setRequired(Boolean required)
Set whether or not the semantics of this extension
are required. Relates to the wsdl:required attribute.
- setRequired in interface ExtensibilityElement
setUse
public void setUse(String use)
Set the use for this SOAP header.
- setUse in interface SOAPHeader
toString
public String toString()
Copyright B) 2003,2006 IBM. All Rights Reserved.