String description = null;
if (descEl != null) {
description = descEl.getText();
}
CallQueryGroup callQueryGroup = null;
List<CallQueryGroup> cqGroups = QueryFactory.createCallQueryGroups(dataService,
resEl.getChildrenWithName(new QName(DBSFields.CALL_QUERY)),
resEl.getChildrenWithName(new QName(DBSFields.CALL_QUERY_GROUP)));
if (cqGroups.size() > 0) {
callQueryGroup = cqGroups.get(0);