com.ibm.wsdl.extensions.soap12

Class SOAP12OperationImpl

public class SOAP12OperationImpl extends Object implements SOAP12Operation

Based on com.ibm.wsdl.extensions.soap.SOAPOperationImpl
Field Summary
protected QNameelementType
protected Booleanrequired
static longserialVersionUID
protected BooleansoapActionRequired
protected StringsoapActionURI
protected Stringstyle
Method Summary
QNamegetElementType()
Get the type of this extensibility element.
BooleangetRequired()
Get whether or not the semantics of this extension are required.
BooleangetSoapActionRequired()
Indicates whether the SOAP Action is required for this operation.
StringgetSoapActionURI()
Get the value of the SOAP action attribute.
StringgetStyle()
Get the style for this SOAP operation.
voidsetElementType(QName elementType)
Set the type of this extensibility element.
voidsetRequired(Boolean required)
Set whether or not the semantics of this extension are required.
voidsetSoapActionRequired(Boolean soapActionRequired)
Specify whether the SOAP Action is required for this operation.
voidsetSoapActionURI(String soapActionURI)
Set the SOAP action attribute.
voidsetStyle(String style)
Set the style for this SOAP operation.
StringtoString()

Field Detail

elementType

protected QName elementType

required

protected Boolean required

serialVersionUID

public static final long serialVersionUID

soapActionRequired

protected Boolean soapActionRequired

soapActionURI

protected String soapActionURI

style

protected String style

Method Detail

getElementType

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

Returns: the extensibility element's type

getRequired

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

getSoapActionRequired

public Boolean getSoapActionRequired()
Indicates whether the SOAP Action is required for this operation.

Returns: true if the SOAP action is required, otherwise false.

getSoapActionURI

public String getSoapActionURI()
Get the value of the SOAP action attribute.

Returns: the SOAP action attribute's value

getStyle

public String getStyle()
Get the style for this SOAP operation.

setElementType

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

Parameters: elementType the type

setRequired

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

setSoapActionRequired

public void setSoapActionRequired(Boolean soapActionRequired)
Specify whether the SOAP Action is required for this operation.

Parameters: soapActionRequired true if the SOAP Action is required, otherwise false.

setSoapActionURI

public void setSoapActionURI(String soapActionURI)
Set the SOAP action attribute.

Parameters: soapActionURI the desired value of the SOAP action header for this operation.

setStyle

public void setStyle(String style)
Set the style for this SOAP operation.

Parameters: style the desired style

toString

public String toString()
Copyright B) 2003,2006 IBM. All Rights Reserved.