Uses of Interface
net.opengis.wps10.WSDLType

Packages that use WSDLType
net.opengis.wps10   
net.opengis.wps10.impl   
net.opengis.wps10.util   
 

Uses of WSDLType in net.opengis.wps10
 

Methods in net.opengis.wps10 that return WSDLType
 WSDLType Wps10Factory.createWSDLType()
          Returns a new object of class 'WSDL Type'.
 WSDLType DocumentRoot.getWSDL()
          Returns the value of the 'WSDL' containment reference.
 WSDLType ProcessBriefType.getWSDL()
          Returns the value of the 'WSDL' containment reference.
 WSDLType WPSCapabilitiesType.getWSDL()
          Returns the value of the 'WSDL' containment reference.
 

Methods in net.opengis.wps10 with parameters of type WSDLType
 void DocumentRoot.setWSDL(WSDLType value)
          Sets the value of the 'WSDL' containment reference.
 void ProcessBriefType.setWSDL(WSDLType value)
          Sets the value of the 'WSDL' containment reference.
 void WPSCapabilitiesType.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
 class WSDLTypeImpl
          An implementation of the model object 'WSDL Type'.
 

Fields in net.opengis.wps10.impl declared as WSDLType
protected  WSDLType WPSCapabilitiesTypeImpl.wSDL
          The cached value of the 'WSDL' containment reference.
protected  WSDLType ProcessBriefTypeImpl.wSDL
          The cached value of the 'WSDL' containment reference.
 

Methods in net.opengis.wps10.impl that return WSDLType
 WSDLType Wps10FactoryImpl.createWSDLType()
           
 WSDLType WPSCapabilitiesTypeImpl.getWSDL()
           
 WSDLType ProcessBriefTypeImpl.getWSDL()
           
 WSDLType DocumentRootImpl.getWSDL()
           
 

Methods in net.opengis.wps10.impl with parameters of type WSDLType
 org.eclipse.emf.common.notify.NotificationChain WPSCapabilitiesTypeImpl.basicSetWSDL(WSDLType newWSDL, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ProcessBriefTypeImpl.basicSetWSDL(WSDLType newWSDL, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetWSDL(WSDLType newWSDL, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void WPSCapabilitiesTypeImpl.setWSDL(WSDLType newWSDL)
           
 void ProcessBriefTypeImpl.setWSDL(WSDLType newWSDL)
           
 void DocumentRootImpl.setWSDL(WSDLType newWSDL)
           
 

Uses of WSDLType in net.opengis.wps10.util
 

Methods in net.opengis.wps10.util with parameters of type WSDLType
 java.lang.Object Wps10Switch.caseWSDLType(WSDLType object)
          Returns the result of interpreting the object as an instance of 'WSDL Type'.
 boolean Wps10Validator.validateWSDLType(WSDLType wsdlType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.