Uses of Interface
net.opengis.wfs.TransactionType
-
Packages that use TransactionType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation -
-
Uses of TransactionType in net.opengis.wfs
Methods in net.opengis.wfs that return TransactionType Modifier and Type Method Description TransactionTypeWfsFactory. createTransactionType()Returns a new object of class 'Transaction Type'.TransactionTypeDocumentRoot. getTransaction()Returns the value of the 'Transaction' containment reference.Methods in net.opengis.wfs with parameters of type TransactionType Modifier and Type Method Description voidDocumentRoot. 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 TransactionType Modifier and Type Class Description classTransactionTypeImplAn implementation of the model object 'Transaction Type'.Methods in net.opengis.wfs.impl that return TransactionType Modifier and Type Method Description TransactionTypeWfsFactoryImpl. createTransactionType()TransactionTypeDocumentRootImpl. getTransaction()Methods in net.opengis.wfs.impl with parameters of type TransactionType Modifier and Type Method Description NotificationChainDocumentRootImpl. 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 TransactionType Modifier and Type Method Description booleanDocumentRootValidator. validateTransaction(TransactionType value)
-