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.wfs20Methods in net.opengis.wfs20 that return WSDLType Modifier and Type Method Description WSDLTypeWfs20Factory. createWSDLType()Returns a new object of class 'WSDL Type'.WSDLTypeWFSCapabilitiesType. getWSDL()Returns the value of the 'WSDL' containment reference.Methods in net.opengis.wfs20 with parameters of type WSDLType Modifier and Type Method Description voidWFSCapabilitiesType. setWSDL(WSDLType value)Sets the value of the 'WSDL' containment reference.
- 
Uses of WSDLType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement WSDLType Modifier and Type Class Description classWSDLTypeImplAn implementation of the model object 'WSDL Type'.Fields in net.opengis.wfs20.impl declared as WSDLType Modifier and Type Field Description protected WSDLTypeWFSCapabilitiesTypeImpl. wSDLThe cached value of the 'WSDL' containment reference.Methods in net.opengis.wfs20.impl that return WSDLType Modifier and Type Method Description WSDLTypeWfs20FactoryImpl. createWSDLType()WSDLTypeWFSCapabilitiesTypeImpl. getWSDL()Methods in net.opengis.wfs20.impl with parameters of type WSDLType Modifier and Type Method Description NotificationChainWFSCapabilitiesTypeImpl. basicSetWSDL(WSDLType newWSDL, NotificationChain msgs)voidWFSCapabilitiesTypeImpl. setWSDL(WSDLType newWSDL)
- 
Uses of WSDLType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type WSDLType Modifier and Type Method Description TWfs20Switch. caseWSDLType(WSDLType object)Returns the result of interpreting the object as an instance of 'WSDL Type'.booleanWfs20Validator. validateWSDLType(WSDLType wsdlType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of WSDLType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type WSDLType Modifier and Type Method Description booleanWFSCapabilitiesTypeValidator. validateWSDL(WSDLType value)
 
-