Uses of Interface
net.opengis.wfs.TransactionResultsType
Packages that use TransactionResultsType
-
Uses of TransactionResultsType in net.opengis.wfs
Methods in net.opengis.wfs that return TransactionResultsTypeModifier and TypeMethodDescriptionWfsFactory.createTransactionResultsType()
Returns a new object of class 'Transaction Results Type'.TransactionResponseType.getTransactionResults()
Returns the value of the 'Transaction Results' containment reference.Methods in net.opengis.wfs with parameters of type TransactionResultsTypeModifier and TypeMethodDescriptionvoid
TransactionResponseType.setTransactionResults
(TransactionResultsType value) Sets the value of the 'Transaction Results
' containment reference. -
Uses of TransactionResultsType in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement TransactionResultsTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Transaction Results Type'.Fields in net.opengis.wfs.impl declared as TransactionResultsTypeModifier and TypeFieldDescriptionprotected TransactionResultsType
TransactionResponseTypeImpl.transactionResults
The cached value of the 'Transaction Results
' containment reference.Methods in net.opengis.wfs.impl that return TransactionResultsTypeModifier and TypeMethodDescriptionWfsFactoryImpl.createTransactionResultsType()
TransactionResponseTypeImpl.getTransactionResults()
Methods in net.opengis.wfs.impl with parameters of type TransactionResultsTypeModifier and TypeMethodDescriptionNotificationChain
TransactionResponseTypeImpl.basicSetTransactionResults
(TransactionResultsType newTransactionResults, NotificationChain msgs) void
TransactionResponseTypeImpl.setTransactionResults
(TransactionResultsType newTransactionResults) -
Uses of TransactionResultsType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type TransactionResultsTypeModifier and TypeMethodDescriptionboolean
TransactionResponseTypeValidator.validateTransactionResults
(TransactionResultsType value)