Uses of Interface
net.opengis.ows20.ManifestType
-
Packages that use ManifestType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation -
-
Uses of ManifestType in net.opengis.ows20
Methods in net.opengis.ows20 that return ManifestType Modifier and Type Method Description ManifestTypeOws20Factory. createManifestType()Returns a new object of class 'Manifest Type'.ManifestTypeDocumentRoot. getInputData()Returns the value of the 'Input Data' containment reference.ManifestTypeDocumentRoot. getManifest()Returns the value of the 'Manifest' containment reference.ManifestTypeDocumentRoot. getOperationResponse()Returns the value of the 'Operation Response' containment reference.Methods in net.opengis.ows20 with parameters of type ManifestType Modifier and Type Method Description voidDocumentRoot. 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.ows20.impl
Classes in net.opengis.ows20.impl that implement ManifestType Modifier and Type Class Description classManifestTypeImplAn implementation of the model object 'Manifest Type'.Methods in net.opengis.ows20.impl that return ManifestType Modifier and Type Method Description ManifestTypeOws20FactoryImpl. createManifestType()ManifestTypeDocumentRootImpl. getInputData()ManifestTypeDocumentRootImpl. getManifest()ManifestTypeDocumentRootImpl. getOperationResponse()Methods in net.opengis.ows20.impl with parameters of type ManifestType Modifier and Type Method Description NotificationChainDocumentRootImpl. 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.ows20.util
Methods in net.opengis.ows20.util with parameters of type ManifestType Modifier and Type Method Description TOws20Switch. caseManifestType(ManifestType object)Returns the result of interpreting the object as an instance of 'Manifest Type'.booleanOws20Validator. 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 ManifestType Modifier and Type Method Description booleanDocumentRootValidator. validateInputData(ManifestType value)booleanDocumentRootValidator. validateManifest(ManifestType value)booleanDocumentRootValidator. validateOperationResponse(ManifestType value)
-