Package net.opengis.wcs10
Interface RequestType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
RequestTypeImpl
public interface RequestType
extends EObject
A representation of the model object 'Request Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Describe Coverage' containment reference.Returns the value of the 'Get Capabilities' containment reference.Returns the value of the 'Get Coverage' containment reference.void
Sets the value of the 'Describe Coverage
' containment reference.void
Sets the value of the 'Get Capabilities
' containment reference.void
setGetCoverage
(GetCoverageType1 value) Sets the value of the 'Get Coverage
' containment reference.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
-
getGetCapabilities
GetCapabilitiesType1 getGetCapabilities()Returns the value of the 'Get Capabilities' containment reference.If the meaning of the 'Get Capabilities' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Get Capabilities' containment reference.
- See Also:
-
setGetCapabilities
Sets the value of the 'Get Capabilities
' containment reference.- Parameters:
value
- the new value of the 'Get Capabilities' containment reference.- See Also:
-
getDescribeCoverage
DescribeCoverageType1 getDescribeCoverage()Returns the value of the 'Describe Coverage' containment reference.If the meaning of the 'Describe Coverage' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Describe Coverage' containment reference.
- See Also:
-
setDescribeCoverage
Sets the value of the 'Describe Coverage
' containment reference.- Parameters:
value
- the new value of the 'Describe Coverage' containment reference.- See Also:
-
getGetCoverage
GetCoverageType1 getGetCoverage()Returns the value of the 'Get Coverage' containment reference.If the meaning of the 'Get Coverage' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Get Coverage' containment reference.
- See Also:
-
setGetCoverage
Sets the value of the 'Get Coverage
' containment reference.- Parameters:
value
- the new value of the 'Get Coverage' containment reference.- See Also:
-