organizations.setOrgName("IBM");
organizations.addOrgUnit("SUN");
vcard.setOrg(organizations);
vcard.setUid(new UidType("c0ff639f-9633-4e57-bcfd-55079cfd9d65"));
vcard.addUrl(new UrlType(new URL("http://www.sun.com")));
vcard.setGeo(new GeoType(3.4f, -2.6f));
Calendar birthday = Calendar.getInstance();
birthday.clear();
birthday.set(Calendar.YEAR, 1980);