Package net.opengis.ows11
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:
Ows11Package.getGetResourceByIdType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getOutputFormat()
Returns the value of the 'Output Format' attribute.String
getResourceID()
Returns the value of the 'Resource ID' attribute.String
getService()
Returns the value of the 'Service' attribute.String
getVersion()
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.
-
-
-
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)
,Ows11Package.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)
,Ows11Package.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()
-
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(String)
,Ows11Package.getGetResourceByIdType_Service()
-
setService
void setService(String value)
Sets the value of the 'Service
' attribute.- Parameters:
value
- the new value of the 'Service' attribute.- See Also:
getService()
-
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(String)
,Ows11Package.getGetResourceByIdType_Version()
-
setVersion
void setVersion(String value)
Sets the value of the 'Version
' attribute.- Parameters:
value
- the new value of the 'Version' attribute.- See Also:
getVersion()
-
-