Uses of Interface
net.opengis.wps10.ResponseDocumentType
Packages that use ResponseDocumentType
Package
Description
-
Uses of ResponseDocumentType in net.opengis.wps10
Methods in net.opengis.wps10 that return ResponseDocumentTypeModifier and TypeMethodDescriptionWps10Factory.createResponseDocumentType()
Returns a new object of class 'Response Document Type'.ResponseFormType.getResponseDocument()
Returns the value of the 'Response Document' containment reference.Methods in net.opengis.wps10 with parameters of type ResponseDocumentTypeModifier and TypeMethodDescriptionvoid
ResponseFormType.setResponseDocument
(ResponseDocumentType value) Sets the value of the 'Response Document
' containment reference. -
Uses of ResponseDocumentType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement ResponseDocumentTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Response Document Type'.Fields in net.opengis.wps10.impl declared as ResponseDocumentTypeModifier and TypeFieldDescriptionprotected ResponseDocumentType
ResponseFormTypeImpl.responseDocument
The cached value of the 'Response Document
' containment reference.Methods in net.opengis.wps10.impl that return ResponseDocumentTypeModifier and TypeMethodDescriptionWps10FactoryImpl.createResponseDocumentType()
ResponseFormTypeImpl.getResponseDocument()
Methods in net.opengis.wps10.impl with parameters of type ResponseDocumentTypeModifier and TypeMethodDescriptionNotificationChain
ResponseFormTypeImpl.basicSetResponseDocument
(ResponseDocumentType newResponseDocument, NotificationChain msgs) void
ResponseFormTypeImpl.setResponseDocument
(ResponseDocumentType newResponseDocument) -
Uses of ResponseDocumentType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type ResponseDocumentTypeModifier and TypeMethodDescriptionWps10Switch.caseResponseDocumentType
(ResponseDocumentType object) Returns the result of interpreting the object as an instance of 'Response Document Type'.boolean
Wps10Validator.validateResponseDocumentType
(ResponseDocumentType responseDocumentType, DiagnosticChain diagnostics, Map context) -
Uses of ResponseDocumentType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type ResponseDocumentTypeModifier and TypeMethodDescriptionboolean
ResponseFormTypeValidator.validateResponseDocument
(ResponseDocumentType value)