public class TOperation extends TExtensibilityElement
Java class for tOperation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tOperation">
<complexContent>
<extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibilityElement">
<attribute name="soapAction" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="style" type="{http://schemas.xmlsoap.org/wsdl/soap/}tStyleChoice" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
soapAction |
protected TStyleChoice |
style |
required| Constructor and Description |
|---|
TOperation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSoapAction()
Gets the value of the soapAction property.
|
TStyleChoice |
getStyle()
Gets the value of the style property.
|
void |
setSoapAction(String value)
Sets the value of the soapAction property.
|
void |
setStyle(TStyleChoice value)
Sets the value of the style property.
|
isRequired, setRequiredprotected String soapAction
protected TStyleChoice style
public String getSoapAction()
Stringpublic void setSoapAction(String value)
value - allowed object is
Stringpublic TStyleChoice getStyle()
TStyleChoicepublic void setStyle(TStyleChoice value)
value - allowed object is
TStyleChoiceCopyright © 2013 jbundle.org. All Rights Reserved.