Package net.opengis.wps10
Interface ProcessBriefType
- All Superinterfaces:
DescriptionType
,EObject
,Notifier
- All Known Subinterfaces:
ProcessDescriptionType
- All Known Implementing Classes:
ProcessBriefTypeImpl
,ProcessDescriptionTypeImpl
A representation of the model object 'Process Brief Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Process Version' attribute.Returns the value of the 'Profile' attribute.getWSDL()
Returns the value of the 'WSDL' containment reference.void
setProcessVersion
(String value) Sets the value of the 'Process Version
' attribute.void
setProfile
(String value) Sets the value of the 'Profile
' attribute.void
Sets the value of the 'WSDL
' containment reference.Methods inherited from interface DescriptionType
getAbstract, getIdentifier, getMetadata, getTitle, setAbstract, setIdentifier, setTitle
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
-
getProfile
String getProfile()Returns the value of the 'Profile' attribute. Optional unordered list of application profiles to which this process complies.- Returns:
- the value of the 'Profile' attribute.
- See Also:
-
setProfile
Sets the value of the 'Profile
' attribute.- Parameters:
value
- the new value of the 'Profile' attribute.- See Also:
-
getWSDL
WSDLType getWSDL()Returns the value of the 'WSDL' containment reference. Location of a WSDL document which describes this process.- Returns:
- the value of the 'WSDL' containment reference.
- See Also:
-
setWSDL
Sets the value of the 'WSDL
' containment reference.- Parameters:
value
- the new value of the 'WSDL' containment reference.- See Also:
-
getProcessVersion
String getProcessVersion()Returns the value of the 'Process Version' attribute. Release version of this Process, included when a process version needs to be included for clarification about the process to be used. It is possible that a WPS supports a process with different versions due to reasons such as modifications of process algorithms. Notice that this is the version identifier for the process, not the version of the WPS interface. The processVersion is informative only. Version negotiation for processVersion is not available. Requests to Execute a process do not include a processVersion identifier.- Returns:
- the value of the 'Process Version' attribute.
- See Also:
-
setProcessVersion
Sets the value of the 'Process Version
' attribute.- Parameters:
value
- the new value of the 'Process Version' attribute.- See Also:
-