Package net.opengis.wcs10
Interface WCSCapabilitiesType
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
WCSCapabilitiesTypeImpl
public interface WCSCapabilitiesType
extends EObject
A representation of the model object 'WCS Capabilities Type'.
Metadata for a WCS server, also known as Capabilities document. Reply from a WCS that performed the GetCapabilities operation.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Capability' containment reference.Returns the value of the 'Content Metadata' containment reference.Returns the value of the 'Service' containment reference.Returns the value of the 'Update Sequence' attribute.Returns the value of the 'Version' attribute.booleanReturns whether the value of the 'Version' attribute is set.voidsetCapability(WCSCapabilityType value) Sets the value of the 'Capability' containment reference.voidSets the value of the 'Content Metadata' containment reference.voidsetService(ServiceType value) Sets the value of the 'Service' containment reference.voidsetUpdateSequence(String value) Sets the value of the 'Update Sequence' attribute.voidsetVersion(String value) Sets the value of the 'Version' attribute.voidUnsets 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, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getService
ServiceType getService()Returns the value of the 'Service' containment reference.If the meaning of the 'Service' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Service' containment reference.
- See Also:
-
setService
Sets the value of the 'Service' containment reference.- Parameters:
value- the new value of the 'Service' containment reference.- See Also:
-
getCapability
WCSCapabilityType getCapability()Returns the value of the 'Capability' containment reference.If the meaning of the 'Capability' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Capability' containment reference.
- See Also:
-
setCapability
Sets the value of the 'Capability' containment reference.- Parameters:
value- the new value of the 'Capability' containment reference.- See Also:
-
getContentMetadata
ContentMetadataType getContentMetadata()Returns the value of the 'Content Metadata' containment reference. Unordered list of brief descriptions of all coverages avaialble from this WCS, or a reference to another service from which this information is available.- Returns:
- the value of the 'Content Metadata' containment reference.
- See Also:
-
setContentMetadata
Sets the value of the 'Content Metadata' containment reference.- Parameters:
value- the new value of the 'Content Metadata' containment reference.- 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. When supported by server, server shall return this attribute.- 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:
-