/* 303 */ UnmarshallingContext context = UnmarshallingContext.getInstance();
/* */
/* 305 */ Callable callable = context.getObjectFromId(idref, this.acc.valueType);
/* 306 */ if (callable == null)
/* */ {
/* 308 */ context.errorUnresolvedIDREF(bean, idref, context.getLocator());
/* 309 */ return;
/* */ }
/* */ Object t;
/* */ try {
/* 314 */ t = callable.call();