|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.wsdl.extensions.soap12.SOAP12OperationImpl
public class SOAP12OperationImpl
Based on com.ibm.wsdl.extensions.soap.SOAPOperationImpl
| Field Summary | |
|---|---|
protected QName |
elementType
|
protected java.lang.Boolean |
required
|
static long |
serialVersionUID
|
protected java.lang.Boolean |
soapActionRequired
|
protected java.lang.String |
soapActionURI
|
protected java.lang.String |
style
|
| Constructor Summary | |
|---|---|
SOAP12OperationImpl()
|
|
| Method Summary | |
|---|---|
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.Boolean |
getSoapActionRequired()
Indicates whether the SOAP Action is required for this operation. |
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 |
setSoapActionRequired(java.lang.Boolean soapActionRequired)
Specify whether the SOAP Action is required for this operation. |
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected QName elementType
protected java.lang.Boolean required
protected java.lang.String soapActionURI
protected java.lang.Boolean soapActionRequired
protected java.lang.String style
public static final long serialVersionUID
| Constructor Detail |
|---|
public SOAP12OperationImpl()
| Method Detail |
|---|
public void setElementType(QName elementType)
setElementType in interface ExtensibilityElementelementType - the typepublic QName getElementType()
getElementType in interface ExtensibilityElementpublic void setRequired(java.lang.Boolean required)
setRequired in interface ExtensibilityElementpublic java.lang.Boolean getRequired()
getRequired in interface ExtensibilityElementpublic void setSoapActionURI(java.lang.String soapActionURI)
setSoapActionURI in interface SOAP12OperationsoapActionURI - the desired value of the SOAP
action header for this operation.public java.lang.String getSoapActionURI()
getSoapActionURI in interface SOAP12Operationpublic void setSoapActionRequired(java.lang.Boolean soapActionRequired)
setSoapActionRequired in interface SOAP12OperationsoapActionRequired - true if the SOAP Action is required, otherwise false.public java.lang.Boolean getSoapActionRequired()
getSoapActionRequired in interface SOAP12Operationpublic void setStyle(java.lang.String style)
setStyle in interface SOAP12Operationstyle - the desired stylepublic java.lang.String getStyle()
getStyle in interface SOAP12Operationpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||