users@jaxb.java.net

Customizing IDREF target type?

From: Dennis Sosnoski <dms_at_sosnoski.com>
Date: Mon, 09 Jun 2003 15:55:44 -0700

Is there anyway to specify that the target of an IDREF attribute is
always going to be a specific type of element/object? I'd like the
generated code to supply the appropriate object type for the get and set
methods, rather than just "java.lang.Object getXXX()" and "void
setXXX(java.lang.Object)". Thanks,

  - Dennis