Uses of Interface
net.opengis.wfs20.TransactionSummaryType
- 
Packages that use TransactionSummaryType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation 
- 
- 
Uses of TransactionSummaryType in net.opengis.wfs20Methods in net.opengis.wfs20 that return TransactionSummaryType Modifier and Type Method Description TransactionSummaryTypeWfs20Factory. createTransactionSummaryType()Returns a new object of class 'Transaction Summary Type'.TransactionSummaryTypeTransactionResponseType. getTransactionSummary()Returns the value of the 'Transaction Summary' containment reference.Methods in net.opengis.wfs20 with parameters of type TransactionSummaryType Modifier and Type Method Description voidTransactionResponseType. setTransactionSummary(TransactionSummaryType value)Sets the value of the 'Transaction Summary' containment reference.
- 
Uses of TransactionSummaryType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement TransactionSummaryType Modifier and Type Class Description classTransactionSummaryTypeImplAn implementation of the model object 'Transaction Summary Type'.Fields in net.opengis.wfs20.impl declared as TransactionSummaryType Modifier and Type Field Description protected TransactionSummaryTypeTransactionResponseTypeImpl. transactionSummaryThe cached value of the 'Transaction Summary' containment reference.Methods in net.opengis.wfs20.impl that return TransactionSummaryType Modifier and Type Method Description TransactionSummaryTypeWfs20FactoryImpl. createTransactionSummaryType()TransactionSummaryTypeTransactionResponseTypeImpl. getTransactionSummary()Methods in net.opengis.wfs20.impl with parameters of type TransactionSummaryType Modifier and Type Method Description NotificationChainTransactionResponseTypeImpl. basicSetTransactionSummary(TransactionSummaryType newTransactionSummary, NotificationChain msgs)voidTransactionResponseTypeImpl. setTransactionSummary(TransactionSummaryType newTransactionSummary)
- 
Uses of TransactionSummaryType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type TransactionSummaryType Modifier and Type Method Description TWfs20Switch. caseTransactionSummaryType(TransactionSummaryType object)Returns the result of interpreting the object as an instance of 'Transaction Summary Type'.booleanWfs20Validator. validateTransactionSummaryType(TransactionSummaryType transactionSummaryType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of TransactionSummaryType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type TransactionSummaryType Modifier and Type Method Description booleanTransactionResponseTypeValidator. validateTransactionSummary(TransactionSummaryType value)
 
-