Uses of Interface
net.opengis.wfs20.TransactionSummaryType
Packages that use TransactionSummaryType
Package
Description
-
Uses of TransactionSummaryType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return TransactionSummaryTypeModifier and TypeMethodDescriptionWfs20Factory.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.wfs20 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.wfs20.impl
Classes in net.opengis.wfs20.impl that implement TransactionSummaryTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Transaction Summary Type'.Fields in net.opengis.wfs20.impl declared as TransactionSummaryTypeModifier and TypeFieldDescriptionprotected TransactionSummaryType
TransactionResponseTypeImpl.transactionSummary
The cached value of the 'Transaction Summary
' containment reference.Methods in net.opengis.wfs20.impl that return TransactionSummaryTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createTransactionSummaryType()
TransactionResponseTypeImpl.getTransactionSummary()
Methods in net.opengis.wfs20.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.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type TransactionSummaryTypeModifier and TypeMethodDescriptionWfs20Switch.caseTransactionSummaryType
(TransactionSummaryType object) Returns the result of interpreting the object as an instance of 'Transaction Summary Type'.boolean
Wfs20Validator.validateTransactionSummaryType
(TransactionSummaryType transactionSummaryType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of TransactionSummaryType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type TransactionSummaryTypeModifier and TypeMethodDescriptionboolean
TransactionResponseTypeValidator.validateTransactionSummary
(TransactionSummaryType value)