Hello,

I have the question how do I map inheritance. the tutorial doesn't work with my 
code. I have following class:
package a;
public class Father {

public String attribute;
}

public class Child extends Father {
  public String childatt;
}

The corresponding xml structure is:
<element>
   <attribute>father attribute</attribute>
   <cildatt>child attribute</cildatt>
</element>

How can I map this? When I follow the tutorial the binding compiler says he 
didn't know "attribute".


King regards
wolle

-- 
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to