// <description>
addDescriptions(webAppE, webAppImpl.getDescriptions());
// <distributable>
DistributableImpl distributable = webAppImpl.getDistributable();
if (distributable != null) {
Element distributableE = doc.createElement("distributable");
webAppE.appendChild(distributableE);
}