private POINTEVENT pointEvent() {
   POINTEVENT pe = POINTEVENT.Factory.newInstance();
   pe.setName(dvText("any event"));
   pe.setTime(dvDateTime("2008-05-22T20:04:26"));
   pe.setData(itemTree());
   return pe;
 }
 public void testCreatePointEvent() throws Exception {
   POINTEVENT pe = POINTEVENT.Factory.newInstance();
   pe.setName(dvText("any event"));
   pe.setTime(dvDateTime("2008-05-22T20:04:26"));
   pe.setData(itemTree());
 }