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

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

public class Binding
extends TExtensibilityElement

Java class for tBinding complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tBinding">
   <complexContent>
     <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibilityElement">
       <attribute name="transport" use="required" 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  TStyleChoice style
           
protected  java.lang.String transport
           
 
Fields inherited from class org.plasma.xml.wsdl.v11.TExtensibilityElement
required
 
Constructor Summary
Binding()
           
 
Method Summary
 TStyleChoice getStyle()
          Gets the value of the style property.
 java.lang.String getTransport()
          Gets the value of the transport property.
 void setStyle(TStyleChoice value)
          Sets the value of the style property.
 void setTransport(java.lang.String value)
          Sets the value of the transport 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

transport

protected java.lang.String transport

style

protected TStyleChoice style
Constructor Detail

Binding

public Binding()
Method Detail

getTransport

public java.lang.String getTransport()
Gets the value of the transport property.

Returns:
possible object is String

setTransport

public void setTransport(java.lang.String value)
Sets the value of the transport 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.