public class SOAPOperationImpl extends java.lang.Object implements SOAPOperation
Modifier and Type | Field and Description |
---|---|
protected QName |
elementType |
protected java.lang.Boolean |
required |
static long |
serialVersionUID |
protected java.lang.String |
soapActionURI |
protected java.lang.String |
style |
Constructor and Description |
---|
SOAPOperationImpl() |
Modifier and Type | Method and Description |
---|---|
QName |
getElementType()
Get the type of this extensibility element.
|
java.lang.Boolean |
getRequired()
Get whether or not the semantics of this extension
are required.
|
java.lang.String |
getSoapActionURI()
Get the value of the SOAP action attribute.
|
java.lang.String |
getStyle()
Get the style for this SOAP operation.
|
void |
setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
setRequired(java.lang.Boolean required)
Set whether or not the semantics of this extension
are required.
|
void |
setSoapActionURI(java.lang.String soapActionURI)
Set the SOAP action attribute.
|
void |
setStyle(java.lang.String style)
Set the style for this SOAP operation.
|
java.lang.String |
toString() |
protected QName elementType
protected java.lang.Boolean required
protected java.lang.String soapActionURI
protected java.lang.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(java.lang.Boolean required)
setRequired
in interface ExtensibilityElement
public java.lang.Boolean getRequired()
getRequired
in interface ExtensibilityElement
public void setSoapActionURI(java.lang.String soapActionURI)
setSoapActionURI
in interface SOAPOperation
soapActionURI
- the desired value of the SOAP
action header for this operation.public java.lang.String getSoapActionURI()
getSoapActionURI
in interface SOAPOperation
public void setStyle(java.lang.String style)
setStyle
in interface SOAPOperation
style
- the desired stylepublic java.lang.String getStyle()
getStyle
in interface SOAPOperation
public java.lang.String toString()
toString
in class java.lang.Object
Copyright ? 2003, 2013 IBM. All Rights Reserved.