Uses of Interface
net.opengis.wfs20.CreateStoredQueryResponseType
-
Packages that use CreateStoredQueryResponseType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation -
-
Uses of CreateStoredQueryResponseType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return CreateStoredQueryResponseType Modifier and Type Method Description CreateStoredQueryResponseType
Wfs20Factory. createCreateStoredQueryResponseType()
Returns a new object of class 'Create Stored Query Response Type'.CreateStoredQueryResponseType
DocumentRoot. getCreateStoredQueryResponse()
Returns the value of the 'Create Stored Query Response' containment reference.Methods in net.opengis.wfs20 with parameters of type CreateStoredQueryResponseType Modifier and Type Method Description void
DocumentRoot. setCreateStoredQueryResponse(CreateStoredQueryResponseType value)
Sets the value of the 'Create Stored Query Response
' containment reference. -
Uses of CreateStoredQueryResponseType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement CreateStoredQueryResponseType Modifier and Type Class Description class
CreateStoredQueryResponseTypeImpl
An implementation of the model object 'Create Stored Query Response Type'.Methods in net.opengis.wfs20.impl that return CreateStoredQueryResponseType Modifier and Type Method Description CreateStoredQueryResponseType
Wfs20FactoryImpl. createCreateStoredQueryResponseType()
CreateStoredQueryResponseType
DocumentRootImpl. getCreateStoredQueryResponse()
Methods in net.opengis.wfs20.impl with parameters of type CreateStoredQueryResponseType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetCreateStoredQueryResponse(CreateStoredQueryResponseType newCreateStoredQueryResponse, NotificationChain msgs)
void
DocumentRootImpl. setCreateStoredQueryResponse(CreateStoredQueryResponseType newCreateStoredQueryResponse)
-
Uses of CreateStoredQueryResponseType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type CreateStoredQueryResponseType Modifier and Type Method Description T
Wfs20Switch. caseCreateStoredQueryResponseType(CreateStoredQueryResponseType object)
Returns the result of interpreting the object as an instance of 'Create Stored Query Response Type'.boolean
Wfs20Validator. validateCreateStoredQueryResponseType(CreateStoredQueryResponseType createStoredQueryResponseType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of CreateStoredQueryResponseType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type CreateStoredQueryResponseType Modifier and Type Method Description boolean
DocumentRootValidator. validateCreateStoredQueryResponse(CreateStoredQueryResponseType value)
-