Uses of Interface
net.opengis.wfs20.ActionResultsType
Packages that use ActionResultsType
Package
Description
-
Uses of ActionResultsType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return ActionResultsTypeModifier and TypeMethodDescriptionWfs20Factory.createActionResultsType()
Returns a new object of class 'Action Results Type'.TransactionResponseType.getInsertResults()
Returns the value of the 'Insert Results' containment reference.TransactionResponseType.getReplaceResults()
Returns the value of the 'Replace Results' containment reference.TransactionResponseType.getUpdateResults()
Returns the value of the 'Update Results' containment reference.Methods in net.opengis.wfs20 with parameters of type ActionResultsTypeModifier and TypeMethodDescriptionvoid
TransactionResponseType.setInsertResults
(ActionResultsType value) Sets the value of the 'Insert Results
' containment reference.void
TransactionResponseType.setReplaceResults
(ActionResultsType value) Sets the value of the 'Replace Results
' containment reference.void
TransactionResponseType.setUpdateResults
(ActionResultsType value) Sets the value of the 'Update Results
' containment reference. -
Uses of ActionResultsType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement ActionResultsTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Action Results Type'.Fields in net.opengis.wfs20.impl declared as ActionResultsTypeModifier and TypeFieldDescriptionprotected ActionResultsType
TransactionResponseTypeImpl.insertResults
The cached value of the 'Insert Results
' containment reference.protected ActionResultsType
TransactionResponseTypeImpl.replaceResults
The cached value of the 'Replace Results
' containment reference.protected ActionResultsType
TransactionResponseTypeImpl.updateResults
The cached value of the 'Update Results
' containment reference.Methods in net.opengis.wfs20.impl that return ActionResultsTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createActionResultsType()
TransactionResponseTypeImpl.getInsertResults()
TransactionResponseTypeImpl.getReplaceResults()
TransactionResponseTypeImpl.getUpdateResults()
Methods in net.opengis.wfs20.impl with parameters of type ActionResultsTypeModifier and TypeMethodDescriptionNotificationChain
TransactionResponseTypeImpl.basicSetInsertResults
(ActionResultsType newInsertResults, NotificationChain msgs) NotificationChain
TransactionResponseTypeImpl.basicSetReplaceResults
(ActionResultsType newReplaceResults, NotificationChain msgs) NotificationChain
TransactionResponseTypeImpl.basicSetUpdateResults
(ActionResultsType newUpdateResults, NotificationChain msgs) void
TransactionResponseTypeImpl.setInsertResults
(ActionResultsType newInsertResults) void
TransactionResponseTypeImpl.setReplaceResults
(ActionResultsType newReplaceResults) void
TransactionResponseTypeImpl.setUpdateResults
(ActionResultsType newUpdateResults) -
Uses of ActionResultsType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type ActionResultsTypeModifier and TypeMethodDescriptionWfs20Switch.caseActionResultsType
(ActionResultsType object) Returns the result of interpreting the object as an instance of 'Action Results Type'.boolean
Wfs20Validator.validateActionResultsType
(ActionResultsType actionResultsType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of ActionResultsType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type ActionResultsTypeModifier and TypeMethodDescriptionboolean
TransactionResponseTypeValidator.validateInsertResults
(ActionResultsType value) boolean
TransactionResponseTypeValidator.validateReplaceResults
(ActionResultsType value) boolean
TransactionResponseTypeValidator.validateUpdateResults
(ActionResultsType value)