} // end of if (getElemTo() != null)
if (getElemId() != null) {
reply.setAttribute("id", getElemId());
} // end of if (getElemId() != null)
if (includeOriginalXML) {
reply.addChildren(elem.getChildren());
} // end of if (includeOriginalXML)
if (getAttribute(OLDTO) != null) {
reply.setAttribute(OLDTO, getAttribute(OLDTO));
}
if(getAttribute("xmlns") != null){