Uses of Interface
net.opengis.wfs.TransactionSummaryType
- 
Packages that use TransactionSummaryType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation 
- 
- 
Uses of TransactionSummaryType in net.opengis.wfsMethods in net.opengis.wfs that return TransactionSummaryType Modifier and Type Method Description TransactionSummaryTypeWfsFactory. 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.wfs 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.wfs.implClasses in net.opengis.wfs.impl that implement TransactionSummaryType Modifier and Type Class Description classTransactionSummaryTypeImplAn implementation of the model object 'Transaction Summary Type'.Fields in net.opengis.wfs.impl declared as TransactionSummaryType Modifier and Type Field Description protected TransactionSummaryTypeTransactionResponseTypeImpl. transactionSummaryThe cached value of the 'Transaction Summary' containment reference.Methods in net.opengis.wfs.impl that return TransactionSummaryType Modifier and Type Method Description TransactionSummaryTypeWfsFactoryImpl. createTransactionSummaryType()TransactionSummaryTypeTransactionResponseTypeImpl. getTransactionSummary()Methods in net.opengis.wfs.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.wfs.validationMethods in net.opengis.wfs.validation with parameters of type TransactionSummaryType Modifier and Type Method Description booleanTransactionResponseTypeValidator. validateTransactionSummary(TransactionSummaryType value)
 
-