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 TransactionType
WfsFactory. createTransactionType()
Returns a new object of class 'Transaction Type'.TransactionType
DocumentRoot. getTransaction()
Returns the value of the 'Transaction' containment reference.Methods in net.opengis.wfs with parameters of type TransactionType Modifier and Type Method Description void
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 TransactionType Modifier and Type Class Description class
TransactionTypeImpl
An implementation of the model object 'Transaction Type'.Methods in net.opengis.wfs.impl that return TransactionType Modifier and Type Method Description TransactionType
WfsFactoryImpl. createTransactionType()
TransactionType
DocumentRootImpl. getTransaction()
Methods in net.opengis.wfs.impl with parameters of type TransactionType Modifier and Type Method Description NotificationChain
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 TransactionType Modifier and Type Method Description boolean
DocumentRootValidator. validateTransaction(TransactionType value)
-