Package net.opengis.wcs10
Interface CoverageDescriptionType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
CoverageDescriptionTypeImpl
public interface CoverageDescriptionType
extends EObject
A representation of the model object 'Coverage Description Type'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionEList
Returns the value of the 'Coverage Offering' containment reference list.Returns the value of the 'Update Sequence' attribute.Returns the value of the 'Version' attribute.boolean
Returns whether the value of the 'Version
' attribute is set.void
setUpdateSequence
(String value) Sets the value of the 'Update Sequence
' attribute.void
setVersion
(String value) Sets the value of the 'Version
' attribute.void
Unsets the value of the 'Version
' 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
-
getCoverageOffering
EList getCoverageOffering()Returns the value of the 'Coverage Offering' containment reference list. The list contents are of typeCoverageOfferingType
.If the meaning of the 'Coverage Offering' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Coverage Offering' containment reference list.
- See Also:
-
getUpdateSequence
String getUpdateSequence()Returns the value of the 'Update Sequence' attribute. Service metadata (Capabilities) document version, having values that are "increased" whenever any change is made in service metadata document. Values are selected by each server, and are always opaque to clients.- Returns:
- the value of the 'Update Sequence' attribute.
- See Also:
-
setUpdateSequence
Sets the value of the 'Update Sequence
' attribute.- Parameters:
value
- the new value of the 'Update Sequence' attribute.- See Also:
-
getVersion
String getVersion()Returns the value of the 'Version' attribute. The default value is"1.0.0"
.If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Version' attribute.
- See Also:
-
setVersion
Sets the value of the 'Version
' attribute.- Parameters:
value
- the new value of the 'Version' attribute.- See Also:
-
unsetVersion
void unsetVersion()Unsets the value of the 'Version
' attribute.- See Also:
-
isSetVersion
boolean isSetVersion()Returns whether the value of the 'Version
' attribute is set.- Returns:
- whether the value of the 'Version' attribute is set.
- See Also:
-