public XCalendarType()
 {
     refId = null;
     schoolRefId = null;
     schoolYear = null;
     sessions = new XSessionListType();
 }
 public XCalendarType()
 {
     refId       = null;
     schoolRefId = null;
     schoolYear  = null;
     sessions    = new XSessionListType();
     Metadata    = new XMetadata();
 }