String id = w.grammar.getBeanInfo(target,true).getId(target,w);
if(id==null)
w.errorMissingId(target);
return id;
} catch (JAXBException e) {
w.reportError(null,e);
return null;
}
}
private void assign( BeanT bean, TargetT t, UnmarshallingContext context ) throws AccessorException {