Package net.opengis.ows11
Interface CapabilitiesBaseType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Subinterfaces:
- CapabilitiesType,- CapabilitiesType,- WFSCapabilitiesType,- WPSCapabilitiesType
 - All Known Implementing Classes:
- CapabilitiesBaseTypeImpl,- CapabilitiesTypeImpl,- CapabilitiesTypeImpl,- WFSCapabilitiesTypeImpl,- WPSCapabilitiesTypeImpl
 
 public interface CapabilitiesBaseType extends EObjectA 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:
- Ows11Package.getCapabilitiesBaseType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description OperationsMetadataTypegetOperationsMetadata()Returns the value of the 'Operations Metadata' containment reference.ServiceIdentificationTypegetServiceIdentification()Returns the value of the 'Service Identification' containment reference.ServiceProviderTypegetServiceProvider()Returns the value of the 'Service Provider' containment reference.StringgetUpdateSequence()Returns the value of the 'Update Sequence' attribute.StringgetVersion()Returns the value of the 'Version' attribute.voidsetOperationsMetadata(OperationsMetadataType value)Sets the value of the 'Operations Metadata' containment reference.voidsetServiceIdentification(ServiceIdentificationType value)Sets the value of the 'Service Identification' containment reference.voidsetServiceProvider(ServiceProviderType value)Sets the value of the 'Service Provider' containment reference.voidsetUpdateSequence(String value)Sets the value of the 'Update Sequence' attribute.voidsetVersion(String value)Sets the value of the 'Version' attribute.
 
- 
- 
- 
Method Detail- 
getServiceIdentificationServiceIdentificationType getServiceIdentification() Returns the value of the 'Service Identification' containment reference. General metadata for this specific server. This XML Schema of this section shall be the same for all OWS.- Returns:
- the value of the 'Service Identification' containment reference.
- See Also:
- setServiceIdentification(net.opengis.ows11.ServiceIdentificationType),- Ows11Package.getCapabilitiesBaseType_ServiceIdentification()
 
 - 
setServiceIdentificationvoid 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()
 
 - 
getServiceProviderServiceProviderType getServiceProvider() Returns the value of the 'Service Provider' containment reference. Metadata about the organization that provides this specific service instance or server.- Returns:
- the value of the 'Service Provider' containment reference.
- See Also:
- setServiceProvider(ServiceProviderType),- Ows11Package.getCapabilitiesBaseType_ServiceProvider()
 
 - 
setServiceProvidervoid 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()
 
 - 
getOperationsMetadataOperationsMetadataType getOperationsMetadata() Returns the value of the 'Operations Metadata' containment reference. Metadata about the operations and related abilities specified by this service and implemented by this server, including the URLs for operation requests. The basic contents of this section shall be the same for all OWS types, but individual services can add elements and/or change the optionality of optional elements.- Returns:
- the value of the 'Operations Metadata' containment reference.
- See Also:
- setOperationsMetadata(OperationsMetadataType),- Ows11Package.getCapabilitiesBaseType_OperationsMetadata()
 
 - 
setOperationsMetadatavoid 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()
 
 - 
getUpdateSequenceString 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(String),- Ows11Package.getCapabilitiesBaseType_UpdateSequence()
 
 - 
setUpdateSequencevoid setUpdateSequence(String value) Sets the value of the 'Update Sequence' attribute.- Parameters:
- value- the new value of the 'Update Sequence' attribute.
- See Also:
- getUpdateSequence()
 
 - 
getVersionString 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),- Ows11Package.getCapabilitiesBaseType_Version()
 
 - 
setVersionvoid setVersion(String value) Sets the value of the 'Version' attribute.- Parameters:
- value- the new value of the 'Version' attribute.
- See Also:
- getVersion()
 
 
- 
 
-