Description description = new Description();
description.setLang("en");
description.setValue(data.getText(2, 5, false));
//Business URL.
DiscoveryURL discoveryURL = new DiscoveryURL();
discoveryURL.setUseType("General Description");
discoveryURL.setValue("http://www." + StringUtils.deleteWhitespace(businessName) + ".com");
//All business URLs if many (here we only give one).
DiscoveryURLs discoveryURLs = new DiscoveryURLs();
discoveryURLs.getDiscoveryURL().add(discoveryURL);