I talked with Edwin about this. Change this line of code:
List<imendixidentifier> objs = refset.a;
to
List<imendixidentifier> objs = refset.getValue(getContext());
Beware that for Mx5 it should be
List<imendixidentifier> objs = refset.getValue;
Regards,
Ronald