Uses of Interface
net.opengis.cat.csw20.TransactionResponseType
- 
Packages that use TransactionResponseType Package Description net.opengis.cat.csw20 net.opengis.cat.csw20.impl 
- 
- 
Uses of TransactionResponseType in net.opengis.cat.csw20Methods in net.opengis.cat.csw20 that return TransactionResponseType Modifier and Type Method Description TransactionResponseTypeCsw20Factory. createTransactionResponseType()Returns a new object of class 'Transaction Response Type'.TransactionResponseTypeHarvestResponseType. getTransactionResponse()Returns the value of the 'Transaction Response' containment reference.Methods in net.opengis.cat.csw20 with parameters of type TransactionResponseType Modifier and Type Method Description voidHarvestResponseType. setTransactionResponse(TransactionResponseType value)Sets the value of the 'Transaction Response' containment reference.
- 
Uses of TransactionResponseType in net.opengis.cat.csw20.implClasses in net.opengis.cat.csw20.impl that implement TransactionResponseType Modifier and Type Class Description classTransactionResponseTypeImplAn implementation of the model object 'Transaction Response Type'.Fields in net.opengis.cat.csw20.impl declared as TransactionResponseType Modifier and Type Field Description protected TransactionResponseTypeHarvestResponseTypeImpl. transactionResponseThe cached value of the 'Transaction Response' containment reference.Methods in net.opengis.cat.csw20.impl that return TransactionResponseType Modifier and Type Method Description TransactionResponseTypeCsw20FactoryImpl. createTransactionResponseType()TransactionResponseTypeHarvestResponseTypeImpl. getTransactionResponse()Methods in net.opengis.cat.csw20.impl with parameters of type TransactionResponseType Modifier and Type Method Description NotificationChainHarvestResponseTypeImpl. basicSetTransactionResponse(TransactionResponseType newTransactionResponse, NotificationChain msgs)voidHarvestResponseTypeImpl. setTransactionResponse(TransactionResponseType newTransactionResponse)
 
-