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 TypeMethodDescriptionvoidResponseFormType.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 TypeClassDescriptionclassAn implementation of the model object 'Response Document Type'.Fields in net.opengis.wps10.impl declared as ResponseDocumentTypeModifier and TypeFieldDescriptionprotected ResponseDocumentTypeResponseFormTypeImpl.responseDocumentThe 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 TypeMethodDescriptionNotificationChainResponseFormTypeImpl.basicSetResponseDocument(ResponseDocumentType newResponseDocument, NotificationChain msgs) voidResponseFormTypeImpl.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'.booleanWps10Validator.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 TypeMethodDescriptionbooleanResponseFormTypeValidator.validateResponseDocument(ResponseDocumentType value)