public class SOAP12OperationImpl extends Object implements SOAP12Operation
Modifier and Type | Field and Description |
---|---|
protected QName |
elementType |
protected Boolean |
required |
static long |
serialVersionUID |
protected Boolean |
soapActionRequired |
protected String |
soapActionURI |
protected String |
style |
Constructor and Description |
---|
SOAP12OperationImpl() |
Modifier and Type | Method and Description |
---|---|
QName |
getElementType()
Get the type of this extensibility element.
|
Boolean |
getRequired()
Get whether or not the semantics of this extension
are required.
|
Boolean |
getSoapActionRequired()
Indicates whether the SOAP Action is required for this operation.
|
String |
getSoapActionURI()
Get the value of the SOAP action attribute.
|
String |
getStyle()
Get the style for this SOAP operation.
|
void |
setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
setRequired(Boolean required)
Set whether or not the semantics of this extension
are required.
|
void |
setSoapActionRequired(Boolean soapActionRequired)
Specify whether the SOAP Action is required for this operation.
|
void |
setSoapActionURI(String soapActionURI)
Set the SOAP action attribute.
|
void |
setStyle(String style)
Set the style for this SOAP operation.
|
String |
toString() |
protected QName elementType
protected Boolean required
protected String soapActionURI
protected Boolean soapActionRequired
protected String style
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(Boolean required)
setRequired
in interface ExtensibilityElement
public Boolean getRequired()
getRequired
in interface ExtensibilityElement
public void setSoapActionURI(String soapActionURI)
setSoapActionURI
in interface SOAP12Operation
soapActionURI
- the desired value of the SOAP
action header for this operation.public String getSoapActionURI()
getSoapActionURI
in interface SOAP12Operation
public void setSoapActionRequired(Boolean soapActionRequired)
setSoapActionRequired
in interface SOAP12Operation
soapActionRequired
- true if the SOAP Action is required, otherwise false.public Boolean getSoapActionRequired()
getSoapActionRequired
in interface SOAP12Operation
public void setStyle(String style)
setStyle
in interface SOAP12Operation
style
- the desired stylepublic String getStyle()
getStyle
in interface SOAP12Operation
Copyright © 2017 JBoss by Red Hat. All rights reserved.