org.xmlsoap.schemas.wsdl.soap
Class TOperation

java.lang.Object
  extended by org.xmlsoap.schemas.wsdl.TExtensibilityElement
      extended by org.xmlsoap.schemas.wsdl.soap.TOperation

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>
 


Field Summary
protected  String soapAction
           
protected  TStyleChoice style
           
 
Fields inherited from class org.xmlsoap.schemas.wsdl.TExtensibilityElement
required
 
Constructor Summary
TOperation()
           
 
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.xmlsoap.schemas.wsdl.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

TOperation

public TOperation()
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 © 2011 jbundle.org. All Rights Reserved.