CategoryBag catBag = new CategoryBag();
catBag.addKeyedReference(new KeyedReference("keyName","keyValue"));
catBag.addKeyedReference(new KeyedReference("uuid:dfddb58c-4853-4a71-865c-f84509017cc7","keyName2","keyValue2"));
BusinessService service = new BusinessService();
service.setServiceKey("fe8af00d-3a2c-4e05-b7ca-95a1259aad4f");
service.setBusinessKey("b8cc7266-9eed-4675-b621-34697f252a77");
service.setBindingTemplates(bindings);
service.setCategoryBag(catBag);
service.addName(new Name("serviceNm"));
service.addName(new Name("serviceNm2","en"));
service.addDescription(new Description("service whatever"));
service.addDescription(new Description("service whatever too","it"));
BusinessServices services = new BusinessServices();
services.addBusinessService(service);
services.addBusinessService(service);