Uses of Interface
net.opengis.cat.csw20.TransactionResponseType
Packages that use TransactionResponseType
-
Uses of TransactionResponseType in net.opengis.cat.csw20
Methods in net.opengis.cat.csw20 that return TransactionResponseTypeModifier and TypeMethodDescriptionCsw20Factory.createTransactionResponseType()
Returns a new object of class 'Transaction Response Type'.HarvestResponseType.getTransactionResponse()
Returns the value of the 'Transaction Response' containment reference.Methods in net.opengis.cat.csw20 with parameters of type TransactionResponseTypeModifier and TypeMethodDescriptionvoid
HarvestResponseType.setTransactionResponse
(TransactionResponseType value) Sets the value of the 'Transaction Response
' containment reference. -
Uses of TransactionResponseType in net.opengis.cat.csw20.impl
Classes in net.opengis.cat.csw20.impl that implement TransactionResponseTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Transaction Response Type'.Fields in net.opengis.cat.csw20.impl declared as TransactionResponseTypeModifier and TypeFieldDescriptionprotected TransactionResponseType
HarvestResponseTypeImpl.transactionResponse
The cached value of the 'Transaction Response
' containment reference.Methods in net.opengis.cat.csw20.impl that return TransactionResponseTypeModifier and TypeMethodDescriptionCsw20FactoryImpl.createTransactionResponseType()
HarvestResponseTypeImpl.getTransactionResponse()
Methods in net.opengis.cat.csw20.impl with parameters of type TransactionResponseTypeModifier and TypeMethodDescriptionNotificationChain
HarvestResponseTypeImpl.basicSetTransactionResponse
(TransactionResponseType newTransactionResponse, NotificationChain msgs) void
HarvestResponseTypeImpl.setTransactionResponse
(TransactionResponseType newTransactionResponse)