Say I have an element like this and split the mapping into multiple instances of something...
<Foo> <Bar systemId="SYS_A">1234567890</Bar> </Foo> and class structure public class Foo { List<Bar> bars; } public class Bar { List<Pair> fieldsAndValues; } public class Pair { String fieldName; String fieldValue; } Hopfully getting this... Foo.Bar[0].Pair[0].fieldName = "Owner" .fieldValue = "SYS_A" Foo.Bar[0].Pair[1].fieldName = "Number" .fieldValue = "1234567890" -- View this message in context: http://old.nabble.com/Splitting-element-into-multiple-collection-value-instances-tp34277436p34277436.html Sent from the jibx-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ jibx-users mailing list jibx-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jibx-users