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.wfs20
Methods in net.opengis.wfs20 that return DescribeStoredQueriesResponseType Modifier and Type Method Description DescribeStoredQueriesResponseType
Wfs20Factory. createDescribeStoredQueriesResponseType()
Returns a new object of class 'Describe Stored Queries Response Type'.DescribeStoredQueriesResponseType
DocumentRoot. 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 void
DocumentRoot. setDescribeStoredQueriesResponse(DescribeStoredQueriesResponseType value)
Sets the value of the 'Describe Stored Queries Response
' containment reference. -
Uses of DescribeStoredQueriesResponseType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement DescribeStoredQueriesResponseType Modifier and Type Class Description class
DescribeStoredQueriesResponseTypeImpl
An implementation of the model object 'Describe Stored Queries Response Type'.Methods in net.opengis.wfs20.impl that return DescribeStoredQueriesResponseType Modifier and Type Method Description DescribeStoredQueriesResponseType
Wfs20FactoryImpl. createDescribeStoredQueriesResponseType()
DescribeStoredQueriesResponseType
DocumentRootImpl. getDescribeStoredQueriesResponse()
Methods in net.opengis.wfs20.impl with parameters of type DescribeStoredQueriesResponseType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetDescribeStoredQueriesResponse(DescribeStoredQueriesResponseType newDescribeStoredQueriesResponse, NotificationChain msgs)
void
DocumentRootImpl. setDescribeStoredQueriesResponse(DescribeStoredQueriesResponseType newDescribeStoredQueriesResponse)
-
Uses of DescribeStoredQueriesResponseType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type DescribeStoredQueriesResponseType Modifier and Type Method Description T
Wfs20Switch. caseDescribeStoredQueriesResponseType(DescribeStoredQueriesResponseType object)
Returns the result of interpreting the object as an instance of 'Describe Stored Queries Response Type'.boolean
Wfs20Validator. validateDescribeStoredQueriesResponseType(DescribeStoredQueriesResponseType describeStoredQueriesResponseType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of DescribeStoredQueriesResponseType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type DescribeStoredQueriesResponseType Modifier and Type Method Description boolean
DocumentRootValidator. validateDescribeStoredQueriesResponse(DescribeStoredQueriesResponseType value)
-