Uses of Interface
net.opengis.wfs20.TransactionType
Packages that use TransactionType
Package
Description
-
Uses of TransactionType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return TransactionTypeModifier and TypeMethodDescriptionWfs20Factory.createTransactionType()
Returns a new object of class 'Transaction Type'.DocumentRoot.getTransaction()
Returns the value of the 'Transaction' containment reference.Methods in net.opengis.wfs20 with parameters of type TransactionTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setTransaction
(TransactionType value) Sets the value of the 'Transaction
' containment reference. -
Uses of TransactionType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement TransactionTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Transaction Type'.Methods in net.opengis.wfs20.impl that return TransactionTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createTransactionType()
DocumentRootImpl.getTransaction()
Methods in net.opengis.wfs20.impl with parameters of type TransactionTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetTransaction
(TransactionType newTransaction, NotificationChain msgs) void
DocumentRootImpl.setTransaction
(TransactionType newTransaction) -
Uses of TransactionType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type TransactionTypeModifier and TypeMethodDescriptionWfs20Switch.caseTransactionType
(TransactionType object) Returns the result of interpreting the object as an instance of 'Transaction Type'.boolean
Wfs20Validator.validateTransactionType
(TransactionType transactionType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of TransactionType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type TransactionTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateTransaction
(TransactionType value)