net.opengis.ows10
Interface GetCapabilitiesType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
GetCapabilitiesType
All Known Implementing Classes:
GetCapabilitiesTypeImpl, GetCapabilitiesTypeImpl

public interface GetCapabilitiesType
extends org.eclipse.emf.ecore.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:
Ows10Package.getGetCapabilitiesType()

Method Summary
 AcceptFormatsType getAcceptFormats()
          Returns the value of the 'Accept Formats' containment reference.
 AcceptVersionsType getAcceptVersions()
          Returns the value of the 'Accept Versions' containment reference.
 java.lang.String getBaseUrl()
          Returns the value of the 'Base Url' attribute.
 java.lang.String getNamespace()
          Returns the value of the 'Namespace' attribute.
 SectionsType getSections()
          Returns the value of the 'Sections' containment reference.
 java.lang.String getUpdateSequence()
          Returns the value of the 'Update Sequence' attribute.
 void setAcceptFormats(AcceptFormatsType value)
          Sets the value of the 'Accept Formats' containment reference.
 void setAcceptVersions(AcceptVersionsType value)
          Sets the value of the 'Accept Versions' containment reference.
 void setBaseUrl(java.lang.String value)
          Sets the value of the 'Base Url' attribute.
 void setNamespace(java.lang.String value)
          Sets the value of the 'Namespace' attribute.
 void setSections(SectionsType value)
          Sets the value of the 'Sections' containment reference.
 void setUpdateSequence(java.lang.String value)
          Sets the value of the 'Update Sequence' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

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(AcceptVersionsType), Ows10Package.getGetCapabilitiesType_AcceptVersions()

setAcceptVersions

void setAcceptVersions(AcceptVersionsType value)
Sets the value of the 'Accept Versions' containment reference.

Parameters:
value - the new value of the 'Accept Versions' containment reference.
See Also:
getAcceptVersions()

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(SectionsType), Ows10Package.getGetCapabilitiesType_Sections()

setSections

void setSections(SectionsType value)
Sets the value of the 'Sections' containment reference.

Parameters:
value - the new value of the 'Sections' containment reference.
See Also:
getSections()

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(AcceptFormatsType), Ows10Package.getGetCapabilitiesType_AcceptFormats()

setAcceptFormats

void setAcceptFormats(AcceptFormatsType value)
Sets the value of the 'Accept Formats' containment reference.

Parameters:
value - the new value of the 'Accept Formats' containment reference.
See Also:
getAcceptFormats()

getUpdateSequence

java.lang.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(String), Ows10Package.getGetCapabilitiesType_UpdateSequence()

setUpdateSequence

void setUpdateSequence(java.lang.String value)
Sets the value of the 'Update Sequence' attribute.

Parameters:
value - the new value of the 'Update Sequence' attribute.
See Also:
getUpdateSequence()

getBaseUrl

java.lang.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(String), Ows10Package.getGetCapabilitiesType_BaseUrl()

setBaseUrl

void setBaseUrl(java.lang.String value)
Sets the value of the 'Base Url' attribute.

Parameters:
value - the new value of the 'Base Url' attribute.
See Also:
getBaseUrl()

getNamespace

java.lang.String getNamespace()
Returns the value of the 'Namespace' attribute.

If the meaning of the 'Namespace' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Namespace' attribute.
See Also:
setNamespace(String), Ows10Package.getGetCapabilitiesType_Namespace()

setNamespace

void setNamespace(java.lang.String value)
Sets the value of the 'Namespace' attribute.

Parameters:
value - the new value of the 'Namespace' attribute.
See Also:
getNamespace()


Copyright © 1996-2010 Geotools. All Rights Reserved.