Uses of Interface
net.opengis.cat.csw20.TransactionSummaryType
-
Packages that use TransactionSummaryType Package Description net.opengis.cat.csw20 net.opengis.cat.csw20.impl -
-
Uses of TransactionSummaryType in net.opengis.cat.csw20
Methods in net.opengis.cat.csw20 that return TransactionSummaryType Modifier and Type Method Description TransactionSummaryType
Csw20Factory. createTransactionSummaryType()
Returns a new object of class 'Transaction Summary Type'.TransactionSummaryType
TransactionResponseType. getTransactionSummary()
Returns the value of the 'Transaction Summary' containment reference.Methods in net.opengis.cat.csw20 with parameters of type TransactionSummaryType Modifier and Type Method Description void
TransactionResponseType. setTransactionSummary(TransactionSummaryType value)
Sets the value of the 'Transaction Summary
' containment reference. -
Uses of TransactionSummaryType in net.opengis.cat.csw20.impl
Classes in net.opengis.cat.csw20.impl that implement TransactionSummaryType Modifier and Type Class Description class
TransactionSummaryTypeImpl
An implementation of the model object 'Transaction Summary Type'.Fields in net.opengis.cat.csw20.impl declared as TransactionSummaryType Modifier and Type Field Description protected TransactionSummaryType
TransactionResponseTypeImpl. transactionSummary
The cached value of the 'Transaction Summary
' containment reference.Methods in net.opengis.cat.csw20.impl that return TransactionSummaryType Modifier and Type Method Description TransactionSummaryType
Csw20FactoryImpl. createTransactionSummaryType()
TransactionSummaryType
TransactionResponseTypeImpl. getTransactionSummary()
Methods in net.opengis.cat.csw20.impl with parameters of type TransactionSummaryType Modifier and Type Method Description NotificationChain
TransactionResponseTypeImpl. basicSetTransactionSummary(TransactionSummaryType newTransactionSummary, NotificationChain msgs)
void
TransactionResponseTypeImpl. setTransactionSummary(TransactionSummaryType newTransactionSummary)
-