public class HTTPBindingImpl extends java.lang.Object implements HTTPBinding
Modifier and Type | Field and Description |
---|---|
protected QName |
elementType |
protected java.lang.Boolean |
required |
static long |
serialVersionUID |
protected java.lang.String |
verb |
Constructor and Description |
---|
HTTPBindingImpl() |
Modifier and Type | Method and Description |
---|---|
QName |
getElementType()
Get the type of this extensibility element.
|
java.lang.Boolean |
getRequired()
Get whether or not the semantics of this extension
are required.
|
java.lang.String |
getVerb()
Get the verb for this HTTP binding.
|
void |
setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
setRequired(java.lang.Boolean required)
Set whether or not the semantics of this extension
are required.
|
void |
setVerb(java.lang.String verb)
Set the verb for this HTTP binding.
|
java.lang.String |
toString() |
protected QName elementType
protected java.lang.Boolean required
protected java.lang.String verb
public static final long serialVersionUID
public void setElementType(QName elementType)
setElementType
in interface ExtensibilityElement
elementType
- the typepublic QName getElementType()
getElementType
in interface ExtensibilityElement
public void setRequired(java.lang.Boolean required)
setRequired
in interface ExtensibilityElement
public java.lang.Boolean getRequired()
getRequired
in interface ExtensibilityElement
public void setVerb(java.lang.String verb)
setVerb
in interface HTTPBinding
verb
- the desired verbpublic java.lang.String getVerb()
getVerb
in interface HTTPBinding
public java.lang.String toString()
toString
in class java.lang.Object
Copyright ? 2003, 2013 IBM. All Rights Reserved.