public void addMessageTag(String tag) {
   AcEdiUpuResdit11ReceptacleList x = lazyGetReceptacleList();
   x.addMessageTag(tag);
 }