Package net.opengis.ows10
Interface CapabilitiesBaseType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Subinterfaces:
CapabilitiesType
,WFSCapabilitiesType
- All Known Implementing Classes:
CapabilitiesBaseTypeImpl
,CapabilitiesTypeImpl
,WFSCapabilitiesTypeImpl
public interface CapabilitiesBaseType extends EObject
A representation of the model object 'Capabilities Base Type'. XML encoded GetCapabilities operation response. This document provides clients with service metadata about a specific service instance, usually including metadata about the tightly-coupled data served. If the server does not implement the updateSequence parameter, the server shall always return the complete Capabilities document, without the updateSequence parameter. When the server implements the updateSequence parameter and the GetCapabilities operation request included the updateSequence parameter with the current value, the server shall return this element with only the "version" and "updateSequence" attributes. Otherwise, all optional elements shall be included or not depending on the actual value of the Contents parameter in the GetCapabilities operation request. This base type shall be extended by each specific OWS to include the additional contents needed.The following features are supported:
- See Also:
Ows10Package.getCapabilitiesBaseType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OperationsMetadataType
getOperationsMetadata()
Returns the value of the 'Operations Metadata' containment reference.ServiceIdentificationType
getServiceIdentification()
Returns the value of the 'Service Identification' containment reference.ServiceProviderType
getServiceProvider()
Returns the value of the 'Service Provider' containment reference.String
getUpdateSequence()
Returns the value of the 'Update Sequence' attribute.String
getVersion()
Returns the value of the 'Version' attribute.void
setOperationsMetadata(OperationsMetadataType value)
Sets the value of the 'Operations Metadata
' containment reference.void
setServiceIdentification(ServiceIdentificationType value)
Sets the value of the 'Service Identification
' containment reference.void
setServiceProvider(ServiceProviderType value)
Sets the value of the 'Service Provider
' 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.
-
-
-
Method Detail
-
getServiceIdentification
ServiceIdentificationType getServiceIdentification()
Returns the value of the 'Service Identification' containment reference.If the meaning of the 'Service Identification' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Service Identification' containment reference.
- See Also:
setServiceIdentification(ServiceIdentificationType)
,Ows10Package.getCapabilitiesBaseType_ServiceIdentification()
-
setServiceIdentification
void setServiceIdentification(ServiceIdentificationType value)
Sets the value of the 'Service Identification
' containment reference.- Parameters:
value
- the new value of the 'Service Identification' containment reference.- See Also:
getServiceIdentification()
-
getServiceProvider
ServiceProviderType getServiceProvider()
Returns the value of the 'Service Provider' containment reference.If the meaning of the 'Service Provider' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Service Provider' containment reference.
- See Also:
setServiceProvider(ServiceProviderType)
,Ows10Package.getCapabilitiesBaseType_ServiceProvider()
-
setServiceProvider
void setServiceProvider(ServiceProviderType value)
Sets the value of the 'Service Provider
' containment reference.- Parameters:
value
- the new value of the 'Service Provider' containment reference.- See Also:
getServiceProvider()
-
getOperationsMetadata
OperationsMetadataType getOperationsMetadata()
Returns the value of the 'Operations Metadata' containment reference.If the meaning of the 'Operations Metadata' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Operations Metadata' containment reference.
- See Also:
setOperationsMetadata(OperationsMetadataType)
,Ows10Package.getCapabilitiesBaseType_OperationsMetadata()
-
setOperationsMetadata
void setOperationsMetadata(OperationsMetadataType value)
Sets the value of the 'Operations Metadata
' containment reference.- Parameters:
value
- the new value of the 'Operations Metadata' containment reference.- See Also:
getOperationsMetadata()
-
getUpdateSequence
String getUpdateSequence()
Returns the value of the 'Update Sequence' attribute.If the meaning of the 'Update Sequence' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Update Sequence' attribute.
- See Also:
setUpdateSequence(String)
,Ows10Package.getCapabilitiesBaseType_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.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(String)
,Ows10Package.getCapabilitiesBaseType_Version()
-
setVersion
void setVersion(String value)
Sets the value of the 'Version
' attribute.- Parameters:
value
- the new value of the 'Version' attribute.- See Also:
getVersion()
-
-