Package net.opengis.wcs10
Interface WCSCapabilityType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
WCSCapabilityTypeImpl
public interface WCSCapabilityType
extends EObject
A representation of the model object 'WCS Capability Type'.
XML encoded WCS GetCapabilities operation response. The Capabilities document provides clients with service metadata about a specific service instance, including metadata about the coverages served.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Exception' containment reference.Returns the value of the 'Request' containment reference.Returns the value of the 'Update Sequence' attribute.Returns the value of the 'Vendor Specific Capabilities' containment reference.Returns the value of the 'Version' attribute.boolean
Returns whether the value of the 'Version
' attribute is set.void
setException
(ExceptionType value) Sets the value of the 'Exception
' containment reference.void
setRequest
(RequestType value) Sets the value of the 'Request
' containment reference.void
setUpdateSequence
(String value) Sets the value of the 'Update Sequence
' attribute.void
Sets the value of the 'Vendor Specific Capabilities
' containment reference.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
-
getRequest
RequestType getRequest()Returns the value of the 'Request' containment reference.If the meaning of the 'Request' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Request' containment reference.
- See Also:
-
setRequest
Sets the value of the 'Request
' containment reference.- Parameters:
value
- the new value of the 'Request' containment reference.- See Also:
-
getException
ExceptionType getException()Returns the value of the 'Exception' containment reference.If the meaning of the 'Exception' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Exception' containment reference.
- See Also:
-
setException
Sets the value of the 'Exception
' containment reference.- Parameters:
value
- the new value of the 'Exception' containment reference.- See Also:
-
getVendorSpecificCapabilities
VendorSpecificCapabilitiesType getVendorSpecificCapabilities()Returns the value of the 'Vendor Specific Capabilities' containment reference.If the meaning of the 'Vendor Specific Capabilities' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Vendor Specific Capabilities' containment reference.
- See Also:
-
setVendorSpecificCapabilities
Sets the value of the 'Vendor Specific Capabilities
' containment reference.- Parameters:
value
- the new value of the 'Vendor Specific Capabilities' containment reference.- See Also:
-
getUpdateSequence
String getUpdateSequence()Returns the value of the 'Update Sequence' attribute. Service metadata 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 not supported by server, server shall not 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:
-