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 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 Modifier and Type Method Description 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 Modifier and Type Class Description class
WSDLTypeImpl
An implementation of the model object 'WSDL Type'.Fields in net.opengis.wps10.impl declared as WSDLType Modifier and Type Field Description protected WSDLType
ProcessBriefTypeImpl. wSDL
The cached value of the 'WSDL
' containment reference.protected WSDLType
WPSCapabilitiesTypeImpl. wSDL
The cached value of the 'WSDL
' containment reference.Methods in net.opengis.wps10.impl that return WSDLType Modifier and Type Method Description WSDLType
Wps10FactoryImpl. createWSDLType()
WSDLType
DocumentRootImpl. getWSDL()
WSDLType
ProcessBriefTypeImpl. getWSDL()
WSDLType
WPSCapabilitiesTypeImpl. getWSDL()
Methods in net.opengis.wps10.impl with parameters of type WSDLType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetWSDL(WSDLType newWSDL, NotificationChain msgs)
NotificationChain
ProcessBriefTypeImpl. basicSetWSDL(WSDLType newWSDL, NotificationChain msgs)
NotificationChain
WPSCapabilitiesTypeImpl. basicSetWSDL(WSDLType newWSDL, NotificationChain msgs)
void
DocumentRootImpl. setWSDL(WSDLType newWSDL)
void
ProcessBriefTypeImpl. setWSDL(WSDLType newWSDL)
void
WPSCapabilitiesTypeImpl. 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 Object
Wps10Switch. caseWSDLType(WSDLType object)
Returns the result of interpreting the object as an instance of 'WSDL Type'.boolean
Wps10Validator. 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 boolean
DocumentRootValidator. validateWSDL(WSDLType value)
boolean
ProcessBriefTypeValidator. validateWSDL(WSDLType value)
boolean
WPSCapabilitiesTypeValidator. validateWSDL(WSDLType value)
-