Package net.opengis.wps20
Interface GetCapabilitiesType
- All Superinterfaces:
- EObject,- GetCapabilitiesType,- Notifier
- All Known Implementing Classes:
- GetCapabilitiesTypeImpl
 A representation of the model object 'Get Capabilities Type'.
 
 
The following features are supported:
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of the 'Service' attribute.booleanReturns whether the value of the 'Service' attribute is set.voidsetService(String value) Sets the value of the 'Service' attribute.voidUnsets the value of the 'Service' attribute.Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface GetCapabilitiesTypegetAcceptFormats, getAcceptLanguages, getAcceptVersions, getBaseUrl, getSections, getUpdateSequence, setAcceptFormats, setAcceptLanguages, setAcceptVersions, setBaseUrl, setSections, setUpdateSequenceMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getServiceString getService()Returns the value of the 'Service' attribute. The default value is"WPS". service type identifier- Returns:
- the value of the 'Service' attribute.
- See Also:
 
- 
setServiceSets the value of the 'Service' attribute.- Parameters:
- value- the new value of the 'Service' attribute.
- See Also:
 
- 
unsetServicevoid unsetService()Unsets the value of the 'Service' attribute.- See Also:
 
- 
isSetServiceboolean isSetService()Returns whether the value of the 'Service' attribute is set.- Returns:
- whether the value of the 'Service' attribute is set.
- See Also:
 
 
-