Uses of Interface
net.opengis.wfs20.DescribeStoredQueriesResponseType
- 
Packages that use DescribeStoredQueriesResponseType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation 
- 
- 
Uses of DescribeStoredQueriesResponseType in net.opengis.wfs20Methods in net.opengis.wfs20 that return DescribeStoredQueriesResponseType Modifier and Type Method Description DescribeStoredQueriesResponseTypeWfs20Factory. createDescribeStoredQueriesResponseType()Returns a new object of class 'Describe Stored Queries Response Type'.DescribeStoredQueriesResponseTypeDocumentRoot. getDescribeStoredQueriesResponse()Returns the value of the 'Describe Stored Queries Response' containment reference.Methods in net.opengis.wfs20 with parameters of type DescribeStoredQueriesResponseType Modifier and Type Method Description voidDocumentRoot. setDescribeStoredQueriesResponse(DescribeStoredQueriesResponseType value)Sets the value of the 'Describe Stored Queries Response' containment reference.
- 
Uses of DescribeStoredQueriesResponseType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement DescribeStoredQueriesResponseType Modifier and Type Class Description classDescribeStoredQueriesResponseTypeImplAn implementation of the model object 'Describe Stored Queries Response Type'.Methods in net.opengis.wfs20.impl that return DescribeStoredQueriesResponseType Modifier and Type Method Description DescribeStoredQueriesResponseTypeWfs20FactoryImpl. createDescribeStoredQueriesResponseType()DescribeStoredQueriesResponseTypeDocumentRootImpl. getDescribeStoredQueriesResponse()Methods in net.opengis.wfs20.impl with parameters of type DescribeStoredQueriesResponseType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetDescribeStoredQueriesResponse(DescribeStoredQueriesResponseType newDescribeStoredQueriesResponse, NotificationChain msgs)voidDocumentRootImpl. setDescribeStoredQueriesResponse(DescribeStoredQueriesResponseType newDescribeStoredQueriesResponse)
- 
Uses of DescribeStoredQueriesResponseType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type DescribeStoredQueriesResponseType Modifier and Type Method Description TWfs20Switch. caseDescribeStoredQueriesResponseType(DescribeStoredQueriesResponseType object)Returns the result of interpreting the object as an instance of 'Describe Stored Queries Response Type'.booleanWfs20Validator. validateDescribeStoredQueriesResponseType(DescribeStoredQueriesResponseType describeStoredQueriesResponseType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of DescribeStoredQueriesResponseType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type DescribeStoredQueriesResponseType Modifier and Type Method Description booleanDocumentRootValidator. validateDescribeStoredQueriesResponse(DescribeStoredQueriesResponseType value)
 
-