package jadex.xml.tutorial.jibx.example18; public class Person { public int customerNumber; public String firstName; public String lastName; }