Ejemplo n.º 1
0
 public static ContactPoint newContactPoint(ContactPointSystem system, String value) {
   ContactPoint res = new ContactPoint();
   res.setSystem(system);
   res.setValue(value);
   return res;
 }