Uses of Interface
net.opengis.wfs.TransactionType
Packages that use TransactionType
-
Uses of TransactionType in net.opengis.wfs
Methods in net.opengis.wfs that return TransactionTypeModifier and TypeMethodDescriptionWfsFactory.createTransactionType()
Returns a new object of class 'Transaction Type'.DocumentRoot.getTransaction()
Returns the value of the 'Transaction' containment reference.Methods in net.opengis.wfs 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.wfs.impl
Classes in net.opengis.wfs.impl that implement TransactionTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Transaction Type'.Methods in net.opengis.wfs.impl that return TransactionTypeModifier and TypeMethodDescriptionWfsFactoryImpl.createTransactionType()
DocumentRootImpl.getTransaction()
Methods in net.opengis.wfs.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.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type TransactionTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateTransaction
(TransactionType value)