Package net.opengis.wcs20
Interface ServiceMetadataType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- ServiceMetadataTypeImpl
 
 public interface ServiceMetadataType extends EObjectA representation of the model object 'Service Metadata Type'.The following features are supported: - See Also:
- Wcs20Package.getServiceMetadataType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtensionTypegetExtension()Returns the value of the 'Extension' containment reference.StringgetFormatSupported()Returns the value of the 'Format Supported' attribute.voidsetExtension(ExtensionType value)Sets the value of the 'Extension' containment reference.voidsetFormatSupported(String value)Sets the value of the 'Format Supported' attribute.
 
- 
- 
- 
Method Detail- 
getFormatSupportedString 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()
 
 - 
setFormatSupportedvoid setFormatSupported(String value) Sets the value of the 'Format Supported' attribute.- Parameters:
- value- the new value of the 'Format Supported' attribute.
- See Also:
- getFormatSupported()
 
 - 
getExtensionExtensionType 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()
 
 - 
setExtensionvoid setExtension(ExtensionType value) Sets the value of the 'Extension' containment reference.- Parameters:
- value- the new value of the 'Extension' containment reference.
- See Also:
- getExtension()
 
 
- 
 
-