getHandle() Returns the value of the 'Handle' attribute.
The handle attribute allows a client application
to assign a client-generated request identifier
to a WFS request.
getService() Returns the value of the 'Service' attribute.
The default value is "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.
getVersion() Returns the value of the 'Version' attribute.
The default value is "1.1.0".
The version attribute is used to indicate the version of the
WFS specification that a request conforms to.
Returns the value of the 'Handle' attribute.
The handle attribute allows a client application
to assign a client-generated request identifier
to a WFS request. The handle is included to
facilitate error reporting. A WFS may report the
handle in an exception report to identify the
offending request or action. If the handle is not
present, then the WFS may employ other means to
localize the error (e.g. line numbers).
the value of the 'Handle' attribute. See Also:BaseRequestType.setHandle(String) See Also:net.opengis.wfs.WfsPackage.getBaseRequestType_Handle
Returns the value of the 'Service' attribute.
The default value is "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.
the value of the 'Service' attribute. See Also:BaseRequestType.isSetService() See Also:BaseRequestType.unsetService() See Also:BaseRequestType.setService(String) See Also:net.opengis.wfs.WfsPackage.getBaseRequestType_Service
Returns the value of the 'Version' attribute.
The default value is "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.
the value of the 'Version' attribute. See Also:BaseRequestType.isSetVersion() See Also:BaseRequestType.unsetVersion() See Also:BaseRequestType.setVersion(String) See Also:net.opengis.wfs.WfsPackage.getBaseRequestType_Version
Sets the value of the '
net.opengis.wfs.BaseRequestType.getBaseUrlBase 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.
Parameters: value - the new value of the 'Base Url' attribute. See Also:BaseRequestType.getBaseUrl()