protected void appendBean(BeanType bean, Element targetElement, Document doc) {

    targetElement.appendChild(bean.toXML(doc));
  }