net.opengis.ows11
Interface GetResourceByIdType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
GetResourceByIdTypeImpl

public interface GetResourceByIdType
extends org.eclipse.emf.ecore.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
 java.lang.String getOutputFormat()
          Returns the value of the 'Output Format' attribute.
 org.eclipse.emf.common.util.EList getResourceID()
          Returns the value of the 'Resource ID' attribute list.
 java.lang.String getService()
          Returns the value of the 'Service' attribute.
 java.lang.String getVersion()
          Returns the value of the 'Version' attribute.
 void setOutputFormat(java.lang.String value)
          Sets the value of the 'Output Format' 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.
 
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

getResourceID

org.eclipse.emf.common.util.EList getResourceID()
Returns the value of the 'Resource ID' attribute list. The list contents are of type String. 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 list.
See Also:
Ows11Package.getGetResourceByIdType_ResourceID()

getOutputFormat

java.lang.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(java.lang.String value)
Sets the value of the 'Output Format' attribute.

Parameters:
value - the new value of the 'Output Format' attribute.
See Also:
getOutputFormat()

getService

java.lang.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(java.lang.String value)
Sets the value of the 'Service' attribute.

Parameters:
value - the new value of the 'Service' attribute.
See Also:
getService()

getVersion

java.lang.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(java.lang.String value)
Sets the value of the 'Version' attribute.

Parameters:
value - the new value of the 'Version' attribute.
See Also:
getVersion()


Copyright © 1996-2010 Geotools. All Rights Reserved.