calendar.addSupplemental(supplemental);
}
}
else if (obj instanceof XMLSencalendaractive) {
XMLSencalendaractive xmlActiveList = (XMLSencalendaractive)obj;
action = xmlActiveList.getAction();
calendar = getCalendar(storage, "active",xmlActiveList.getNo(),xmlActiveList.getYear(),xmlActiveList.getSessyr());
supplemental = parseSupplemental(storage, calendar,xmlActiveList.getSupplemental());
if(supplemental.getSequences() != null
|| (supplemental.getSections() != null && !supplemental.getSections().isEmpty())) {
supplemental.setCalendar(calendar);