|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BaseRequestType
A representation of the model object 'Base Request Type'. XML encoded WFS operation request base, for all operations except GetCapabilities.
The following features are supported:
WfsPackage.getBaseRequestType()
Method Summary | |
---|---|
java.lang.String |
getBaseUrl()
Returns the value of the 'Base Url' attribute. |
java.lang.String |
getHandle()
Returns the value of the 'Handle' attribute. |
java.lang.String |
getProvidedVersion()
Provided version of service processing the request. |
java.lang.String |
getService()
Returns the value of the 'Service' attribute. |
java.lang.String |
getVersion()
Returns the value of the 'Version' attribute. |
boolean |
isSetService()
Returns whether the value of the ' Service ' attribute is set. |
boolean |
isSetVersion()
Returns whether the value of the ' Version ' attribute is set. |
void |
setBaseUrl(java.lang.String value)
Sets the value of the ' Base Url ' attribute. |
void |
setHandle(java.lang.String value)
Sets the value of the ' Handle ' attribute. |
void |
setProvidedVersion(java.lang.String value)
Sets the value of the ' Provided Version ' attribute. |
void |
setService(java.lang.String value)
Sets the value of the ' Service ' attribute. |
void |
setVersion(java.lang.String value)
Sets the value of the ' Version ' attribute. |
void |
unsetService()
Unsets the value of the ' Service ' attribute. |
void |
unsetVersion()
Unsets the value of the ' Version ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getHandle()
setHandle(String)
,
WfsPackage.getBaseRequestType_Handle()
void setHandle(java.lang.String value)
Handle
' attribute.
value
- the new value of the 'Handle' attribute.getHandle()
java.lang.String getService()
"WFS"
.
The service attribute is included to support service
endpoints that implement more than one OGC service.
For example, a single CGI that implements WMS, WFS
and WCS services.
The endpoint can inspect the value of this attribute
to figure out which service should process the request.
The value WFS indicates that a web feature service should
process the request.
This parameter is somewhat redundant in the XML encoding
since the request namespace can be used to determine
which service should process any give request. For example,
wfs:GetCapabilities and easily be distinguished from
wcs:GetCapabilities using the namespaces.
isSetService()
,
unsetService()
,
setService(String)
,
WfsPackage.getBaseRequestType_Service()
void setService(java.lang.String value)
Service
' attribute.
value
- the new value of the 'Service' attribute.isSetService()
,
unsetService()
,
getService()
void unsetService()
Service
' attribute.
isSetService()
,
getService()
,
setService(String)
boolean isSetService()
Service
' attribute is set.
unsetService()
,
getService()
,
setService(String)
java.lang.String getVersion()
"1.1.0"
.
The version attribute is used to indicate the version of the
WFS specification that a request conforms to. All requests in
this schema conform to V1.1 of the WFS specification.
For WFS implementations that support more than one version of
a WFS sepcification ... if the version attribute is not
specified then the service should assume that the request
conforms to greatest available specification version.
isSetVersion()
,
unsetVersion()
,
setVersion(String)
,
WfsPackage.getBaseRequestType_Version()
void setVersion(java.lang.String value)
Version
' attribute.
value
- the new value of the 'Version' attribute.isSetVersion()
,
unsetVersion()
,
getVersion()
void unsetVersion()
Version
' attribute.
isSetVersion()
,
getVersion()
,
setVersion(String)
boolean isSetVersion()
Version
' attribute is set.
unsetVersion()
,
getVersion()
,
setVersion(String)
java.lang.String getBaseUrl()
If the meaning of the 'Base Url' attribute isn't clear, there really should be more of a description here...
setBaseUrl(String)
,
WfsPackage.getBaseRequestType_BaseUrl()
void setBaseUrl(java.lang.String value)
Base Url
' attribute.
The base url, though not an attribute
declared in the schema, is a legacy one added because we need to
associate the request url being made by the client with the request
object. The reason being that the request object is the only object that
makes its way through the entire dispatch chain.
value
- the new value of the 'Base Url' attribute.getBaseUrl()
java.lang.String getProvidedVersion()
void setProvidedVersion(java.lang.String value)
Provided Version
' attribute.
value
- the new value of the 'Provided Version' attribute.getProvidedVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |