Uses of Interface
net.opengis.wfs20.WSDLType
-
Packages that use WSDLType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation -
-
Uses of WSDLType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return WSDLType Modifier and Type Method Description WSDLType
Wfs20Factory. createWSDLType()
Returns a new object of class 'WSDL Type'.WSDLType
WFSCapabilitiesType. getWSDL()
Returns the value of the 'WSDL' containment reference.Methods in net.opengis.wfs20 with parameters of type WSDLType Modifier and Type Method Description void
WFSCapabilitiesType. setWSDL(WSDLType value)
Sets the value of the 'WSDL
' containment reference. -
Uses of WSDLType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement WSDLType Modifier and Type Class Description class
WSDLTypeImpl
An implementation of the model object 'WSDL Type'.Fields in net.opengis.wfs20.impl declared as WSDLType Modifier and Type Field Description protected WSDLType
WFSCapabilitiesTypeImpl. wSDL
The cached value of the 'WSDL
' containment reference.Methods in net.opengis.wfs20.impl that return WSDLType Modifier and Type Method Description WSDLType
Wfs20FactoryImpl. createWSDLType()
WSDLType
WFSCapabilitiesTypeImpl. getWSDL()
Methods in net.opengis.wfs20.impl with parameters of type WSDLType Modifier and Type Method Description NotificationChain
WFSCapabilitiesTypeImpl. basicSetWSDL(WSDLType newWSDL, NotificationChain msgs)
void
WFSCapabilitiesTypeImpl. setWSDL(WSDLType newWSDL)
-
Uses of WSDLType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type WSDLType Modifier and Type Method Description T
Wfs20Switch. caseWSDLType(WSDLType object)
Returns the result of interpreting the object as an instance of 'WSDL Type'.boolean
Wfs20Validator. validateWSDLType(WSDLType wsdlType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of WSDLType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type WSDLType Modifier and Type Method Description boolean
WFSCapabilitiesTypeValidator. validateWSDL(WSDLType value)
-