|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.xml.wsdl.v11.TExtensibilityElement
org.plasma.xml.wsdl.v11.soap.Operation
public class Operation
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>
| Field Summary | |
|---|---|
protected java.lang.String |
soapAction
|
protected TStyleChoice |
style
|
| Fields inherited from class org.plasma.xml.wsdl.v11.TExtensibilityElement |
|---|
required |
| Constructor Summary | |
|---|---|
Operation()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getSoapAction()
Gets the value of the soapAction property. |
TStyleChoice |
getStyle()
Gets the value of the style property. |
void |
setSoapAction(java.lang.String value)
Sets the value of the soapAction property. |
void |
setStyle(TStyleChoice value)
Sets the value of the style property. |
| Methods inherited from class org.plasma.xml.wsdl.v11.TExtensibilityElement |
|---|
isRequired, setRequired |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String soapAction
protected TStyleChoice style
| Constructor Detail |
|---|
public Operation()
| Method Detail |
|---|
public java.lang.String getSoapAction()
Stringpublic void setSoapAction(java.lang.String value)
value - allowed object is
Stringpublic TStyleChoice getStyle()
TStyleChoicepublic void setStyle(TStyleChoice value)
value - allowed object is
TStyleChoice
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||