java.io.Serializable, ExtensibilityElement, HTTPOperationpublic class HTTPOperationImpl extends java.lang.Object implements HTTPOperation
| Modifier and Type | Field | Description |
|---|---|---|
protected QName |
elementType |
|
protected java.lang.String |
locationURI |
|
protected java.lang.Boolean |
required |
|
static long |
serialVersionUID |
| Constructor | Description |
|---|---|
HTTPOperationImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
QName |
getElementType() |
Get the type of this extensibility element.
|
java.lang.String |
getLocationURI() |
Get the location URI for this HTTP operation.
|
java.lang.Boolean |
getRequired() |
Get whether or not the semantics of this extension
are required.
|
void |
setElementType(QName elementType) |
Set the type of this extensibility element.
|
void |
setLocationURI(java.lang.String locationURI) |
Set the location URI for this HTTP operation.
|
void |
setRequired(java.lang.Boolean required) |
Set whether or not the semantics of this extension
are required.
|
java.lang.String |
toString() |
protected QName elementType
protected java.lang.Boolean required
protected java.lang.String locationURI
public static final long serialVersionUID
public void setElementType(QName elementType)
setElementType in interface ExtensibilityElementelementType - the typepublic QName getElementType()
getElementType in interface ExtensibilityElementpublic void setRequired(java.lang.Boolean required)
setRequired in interface ExtensibilityElementpublic java.lang.Boolean getRequired()
getRequired in interface ExtensibilityElementpublic void setLocationURI(java.lang.String locationURI)
setLocationURI in interface HTTPOperationlocationURI - the desired location URIpublic java.lang.String getLocationURI()
getLocationURI in interface HTTPOperationpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright ? 2003, 2013 IBM. All Rights Reserved.