private void formatReceptacleLists(JwIndentWriter w) throws IOException {
   w.indent();
   for (AcEdiUpuResdit11ReceptacleList v : _receptacleLists) v.format(w);
   w.undent();
 }