Uses of Interface
net.opengis.wfs20.TransactionResponseType
Packages that use TransactionResponseType
Package
Description
-
Uses of TransactionResponseType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return TransactionResponseTypeModifier and TypeMethodDescriptionWfs20Factory.createTransactionResponseType()
Returns a new object of class 'Transaction Response Type'.DocumentRoot.getTransactionResponse()
Returns the value of the 'Transaction Response' containment reference.Methods in net.opengis.wfs20 with parameters of type TransactionResponseTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setTransactionResponse
(TransactionResponseType value) Sets the value of the 'Transaction Response
' containment reference. -
Uses of TransactionResponseType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement TransactionResponseTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Transaction Response Type'.Methods in net.opengis.wfs20.impl that return TransactionResponseTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createTransactionResponseType()
DocumentRootImpl.getTransactionResponse()
Methods in net.opengis.wfs20.impl with parameters of type TransactionResponseTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetTransactionResponse
(TransactionResponseType newTransactionResponse, NotificationChain msgs) void
DocumentRootImpl.setTransactionResponse
(TransactionResponseType newTransactionResponse) -
Uses of TransactionResponseType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type TransactionResponseTypeModifier and TypeMethodDescriptionWfs20Switch.caseTransactionResponseType
(TransactionResponseType object) Returns the result of interpreting the object as an instance of 'Transaction Response Type'.boolean
Wfs20Validator.validateTransactionResponseType
(TransactionResponseType transactionResponseType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of TransactionResponseType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type TransactionResponseTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateTransactionResponse
(TransactionResponseType value)