Package net.opengis.wps10
Interface GetCapabilitiesType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
GetCapabilitiesTypeImpl
public interface GetCapabilitiesType
extends EObject
A representation of the model object 'Get Capabilities Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Accept Versions' containment reference.Returns the value of the 'Base Url' attribute.Extended model properties.Returns the value of the 'Language' attribute.Returns the value of the 'Service' attribute.boolean
Returns whether the value of the 'Service
' attribute is set.void
Sets the value of the 'Accept Versions
' containment reference.void
setBaseUrl
(String value) Sets the value of the 'Base Url
' attribute.void
setExtendedProperties
(Map value) Sets the value of the 'Extended Properties
' attribute.void
setLanguage
(String value) Sets the value of the 'Language
' attribute.void
setService
(String value) Sets the value of the 'Service
' attribute.void
Unsets the value of the 'Service
' 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:
-
getLanguage
String getLanguage()Returns the value of the 'Language' attribute. RFC 4646 language code of the human-readable text (e.g. "en-CA").- Returns:
- the value of the 'Language' attribute.
- See Also:
-
setLanguage
Sets the value of the 'Language
' attribute.- Parameters:
value
- the new value of the 'Language' attribute.- See Also:
-
getService
String getService()Returns the value of the 'Service' attribute. The default value is"WPS"
. OGC service type identifier (WPS).- Returns:
- the value of the 'Service' attribute.
- See Also:
-
setService
Sets the value of the 'Service
' attribute.- Parameters:
value
- the new value of the 'Service' attribute.- See Also:
-
unsetService
void unsetService()Unsets the value of the 'Service
' attribute.- See Also:
-
isSetService
boolean isSetService()Returns whether the value of the 'Service
' attribute is set.- Returns:
- whether the value of the 'Service' attribute is set.
- 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:
-
getExtendedProperties
Map getExtendedProperties()Extended model properties.This map allows client to store additional properties with the this request object, properties that are not part of the model proper.
-
setExtendedProperties
Sets the value of the 'Extended Properties
' attribute.- Parameters:
value
- the new value of the 'Extended Properties' attribute.- See Also:
-