public static InformalArgument_c getOneMSG_IAOnR1013(
     MessageArgument_c target, ClassQueryInterface_c test) {
   if (target != null) {
     return getOneMSG_IAOnR1013(target.getModelRoot(), target, test);
   }
   return null;
 }
 public static InformalArgument_c getOneMSG_IAOnR1013(
     MessageArgument_c target, boolean loadComponent) {
   return getOneMSG_IAOnR1013(target.getModelRoot(), target, null, loadComponent);
 }