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:
Wcs10Package.getWCSCapabilitiesType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WCSCapabilityType
getCapability()
Returns the value of the 'Capability' containment reference.ContentMetadataType
getContentMetadata()
Returns the value of the 'Content Metadata' containment reference.ServiceType
getService()
Returns the value of the 'Service' containment reference.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
setCapability(WCSCapabilityType value)
Sets the value of the 'Capability
' containment reference.void
setContentMetadata(ContentMetadataType value)
Sets the value of the 'Content Metadata
' containment reference.void
setService(ServiceType value)
Sets the value of the 'Service
' containment reference.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
-
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(ServiceType)
,Wcs10Package.getWCSCapabilitiesType_Service()
-
setService
void setService(ServiceType value)
Sets the value of the 'Service
' containment reference.- Parameters:
value
- the new value of the 'Service' containment reference.- See Also:
getService()
-
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(WCSCapabilityType)
,Wcs10Package.getWCSCapabilitiesType_Capability()
-
setCapability
void setCapability(WCSCapabilityType value)
Sets the value of the 'Capability
' containment reference.- Parameters:
value
- the new value of the 'Capability' containment reference.- See Also:
getCapability()
-
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(ContentMetadataType)
,Wcs10Package.getWCSCapabilitiesType_ContentMetadata()
-
setContentMetadata
void setContentMetadata(ContentMetadataType value)
Sets the value of the 'Content Metadata
' containment reference.- Parameters:
value
- the new value of the 'Content Metadata' containment reference.- See Also:
getContentMetadata()
-
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(String)
,Wcs10Package.getWCSCapabilitiesType_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.getWCSCapabilitiesType_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)
-
-