Uses of Interface
net.opengis.wps10.WSDLType
-
Packages that use WSDLType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of WSDLType in net.opengis.wps10
Methods in net.opengis.wps10 that return WSDLType Modifier and Type Method Description WSDLTypeWps10Factory. createWSDLType()Returns a new object of class 'WSDL Type'.WSDLTypeDocumentRoot. getWSDL()Returns the value of the 'WSDL' containment reference.WSDLTypeProcessBriefType. getWSDL()Returns the value of the 'WSDL' containment reference.WSDLTypeWPSCapabilitiesType. getWSDL()Returns the value of the 'WSDL' containment reference.Methods in net.opengis.wps10 with parameters of type WSDLType Modifier and Type Method Description voidDocumentRoot. setWSDL(WSDLType value)Sets the value of the 'WSDL' containment reference.voidProcessBriefType. setWSDL(WSDLType value)Sets the value of the 'WSDL' containment reference.voidWPSCapabilitiesType. setWSDL(WSDLType value)Sets the value of the 'WSDL' containment reference. -
Uses of WSDLType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement WSDLType Modifier and Type Class Description classWSDLTypeImplAn implementation of the model object 'WSDL Type'.Fields in net.opengis.wps10.impl declared as WSDLType Modifier and Type Field Description protected WSDLTypeProcessBriefTypeImpl. wSDLThe cached value of the 'WSDL' containment reference.protected WSDLTypeWPSCapabilitiesTypeImpl. wSDLThe cached value of the 'WSDL' containment reference.Methods in net.opengis.wps10.impl that return WSDLType Modifier and Type Method Description WSDLTypeWps10FactoryImpl. createWSDLType()WSDLTypeDocumentRootImpl. getWSDL()WSDLTypeProcessBriefTypeImpl. getWSDL()WSDLTypeWPSCapabilitiesTypeImpl. getWSDL()Methods in net.opengis.wps10.impl with parameters of type WSDLType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetWSDL(WSDLType newWSDL, NotificationChain msgs)NotificationChainProcessBriefTypeImpl. basicSetWSDL(WSDLType newWSDL, NotificationChain msgs)NotificationChainWPSCapabilitiesTypeImpl. basicSetWSDL(WSDLType newWSDL, NotificationChain msgs)voidDocumentRootImpl. setWSDL(WSDLType newWSDL)voidProcessBriefTypeImpl. setWSDL(WSDLType newWSDL)voidWPSCapabilitiesTypeImpl. setWSDL(WSDLType newWSDL) -
Uses of WSDLType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type WSDLType Modifier and Type Method Description ObjectWps10Switch. caseWSDLType(WSDLType object)Returns the result of interpreting the object as an instance of 'WSDL Type'.booleanWps10Validator. validateWSDLType(WSDLType wsdlType, DiagnosticChain diagnostics, Map context) -
Uses of WSDLType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type WSDLType Modifier and Type Method Description booleanDocumentRootValidator. validateWSDL(WSDLType value)booleanProcessBriefTypeValidator. validateWSDL(WSDLType value)booleanWPSCapabilitiesTypeValidator. validateWSDL(WSDLType value)
-