org.plasma.xml.wsdl.v11.soap
Class Operation

java.lang.Object
  extended by org.plasma.xml.wsdl.v11.TExtensibilityElement
      extended by org.plasma.xml.wsdl.v11.soap.Operation

public class Operation
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>
 


Field Summary
protected  String soapAction
           
protected  TStyleChoice style
           
 
Fields inherited from class org.plasma.xml.wsdl.v11.TExtensibilityElement
required
 
Constructor Summary
Operation()
           
 
Method Summary
 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.
 
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

soapAction

protected String soapAction

style

protected TStyleChoice style
Constructor Detail

Operation

public Operation()
Method Detail

getSoapAction

public String getSoapAction()
Gets the value of the soapAction property.

Returns:
possible object is String

setSoapAction

public void setSoapAction(String value)
Sets the value of the soapAction property.

Parameters:
value - allowed object is String

getStyle

public TStyleChoice getStyle()
Gets the value of the style property.

Returns:
possible object is TStyleChoice

setStyle

public void setStyle(TStyleChoice value)
Sets the value of the style property.

Parameters:
value - allowed object is TStyleChoice


Copyright © 2013. All rights reserved.