113114115116117118119120121122123124
xc.setType(ct); } List<String> authors = source.getAuthors(); if (hasItems(authors)) { AuthorGroup ag = new AuthorGroup(); List<String> xauthors = ag.getAuthor(); for (final String author : authors) { xauthors.add(author); } xc.setAuthorGroup(ag); }