public class Binding extends TExtensibilityElement
Java class for bindingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="bindingType">
<complexContent>
<extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibilityElement">
<sequence>
</sequence>
<attribute name="verb" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
verb |
required| Constructor and Description |
|---|
Binding() |
| Modifier and Type | Method and Description |
|---|---|
String |
getVerb()
Gets the value of the verb property.
|
void |
setVerb(String value)
Sets the value of the verb property.
|
isRequired, setRequiredprotected String verb
Copyright © 2017. All rights reserved.