Uses of Interface
net.opengis.ows20.ManifestType
Packages that use ManifestType
Package
Description
-
Uses of ManifestType in net.opengis.ows20
Methods in net.opengis.ows20 that return ManifestTypeModifier and TypeMethodDescriptionOws20Factory.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.ows20 with parameters of type ManifestTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setInputData
(ManifestType value) Sets the value of the 'Input Data
' containment reference.void
DocumentRoot.setManifest
(ManifestType value) Sets the value of the 'Manifest
' containment reference.void
DocumentRoot.setOperationResponse
(ManifestType value) Sets the value of the 'Operation Response
' containment reference. -
Uses of ManifestType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement ManifestTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Manifest Type'.Methods in net.opengis.ows20.impl that return ManifestTypeModifier and TypeMethodDescriptionOws20FactoryImpl.createManifestType()
DocumentRootImpl.getInputData()
DocumentRootImpl.getManifest()
DocumentRootImpl.getOperationResponse()
Methods in net.opengis.ows20.impl with parameters of type ManifestTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetInputData
(ManifestType newInputData, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetManifest
(ManifestType newManifest, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetOperationResponse
(ManifestType newOperationResponse, NotificationChain msgs) void
DocumentRootImpl.setInputData
(ManifestType newInputData) void
DocumentRootImpl.setManifest
(ManifestType newManifest) void
DocumentRootImpl.setOperationResponse
(ManifestType newOperationResponse) -
Uses of ManifestType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type ManifestTypeModifier and TypeMethodDescriptionOws20Switch.caseManifestType
(ManifestType object) Returns the result of interpreting the object as an instance of 'Manifest Type'.boolean
Ows20Validator.validateManifestType
(ManifestType manifestType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of ManifestType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type ManifestTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateInputData
(ManifestType value) boolean
DocumentRootValidator.validateManifest
(ManifestType value) boolean
DocumentRootValidator.validateOperationResponse
(ManifestType value)