Uses of Interface
net.opengis.wps10.ExecuteResponseType
-
Packages that use ExecuteResponseType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of ExecuteResponseType in net.opengis.wps10
Methods in net.opengis.wps10 that return ExecuteResponseType Modifier and Type Method Description ExecuteResponseType
Wps10Factory. createExecuteResponseType()
Returns a new object of class 'Execute Response Type'.ExecuteResponseType
DocumentRoot. getExecuteResponse()
Returns the value of the 'Execute Response' containment reference.Methods in net.opengis.wps10 with parameters of type ExecuteResponseType Modifier and Type Method Description void
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 ExecuteResponseType Modifier and Type Class Description class
ExecuteResponseTypeImpl
An implementation of the model object 'Execute Response Type'.Methods in net.opengis.wps10.impl that return ExecuteResponseType Modifier and Type Method Description ExecuteResponseType
Wps10FactoryImpl. createExecuteResponseType()
ExecuteResponseType
DocumentRootImpl. getExecuteResponse()
Methods in net.opengis.wps10.impl with parameters of type ExecuteResponseType Modifier and Type Method Description NotificationChain
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 ExecuteResponseType Modifier and Type Method Description Object
Wps10Switch. 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 ExecuteResponseType Modifier and Type Method Description boolean
DocumentRootValidator. validateExecuteResponse(ExecuteResponseType value)
-