public class BindingType extends TExtensibilityElementImpl
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 |
---|
BindingType() |
Modifier and Type | Method and Description |
---|---|
String |
getVerb()
Gets the value of the verb property.
|
boolean |
isSetVerb() |
void |
setVerb(String value)
Sets the value of the verb property.
|
getElementType, getRequired, setElementType, setRequired
isRequired, isSetRequired, setRequired, unsetRequired
protected String verb
Copyright © 2018 JBoss by Red Hat. All rights reserved.