Package net.opengis.ows20
Interface GetResourceByIdType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
GetResourceByIdTypeImpl
public interface GetResourceByIdType
extends EObject
A representation of the model object 'Get Resource By Id Type'.
Request to a service to perform the GetResourceByID
operation. This operation allows a client to retrieve one or more
identified resources, including datasets and resources that describe
datasets or parameters. In this XML encoding, no "request" parameter is
included, since the element name specifies the specific
operation.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Output Format' attribute.Returns the value of the 'Resource ID' attribute.Returns the value of the 'Service' attribute.Returns the value of the 'Version' attribute.void
setOutputFormat
(String value) Sets the value of the 'Output Format
' attribute.void
setResourceID
(String value) Sets the value of the 'Resource ID
' attribute.void
setService
(String value) Sets the value of the 'Service
' attribute.void
setVersion
(String value) Sets the value of the 'Version
' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getResourceID
String getResourceID()Returns the value of the 'Resource ID' attribute. Unordered list of zero or more resource identifiers. These identifiers can be listed in the Contents section of the service metadata (Capabilities) document. For more information on this parameter, see Subclause 9.4.2.1 of the OWS Common specification.- Returns:
- the value of the 'Resource ID' attribute.
- See Also:
-
setResourceID
Sets the value of the 'Resource ID
' attribute.- Parameters:
value
- the new value of the 'Resource ID' attribute.- See Also:
-
getOutputFormat
String getOutputFormat()Returns the value of the 'Output Format' attribute. Optional reference to the data format to be used for response to this operation request. This element shall be included when multiple output formats are available for the selected resource(s), and the client desires a format other than the specified default, if any.- Returns:
- the value of the 'Output Format' attribute.
- See Also:
-
setOutputFormat
Sets the value of the 'Output Format
' attribute.- Parameters:
value
- the new value of the 'Output Format' attribute.- See Also:
-
getService
String getService()Returns the value of the 'Service' attribute.If the meaning of the 'Service' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Service' attribute.
- See Also:
-
setService
Sets the value of the 'Service
' attribute.- Parameters:
value
- the new value of the 'Service' attribute.- See Also:
-
getVersion
String getVersion()Returns the value of the 'Version' attribute.If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Version' attribute.
- See Also:
-
setVersion
Sets the value of the 'Version
' attribute.- Parameters:
value
- the new value of the 'Version' attribute.- See Also:
-