String vsystemName =
vsystem.getName() != null && !StringUtils.isEmpty(vsystem.getName().getValue())
? vsystem.getName().getValue() : vsystem.getId();
MsgType prod = new MsgType();
prod.setValue(vsystemName);
ProductSectionType product = new ProductSectionType();
product.setInfo(vsystem.getInfo());
product.setProduct(prod);