dest.setComment(comment);
String reference = source.getReference();
dest.setReference(reference);
CitationType type = source.getType();
if (type != null) {
dest.setType(fromString(type.value()));
}
if (source.isSetAuthorGroup()) {
List<String> author = source.getAuthorGroup().getAuthor();
dest.setAuthors(author);