ObjectiveTree t = new TreeLoader().load("data/trees/pdfa.xml");
Plan p = new Plan();
p.getPlanProperties().setName("Plato-Testproject number");
p.getPlanProperties().setAuthor("Christoph Becker");
Decision d = new Decision();
d.setDecision(GoDecision.GO);
d.setActionNeeded("nothing");
d.setReason("This is just SOO great, oh man!");
p.setDecision(d);
p.getPlanProperties().setDescription("This is the best and best and even better test project one can imagine.");
p.getProjectBasis().setDocumentTypes("This is a test documentation string.");
p.getPlanProperties().setOrganization("ICW - Icebears for Climate warming");