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.csw20
Methods in net.opengis.cat.csw20 that return TransactionResponseType Modifier and Type Method Description TransactionResponseType
Csw20Factory. createTransactionResponseType()
Returns a new object of class 'Transaction Response Type'.TransactionResponseType
HarvestResponseType. 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 void
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 TransactionResponseType Modifier and Type Class Description class
TransactionResponseTypeImpl
An implementation of the model object 'Transaction Response Type'.Fields in net.opengis.cat.csw20.impl declared as TransactionResponseType Modifier and Type Field Description protected TransactionResponseType
HarvestResponseTypeImpl. transactionResponse
The cached value of the 'Transaction Response
' containment reference.Methods in net.opengis.cat.csw20.impl that return TransactionResponseType Modifier and Type Method Description TransactionResponseType
Csw20FactoryImpl. createTransactionResponseType()
TransactionResponseType
HarvestResponseTypeImpl. getTransactionResponse()
Methods in net.opengis.cat.csw20.impl with parameters of type TransactionResponseType Modifier and Type Method Description NotificationChain
HarvestResponseTypeImpl. basicSetTransactionResponse(TransactionResponseType newTransactionResponse, NotificationChain msgs)
void
HarvestResponseTypeImpl. setTransactionResponse(TransactionResponseType newTransactionResponse)
-