address.getAddressLine().add(addressLineOne);
address.getAddressLine().add(addressLineTwo);
address.getAddressLine().add(addressLineThree);
//Contacts phone number details
Phone phone = new Phone();
phone.setUseType("Hotline");
phone.setValue(data.getUSPhoneNumber());
//Contact object
Contact contact = new Contact();
contact.setUseType("CEO");
contact.getPersonName().add(personName);