Uses of Interface
net.opengis.wps10.ProcessOfferingsType
Packages that use ProcessOfferingsType
Package
Description
-
Uses of ProcessOfferingsType in net.opengis.wps10
Methods in net.opengis.wps10 that return ProcessOfferingsTypeModifier and TypeMethodDescriptionWps10Factory.createProcessOfferingsType()
Returns a new object of class 'Process Offerings Type'.DocumentRoot.getProcessOfferings()
Returns the value of the 'Process Offerings' containment reference.WPSCapabilitiesType.getProcessOfferings()
Returns the value of the 'Process Offerings' containment reference.Methods in net.opengis.wps10 with parameters of type ProcessOfferingsTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setProcessOfferings
(ProcessOfferingsType value) Sets the value of the 'Process Offerings
' containment reference.void
WPSCapabilitiesType.setProcessOfferings
(ProcessOfferingsType value) Sets the value of the 'Process Offerings
' containment reference. -
Uses of ProcessOfferingsType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement ProcessOfferingsTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Process Offerings Type'.Fields in net.opengis.wps10.impl declared as ProcessOfferingsTypeModifier and TypeFieldDescriptionprotected ProcessOfferingsType
WPSCapabilitiesTypeImpl.processOfferings
The cached value of the 'Process Offerings
' containment reference.Methods in net.opengis.wps10.impl that return ProcessOfferingsTypeModifier and TypeMethodDescriptionWps10FactoryImpl.createProcessOfferingsType()
DocumentRootImpl.getProcessOfferings()
WPSCapabilitiesTypeImpl.getProcessOfferings()
Methods in net.opengis.wps10.impl with parameters of type ProcessOfferingsTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetProcessOfferings
(ProcessOfferingsType newProcessOfferings, NotificationChain msgs) NotificationChain
WPSCapabilitiesTypeImpl.basicSetProcessOfferings
(ProcessOfferingsType newProcessOfferings, NotificationChain msgs) void
DocumentRootImpl.setProcessOfferings
(ProcessOfferingsType newProcessOfferings) void
WPSCapabilitiesTypeImpl.setProcessOfferings
(ProcessOfferingsType newProcessOfferings) -
Uses of ProcessOfferingsType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type ProcessOfferingsTypeModifier and TypeMethodDescriptionWps10Switch.caseProcessOfferingsType
(ProcessOfferingsType object) Returns the result of interpreting the object as an instance of 'Process Offerings Type'.boolean
Wps10Validator.validateProcessOfferingsType
(ProcessOfferingsType processOfferingsType, DiagnosticChain diagnostics, Map context) -
Uses of ProcessOfferingsType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type ProcessOfferingsTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateProcessOfferings
(ProcessOfferingsType value) boolean
WPSCapabilitiesTypeValidator.validateProcessOfferings
(ProcessOfferingsType value)