TitleStmt titleStmt = new TitleStmt();
Title title = new Title();
title.getContent().add("New MEI-2013 document");
titleStmt.getTitles().add(title);
fileDesc.setTitleStmt(titleStmt);
PubStmt pubStmt = new PubStmt();
fileDesc.setPubStmt(pubStmt);
SourceDesc sourceDesc = new SourceDesc();
Source source = new Source();
sourceDesc.getSources().add(source);
fileDesc.setSourceDesc(sourceDesc);