Uses of Interface
net.opengis.ows11.ManifestType
Packages that use ManifestType
Package
Description
-
Uses of ManifestType in net.opengis.ows11
Methods in net.opengis.ows11 that return ManifestTypeModifier and TypeMethodDescriptionOws11Factory.createManifestType()Returns a new object of class 'Manifest Type'.DocumentRoot.getInputData()Returns the value of the 'Input Data' containment reference.DocumentRoot.getManifest()Returns the value of the 'Manifest' containment reference.DocumentRoot.getOperationResponse()Returns the value of the 'Operation Response' containment reference.Methods in net.opengis.ows11 with parameters of type ManifestTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setInputData(ManifestType value) Sets the value of the 'Input Data' containment reference.voidDocumentRoot.setManifest(ManifestType value) Sets the value of the 'Manifest' containment reference.voidDocumentRoot.setOperationResponse(ManifestType value) Sets the value of the 'Operation Response' containment reference. -
Uses of ManifestType in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement ManifestTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Manifest Type'.Methods in net.opengis.ows11.impl that return ManifestTypeModifier and TypeMethodDescriptionOws11FactoryImpl.createManifestType()DocumentRootImpl.getInputData()DocumentRootImpl.getManifest()DocumentRootImpl.getOperationResponse()Methods in net.opengis.ows11.impl with parameters of type ManifestTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetInputData(ManifestType newInputData, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetManifest(ManifestType newManifest, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetOperationResponse(ManifestType newOperationResponse, NotificationChain msgs) voidDocumentRootImpl.setInputData(ManifestType newInputData) voidDocumentRootImpl.setManifest(ManifestType newManifest) voidDocumentRootImpl.setOperationResponse(ManifestType newOperationResponse) -
Uses of ManifestType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type ManifestTypeModifier and TypeMethodDescriptionOws11Switch.caseManifestType(ManifestType object) Returns the result of interpreting the object as an instance of 'Manifest Type'.booleanOws11Validator.validateManifestType(ManifestType manifestType, DiagnosticChain diagnostics, Map context) -
Uses of ManifestType in net.opengis.ows11.validation
Methods in net.opengis.ows11.validation with parameters of type ManifestTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateInputData(ManifestType value) booleanDocumentRootValidator.validateManifest(ManifestType value) booleanDocumentRootValidator.validateOperationResponse(ManifestType value)