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:
Wcs20Package.getServiceMetadataType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtensionType
getExtension()
Returns the value of the 'Extension' containment reference.String
getFormatSupported()
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.
-
-
-
Method Detail
-
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(String)
,Wcs20Package.getServiceMetadataType_FormatSupported()
-
setFormatSupported
void setFormatSupported(String value)
Sets the value of the 'Format Supported
' attribute.- Parameters:
value
- the new value of the 'Format Supported' attribute.- See Also:
getFormatSupported()
-
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(ExtensionType)
,Wcs20Package.getServiceMetadataType_Extension()
-
setExtension
void setExtension(ExtensionType value)
Sets the value of the 'Extension
' containment reference.- Parameters:
value
- the new value of the 'Extension' containment reference.- See Also:
getExtension()
-
-