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