public class HTTPBindingImpl extends Object implements HTTPBinding
| Modifier and Type | Field and Description |
|---|---|
protected QName |
elementType |
protected Boolean |
required |
static long |
serialVersionUID |
protected String |
verb |
| Constructor and Description |
|---|
HTTPBindingImpl() |
| Modifier and Type | Method and Description |
|---|---|
QName |
getElementType()
Get the type of this extensibility element.
|
Boolean |
getRequired()
Get whether or not the semantics of this extension
are required.
|
String |
getVerb()
Get the verb for this HTTP binding.
|
void |
setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
setRequired(Boolean required)
Set whether or not the semantics of this extension
are required.
|
void |
setVerb(String verb)
Set the verb for this HTTP binding.
|
String |
toString() |
protected QName elementType
protected Boolean required
protected String verb
public static final long serialVersionUID
public void setElementType(QName elementType)
setElementType in interface ExtensibilityElementelementType - the typepublic QName getElementType()
getElementType in interface ExtensibilityElementpublic void setRequired(Boolean required)
setRequired in interface ExtensibilityElementpublic Boolean getRequired()
getRequired in interface ExtensibilityElementpublic void setVerb(String verb)
setVerb in interface HTTPBindingverb - the desired verbpublic String getVerb()
getVerb in interface HTTPBindingCopyright © 2017 JBoss by Red Hat. All rights reserved.