Uses of Interface
net.opengis.wps10.ExecuteResponseType
Packages that use ExecuteResponseType
Package
Description
-
Uses of ExecuteResponseType in net.opengis.wps10
Methods in net.opengis.wps10 that return ExecuteResponseTypeModifier and TypeMethodDescriptionWps10Factory.createExecuteResponseType()
Returns a new object of class 'Execute Response Type'.DocumentRoot.getExecuteResponse()
Returns the value of the 'Execute Response' containment reference.Methods in net.opengis.wps10 with parameters of type ExecuteResponseTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setExecuteResponse
(ExecuteResponseType value) Sets the value of the 'Execute Response
' containment reference. -
Uses of ExecuteResponseType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement ExecuteResponseTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Execute Response Type'.Methods in net.opengis.wps10.impl that return ExecuteResponseTypeModifier and TypeMethodDescriptionWps10FactoryImpl.createExecuteResponseType()
DocumentRootImpl.getExecuteResponse()
Methods in net.opengis.wps10.impl with parameters of type ExecuteResponseTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetExecuteResponse
(ExecuteResponseType newExecuteResponse, NotificationChain msgs) void
DocumentRootImpl.setExecuteResponse
(ExecuteResponseType newExecuteResponse) -
Uses of ExecuteResponseType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type ExecuteResponseTypeModifier and TypeMethodDescriptionWps10Switch.caseExecuteResponseType
(ExecuteResponseType object) Returns the result of interpreting the object as an instance of 'Execute Response Type'.boolean
Wps10Validator.validateExecuteResponseType
(ExecuteResponseType executeResponseType, DiagnosticChain diagnostics, Map context) -
Uses of ExecuteResponseType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type ExecuteResponseTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateExecuteResponse
(ExecuteResponseType value)