|
||||||||||
| 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.Binding
public class Binding
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 |
|---|
protected java.lang.String transport
protected TStyleChoice style
| Constructor Detail |
|---|
public Binding()
| Method Detail |
|---|
public java.lang.String getTransport()
Stringpublic void setTransport(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 | |||||||||