Package net.opengis.wps20
Interface DescribeProcessType
- All Superinterfaces:
EObject
,Notifier
,RequestBaseType
- All Known Implementing Classes:
DescribeProcessTypeImpl
A representation of the model object 'Describe Process Type'.
The following features are supported:
- See Also:
-
Method Summary
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
Methods inherited from interface RequestBaseType
getExtension, getService, getVersion, isSetService, isSetVersion, setService, setVersion, unsetService, unsetVersion
-
Method Details
-
getIdentifier
EList<CodeType> getIdentifier()Returns the value of the 'Identifier' containment reference list. The list contents are of typeCodeType
. One or more identifiers for which the process description shall be obtained. "ALL"" is reserved to retrieve the descriptions for all available process offerings.- Returns:
- the value of the 'Identifier' containment reference list.
- See Also:
-
getLang
String getLang()Returns the value of the 'Lang' attribute. RFC 4646 language code of the human-readable text (e.g. "en-CA") in the process description.- Returns:
- the value of the 'Lang' attribute.
- See Also:
-
setLang
Sets the value of the 'Lang
' attribute.- Parameters:
value
- the new value of the 'Lang' attribute.- See Also:
-