Package net.opengis.wps20
Interface WPSCapabilitiesType
- All Superinterfaces:
CapabilitiesBaseType
,EObject
,Notifier
- All Known Implementing Classes:
WPSCapabilitiesTypeImpl
A representation of the model object 'WPS Capabilities Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Contents' containment reference.Returns the value of the 'Extension' containment reference.Returns the value of the 'Service' attribute.boolean
Returns whether the value of the 'Service
' attribute is set.void
setContents
(ContentsType value) Sets the value of the 'Contents
' containment reference.void
setExtension
(ExtensionType value) Sets the value of the 'Extension
' containment reference.void
setService
(Object value) Sets the value of the 'Service
' attribute.void
Unsets the value of the 'Service
' attribute.Methods inherited from interface CapabilitiesBaseType
getLanguages, getOperationsMetadata, getServiceIdentification, getServiceProvider, getUpdateSequence, getVersion, setLanguages, setOperationsMetadata, setServiceIdentification, setServiceProvider, setUpdateSequence, setVersion
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
-
getContents
ContentsType getContents()Returns the value of the 'Contents' containment reference. List of brief descriptions of the processes offered by this WPS server.- Returns:
- the value of the 'Contents' containment reference.
- See Also:
-
setContents
Sets the value of the 'Contents
' containment reference.- Parameters:
value
- the new value of the 'Contents' containment reference.- See Also:
-
getExtension
ExtensionType getExtension()Returns the value of the 'Extension' containment reference. container for elements defined by extension specifications- Returns:
- the value of the 'Extension' containment reference.
- See Also:
-
setExtension
Sets the value of the 'Extension
' containment reference.- Parameters:
value
- the new value of the 'Extension' containment reference.- See Also:
-
getService
Object getService()Returns the value of the 'Service' attribute. The default value is"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:
-