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 TypeMethodDescriptionvoidTransactionResponseType.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 TypeClassDescriptionclassAn implementation of the model object 'Transaction Results Type'.Fields in net.opengis.wfs.impl declared as TransactionResultsTypeModifier and TypeFieldDescriptionprotected TransactionResultsTypeTransactionResponseTypeImpl.transactionResultsThe 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 TypeMethodDescriptionNotificationChainTransactionResponseTypeImpl.basicSetTransactionResults(TransactionResultsType newTransactionResults, NotificationChain msgs) voidTransactionResponseTypeImpl.setTransactionResults(TransactionResultsType newTransactionResults) -
Uses of TransactionResultsType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type TransactionResultsTypeModifier and TypeMethodDescriptionbooleanTransactionResponseTypeValidator.validateTransactionResults(TransactionResultsType value)