Uses of Interface
net.opengis.wps10.ResponseDocumentType
-
Packages that use ResponseDocumentType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of ResponseDocumentType in net.opengis.wps10
Methods in net.opengis.wps10 that return ResponseDocumentType Modifier and Type Method Description ResponseDocumentType
Wps10Factory. createResponseDocumentType()
Returns a new object of class 'Response Document Type'.ResponseDocumentType
ResponseFormType. getResponseDocument()
Returns the value of the 'Response Document' containment reference.Methods in net.opengis.wps10 with parameters of type ResponseDocumentType Modifier and Type Method Description void
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 ResponseDocumentType Modifier and Type Class Description class
ResponseDocumentTypeImpl
An implementation of the model object 'Response Document Type'.Fields in net.opengis.wps10.impl declared as ResponseDocumentType Modifier and Type Field Description protected ResponseDocumentType
ResponseFormTypeImpl. responseDocument
The cached value of the 'Response Document
' containment reference.Methods in net.opengis.wps10.impl that return ResponseDocumentType Modifier and Type Method Description ResponseDocumentType
Wps10FactoryImpl. createResponseDocumentType()
ResponseDocumentType
ResponseFormTypeImpl. getResponseDocument()
Methods in net.opengis.wps10.impl with parameters of type ResponseDocumentType Modifier and Type Method Description NotificationChain
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 ResponseDocumentType Modifier and Type Method Description Object
Wps10Switch. 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 ResponseDocumentType Modifier and Type Method Description boolean
ResponseFormTypeValidator. validateResponseDocument(ResponseDocumentType value)
-