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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList
getCoverageOffering()
Returns the value of the 'Coverage Offering' containment reference list.String
getUpdateSequence()
Returns the value of the 'Update Sequence' attribute.String
getVersion()
Returns the value of the 'Version' attribute.boolean
isSetVersion()
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
unsetVersion()
Unsets the value of the 'Version
' attribute.
-
-
-
Method Detail
-
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:
Wcs10Package.getCoverageDescriptionType_CoverageOffering()
-
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(String)
,Wcs10Package.getCoverageDescriptionType_UpdateSequence()
-
setUpdateSequence
void setUpdateSequence(String value)
Sets the value of the 'Update Sequence
' attribute.- Parameters:
value
- the new value of the 'Update Sequence' attribute.- See Also:
getUpdateSequence()
-
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:
isSetVersion()
,unsetVersion()
,setVersion(String)
,Wcs10Package.getCoverageDescriptionType_Version()
-
setVersion
void setVersion(String value)
Sets the value of the 'Version
' attribute.- Parameters:
value
- the new value of the 'Version' attribute.- See Also:
isSetVersion()
,unsetVersion()
,getVersion()
-
unsetVersion
void unsetVersion()
Unsets the value of the 'Version
' attribute.- See Also:
isSetVersion()
,getVersion()
,setVersion(String)
-
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:
unsetVersion()
,getVersion()
,setVersion(String)
-
-