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:
    Ows20Package.getGetResourceByIdType()
    • Method Detail

      • 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(String), Ows20Package.getGetResourceByIdType_ResourceID()
      • setResourceID

        void setResourceID​(String value)
        Sets the value of the 'Resource ID' attribute.
        Parameters:
        value - the new value of the 'Resource ID' attribute.
        See Also:
        getResourceID()
      • 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(String), Ows20Package.getGetResourceByIdType_OutputFormat()
      • setOutputFormat

        void setOutputFormat​(String value)
        Sets the value of the 'Output Format' attribute.
        Parameters:
        value - the new value of the 'Output Format' attribute.
        See Also:
        getOutputFormat()
      • setService

        void setService​(String value)
        Sets the value of the 'Service' attribute.
        Parameters:
        value - the new value of the 'Service' attribute.
        See Also:
        getService()
      • setVersion

        void setVersion​(String value)
        Sets the value of the 'Version' attribute.
        Parameters:
        value - the new value of the 'Version' attribute.
        See Also:
        getVersion()