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 TypeMethodDescriptionvoidDocumentRoot.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 TypeClassDescriptionclassAn 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetTransaction(TransactionType newTransaction, NotificationChain msgs) voidDocumentRootImpl.setTransaction(TransactionType newTransaction) -
Uses of TransactionType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type TransactionTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateTransaction(TransactionType value)