Dmitry Kober

Greenhorn
+ Follow
since Aug 26, 2013
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
1
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Dmitry Kober

Hello, guys!

It's my first post here =)

The problem is the following. I need to generate java-classes from a set of xsd-schemes. One of the problems I face is I can't figure out how to tell the CodeGen process to make the generated class be an offspring of another class. More detailed:
there is a class: where and B - is supposed to be a generated by JiBX class. According to the xsd, the B element is not a child of any element and the Message class is not the generated one. As you can see, I need to tell JiBX to generate the described class hierarchy at the compilation time. If I'm not mistaken such things could only be done in customizations (bindings change already generated classes), but I can't find how to do it.

This trick is simple enough in castor, for example, but JiBX is a requirement for our team...

Could anybody give some guidance?