public static DescriptionQuery_c getOneSQU_DEOnR9600(Query_c target, ClassQueryInterface_c test) {
   if (target != null) {
     return getOneSQU_DEOnR9600(target.getModelRoot(), target, test);
   }
   return null;
 }
 public static DescriptionQuery_c getOneSQU_DEOnR9600(Query_c target, boolean loadComponent) {
   return getOneSQU_DEOnR9600(target.getModelRoot(), target, null, loadComponent);
 }