Uses of Interface
net.opengis.ows11.ManifestType

Packages that use ManifestType
net.opengis.ows11   
net.opengis.ows11.impl   
net.opengis.ows11.util   
net.opengis.ows11.validation   
 

Uses of ManifestType in net.opengis.ows11
 

Methods in net.opengis.ows11 that return ManifestType
 ManifestType Ows11Factory.createManifestType()
          Returns a new object of class 'Manifest Type'.
 ManifestType DocumentRoot.getInputData()
          Returns the value of the 'Input Data' containment reference.
 ManifestType DocumentRoot.getManifest()
          Returns the value of the 'Manifest' containment reference.
 ManifestType DocumentRoot.getOperationResponse()
          Returns the value of the 'Operation Response' containment reference.
 

Methods in net.opengis.ows11 with parameters of type ManifestType
 void 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.ows11.impl
 

Classes in net.opengis.ows11.impl that implement ManifestType
 class ManifestTypeImpl
          An implementation of the model object 'Manifest Type'.
 

Methods in net.opengis.ows11.impl that return ManifestType
 ManifestType Ows11FactoryImpl.createManifestType()
           
 ManifestType DocumentRootImpl.getInputData()
           
 ManifestType DocumentRootImpl.getManifest()
           
 ManifestType DocumentRootImpl.getOperationResponse()
           
 

Methods in net.opengis.ows11.impl with parameters of type ManifestType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetInputData(ManifestType newInputData, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetManifest(ManifestType newManifest, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetOperationResponse(ManifestType newOperationResponse, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setInputData(ManifestType newInputData)
           
 void DocumentRootImpl.setManifest(ManifestType newManifest)
           
 void DocumentRootImpl.setOperationResponse(ManifestType newOperationResponse)
           
 

Uses of ManifestType in net.opengis.ows11.util
 

Methods in net.opengis.ows11.util with parameters of type ManifestType
 java.lang.Object Ows11Switch.caseManifestType(ManifestType object)
          Returns the result of interpreting the object as an instance of 'Manifest Type'.
 boolean Ows11Validator.validateManifestType(ManifestType manifestType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of ManifestType in net.opengis.ows11.validation
 

Methods in net.opengis.ows11.validation with parameters of type ManifestType
 boolean DocumentRootValidator.validateInputData(ManifestType value)
           
 boolean DocumentRootValidator.validateManifest(ManifestType value)
           
 boolean DocumentRootValidator.validateOperationResponse(ManifestType value)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.