Contacts contacts = new Contacts();
contacts.getContact().add(generateContact(contactAddress, contactDescription, contactEmail,
contactName, contactPhone, null));
businessEntity.setContacts(contacts);
DiscoveryURLs discoveryURLs = new DiscoveryURLs();
discoveryURLs.getDiscoveryURL().add(generateDiscoveryURL(discoveryURL));
businessEntity.setDiscoveryURLs(discoveryURLs);
//businessEntity.setCategoryBag(?)
//businessEntity.setIdentifierBag(?)
//businessEntity.getSignature(?)