Package net.opengis.ows20
Interface GetCapabilitiesType
- All Superinterfaces:
EObject
,Notifier
- All Known Subinterfaces:
GetCapabilitiesType
,GetCapabilitiesType
- All Known Implementing Classes:
GetCapabilitiesTypeImpl
,GetCapabilitiesTypeImpl
,GetCapabilitiesTypeImpl
public interface GetCapabilitiesType
extends EObject
A representation of the model object 'Get Capabilities Type'.
XML encoded GetCapabilities operation request. This
operation allows clients to retrieve service metadata about a specific
service instance. In this XML encoding, no "request" parameter is
included, since the element name specifies the specific operation. This
base type shall be extended by each specific OWS to include the
additional required "service" attribute, with the correct value for that
OWS.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Accept Formats' containment reference.Returns the value of the 'Accept Languages' containment reference.Returns the value of the 'Accept Versions' containment reference.Returns the value of the 'Base Url' attribute.Returns the value of the 'Sections' containment reference.Returns the value of the 'Update Sequence' attribute.void
Sets the value of the 'Accept Formats
' containment reference.void
Sets the value of the 'Accept Languages
' containment reference.void
Sets the value of the 'Accept Versions
' containment reference.void
setBaseUrl
(String value) Sets the value of the 'Base Url
' attribute.void
setSections
(SectionsType value) Sets the value of the 'Sections
' containment reference.void
setUpdateSequence
(String value) Sets the value of the 'Update Sequence
' 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
-
getAcceptVersions
AcceptVersionsType getAcceptVersions()Returns the value of the 'Accept Versions' containment reference. When omitted, server shall return latest supported version.- Returns:
- the value of the 'Accept Versions' containment reference.
- See Also:
-
setAcceptVersions
Sets the value of the 'Accept Versions
' containment reference.- Parameters:
value
- the new value of the 'Accept Versions' containment reference.- See Also:
-
getSections
SectionsType getSections()Returns the value of the 'Sections' containment reference. When omitted or not supported by server, server shall return complete service metadata (Capabilities) document.- Returns:
- the value of the 'Sections' containment reference.
- See Also:
-
setSections
Sets the value of the 'Sections
' containment reference.- Parameters:
value
- the new value of the 'Sections' containment reference.- See Also:
-
getAcceptFormats
AcceptFormatsType getAcceptFormats()Returns the value of the 'Accept Formats' containment reference. When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml".- Returns:
- the value of the 'Accept Formats' containment reference.
- See Also:
-
setAcceptFormats
Sets the value of the 'Accept Formats
' containment reference.- Parameters:
value
- the new value of the 'Accept Formats' containment reference.- See Also:
-
getAcceptLanguages
AcceptLanguagesType getAcceptLanguages()Returns the value of the 'Accept Languages' containment reference. Ordered list of languages desired by the client for all human readable text in the response, in order of preference. For every element, the first matching language available from the server shall be present in the response.- Returns:
- the value of the 'Accept Languages' containment reference.
- See Also:
-
setAcceptLanguages
Sets the value of the 'Accept Languages
' containment reference.- Parameters:
value
- the new value of the 'Accept Languages' containment reference.- See Also:
-
getUpdateSequence
String getUpdateSequence()Returns the value of the 'Update Sequence' attribute. When omitted or not supported by server, server shall return latest complete service metadata document.- 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:
-
getBaseUrl
String getBaseUrl()Returns the value of the 'Base Url' attribute.If the meaning of the 'Base Url' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Base Url' attribute.
- See Also:
-
setBaseUrl
Sets the value of the 'Base Url
' attribute.- Parameters:
value
- the new value of the 'Base Url' attribute.- See Also:
-