Package net.opengis.wcs20
Interface ServiceMetadataType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
ServiceMetadataTypeImpl
public interface ServiceMetadataType
extends EObject
A representation of the model object 'Service Metadata Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Extension' containment reference.Returns the value of the 'Format Supported' attribute.void
setExtension
(ExtensionType value) Sets the value of the 'Extension
' containment reference.void
setFormatSupported
(String value) Sets the value of the 'Format Supported
' 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 Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getFormatSupported
String getFormatSupported()Returns the value of the 'Format Supported' attribute.If the meaning of the 'Format Supported' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Format Supported' attribute.
- See Also:
-
setFormatSupported
Sets the value of the 'Format Supported
' attribute.- Parameters:
value
- the new value of the 'Format Supported' attribute.- See Also:
-
getExtension
ExtensionType getExtension()Returns the value of the 'Extension' containment reference. Extension element used to hook in additional content e.g. in extensions or application profiles.- Returns:
- the value of the 'Extension' containment reference.
- See Also:
-
setExtension
Sets the value of the 'Extension
' containment reference.- Parameters:
value
- the new value of the 'Extension' containment reference.- See Also:
-