Uses of Interface
net.opengis.wps10.ProcessOfferingsType
-
Packages that use ProcessOfferingsType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of ProcessOfferingsType in net.opengis.wps10
Methods in net.opengis.wps10 that return ProcessOfferingsType Modifier and Type Method Description ProcessOfferingsTypeWps10Factory. createProcessOfferingsType()Returns a new object of class 'Process Offerings Type'.ProcessOfferingsTypeDocumentRoot. getProcessOfferings()Returns the value of the 'Process Offerings' containment reference.ProcessOfferingsTypeWPSCapabilitiesType. getProcessOfferings()Returns the value of the 'Process Offerings' containment reference.Methods in net.opengis.wps10 with parameters of type ProcessOfferingsType Modifier and Type Method Description voidDocumentRoot. setProcessOfferings(ProcessOfferingsType value)Sets the value of the 'Process Offerings' containment reference.voidWPSCapabilitiesType. 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 ProcessOfferingsType Modifier and Type Class Description classProcessOfferingsTypeImplAn implementation of the model object 'Process Offerings Type'.Fields in net.opengis.wps10.impl declared as ProcessOfferingsType Modifier and Type Field Description protected ProcessOfferingsTypeWPSCapabilitiesTypeImpl. processOfferingsThe cached value of the 'Process Offerings' containment reference.Methods in net.opengis.wps10.impl that return ProcessOfferingsType Modifier and Type Method Description ProcessOfferingsTypeWps10FactoryImpl. createProcessOfferingsType()ProcessOfferingsTypeDocumentRootImpl. getProcessOfferings()ProcessOfferingsTypeWPSCapabilitiesTypeImpl. getProcessOfferings()Methods in net.opengis.wps10.impl with parameters of type ProcessOfferingsType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetProcessOfferings(ProcessOfferingsType newProcessOfferings, NotificationChain msgs)NotificationChainWPSCapabilitiesTypeImpl. basicSetProcessOfferings(ProcessOfferingsType newProcessOfferings, NotificationChain msgs)voidDocumentRootImpl. setProcessOfferings(ProcessOfferingsType newProcessOfferings)voidWPSCapabilitiesTypeImpl. setProcessOfferings(ProcessOfferingsType newProcessOfferings) -
Uses of ProcessOfferingsType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type ProcessOfferingsType Modifier and Type Method Description ObjectWps10Switch. caseProcessOfferingsType(ProcessOfferingsType object)Returns the result of interpreting the object as an instance of 'Process Offerings Type'.booleanWps10Validator. 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 ProcessOfferingsType Modifier and Type Method Description booleanDocumentRootValidator. validateProcessOfferings(ProcessOfferingsType value)booleanWPSCapabilitiesTypeValidator. validateProcessOfferings(ProcessOfferingsType value)
-