Uses of Interface
net.opengis.wfs.TransactionSummaryType
Packages that use TransactionSummaryType
-
Uses of TransactionSummaryType in net.opengis.wfs
Methods in net.opengis.wfs that return TransactionSummaryTypeModifier and TypeMethodDescriptionWfsFactory.createTransactionSummaryType()
Returns a new object of class 'Transaction Summary Type'.TransactionResponseType.getTransactionSummary()
Returns the value of the 'Transaction Summary' containment reference.Methods in net.opengis.wfs with parameters of type TransactionSummaryTypeModifier and TypeMethodDescriptionvoid
TransactionResponseType.setTransactionSummary
(TransactionSummaryType value) Sets the value of the 'Transaction Summary
' containment reference. -
Uses of TransactionSummaryType in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement TransactionSummaryTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Transaction Summary Type'.Fields in net.opengis.wfs.impl declared as TransactionSummaryTypeModifier and TypeFieldDescriptionprotected TransactionSummaryType
TransactionResponseTypeImpl.transactionSummary
The cached value of the 'Transaction Summary
' containment reference.Methods in net.opengis.wfs.impl that return TransactionSummaryTypeModifier and TypeMethodDescriptionWfsFactoryImpl.createTransactionSummaryType()
TransactionResponseTypeImpl.getTransactionSummary()
Methods in net.opengis.wfs.impl with parameters of type TransactionSummaryTypeModifier and TypeMethodDescriptionNotificationChain
TransactionResponseTypeImpl.basicSetTransactionSummary
(TransactionSummaryType newTransactionSummary, NotificationChain msgs) void
TransactionResponseTypeImpl.setTransactionSummary
(TransactionSummaryType newTransactionSummary) -
Uses of TransactionSummaryType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type TransactionSummaryTypeModifier and TypeMethodDescriptionboolean
TransactionResponseTypeValidator.validateTransactionSummary
(TransactionSummaryType value)