public class HTTPOperationImpl extends Object implements HTTPOperation
Modifier and Type | Field and Description |
---|---|
protected QName |
elementType |
protected String |
locationURI |
protected Boolean |
required |
static long |
serialVersionUID |
Constructor and Description |
---|
HTTPOperationImpl() |
Modifier and Type | Method and Description |
---|---|
QName |
getElementType()
Get the type of this extensibility element.
|
String |
getLocationURI()
Get the location URI for this HTTP operation.
|
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(String locationURI)
Set the location URI for this HTTP operation.
|
void |
setRequired(Boolean required)
Set whether or not the semantics of this extension
are required.
|
String |
toString() |
protected QName elementType
protected Boolean required
protected String locationURI
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(Boolean required)
setRequired
in interface ExtensibilityElement
public Boolean getRequired()
getRequired
in interface ExtensibilityElement
public void setLocationURI(String locationURI)
setLocationURI
in interface HTTPOperation
locationURI
- the desired location URIpublic String getLocationURI()
getLocationURI
in interface HTTPOperation
Copyright © 2018 JBoss by Red Hat. All rights reserved.