Adds IQbListRet and IQbTxnRet interfaces, with a common IQbRet interface between them. MemberEnhancer and TypeEnahcner are modified to add inheritance of these interface to the *Ret types accordingly during generation from XSD.
Also adds an additional generic version of IQbResponse that provides an interface level method to retrieve the *Ret object from a response. The non-generic version is inherited, making this a non-breaking change.
Adds
IQbListRet
andIQbTxnRet
interfaces, with a commonIQbRet
interface between them.MemberEnhancer
andTypeEnahcner
are modified to add inheritance of these interface to the *Ret types accordingly during generation from XSD.Also adds an additional generic version of
IQbResponse
that provides an interface level method to retrieve the *Ret object from a response. The non-generic version is inherited, making this a non-breaking change.