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 ResponseDocumentTypeWps10Factory. createResponseDocumentType()Returns a new object of class 'Response Document Type'.ResponseDocumentTypeResponseFormType. 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 voidResponseFormType. 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 classResponseDocumentTypeImplAn implementation of the model object 'Response Document Type'.Fields in net.opengis.wps10.impl declared as ResponseDocumentType Modifier and Type Field Description protected ResponseDocumentTypeResponseFormTypeImpl. responseDocumentThe cached value of the 'Response Document' containment reference.Methods in net.opengis.wps10.impl that return ResponseDocumentType Modifier and Type Method Description ResponseDocumentTypeWps10FactoryImpl. createResponseDocumentType()ResponseDocumentTypeResponseFormTypeImpl. getResponseDocument()Methods in net.opengis.wps10.impl with parameters of type ResponseDocumentType Modifier and Type Method Description NotificationChainResponseFormTypeImpl. 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 ResponseDocumentType Modifier and Type Method Description ObjectWps10Switch. 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 ResponseDocumentType Modifier and Type Method Description booleanResponseFormTypeValidator. validateResponseDocument(ResponseDocumentType value)
-