Package net.opengis.wcs20
Interface GetCapabilitiesType
- All Superinterfaces:
EObject
,GetCapabilitiesType
,Notifier
- All Known Implementing Classes:
GetCapabilitiesTypeImpl
A representation of the model object 'Get Capabilities Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Service' attribute.boolean
Returns whether the value of the 'Service
' attribute is set.void
setService
(String value) Sets the value of the 'Service
' attribute.void
Unsets the value of the 'Service
' 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 GetCapabilitiesType
getAcceptFormats, getAcceptLanguages, getAcceptVersions, getBaseUrl, getSections, getUpdateSequence, setAcceptFormats, setAcceptLanguages, setAcceptVersions, setBaseUrl, setSections, setUpdateSequence
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getService
String getService()Returns the value of the 'Service' attribute. The default value is"WCS"
.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:
-
unsetService
void unsetService()Unsets the value of the 'Service
' attribute.- See Also:
-
isSetService
boolean isSetService()Returns whether the value of the 'Service
' attribute is set.- Returns:
- whether the value of the 'Service' attribute is set.
- See Also:
-