public class TBinding 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>
| Modifier and Type | Field and Description |
|---|---|
protected TStyleChoice |
style |
protected String |
transport |
required| Constructor and Description |
|---|
TBinding() |
| Modifier and Type | Method and Description |
|---|---|
TStyleChoice |
getStyle()
Gets the value of the style property.
|
String |
getTransport()
Gets the value of the transport property.
|
void |
setStyle(TStyleChoice value)
Sets the value of the style property.
|
void |
setTransport(String value)
Sets the value of the transport property.
|
isRequired, setRequiredprotected String transport
protected TStyleChoice style
public String getTransport()
Stringpublic void setTransport(String value)
value - allowed object is
Stringpublic TStyleChoice getStyle()
TStyleChoicepublic void setStyle(TStyleChoice value)
value - allowed object is
TStyleChoiceCopyright © 2013 The Kuali Foundation. All Rights Reserved.