public XCourseType()
 {
     refId = null;
     schoolRefId = null;
     schoolCourseId = null;
     leaCourseId = null;
     otherIds = new XOtherCourseIdListType();
     courseTitle = null;
     description = null;
     subject = null;
     applicableEducationLevels = new XApplicableEducationLevelListType();
     scedCourseCode = null;
     scedCourseLevelCode = null;
     scedCourseSubjectAreaCode = null;
 }
Example #2
0
 public XCourseType()
 {
     refId                     = null;
     schoolRefId               = null;
     schoolCourseId            = null;
     leaCourseId               = null;
     otherIds                  = new XOtherCourseIdListType();
     courseTitle               = null;
     description               = null;
     subject                   = null;
     applicableEducationLevels = new XApplicableEducationLevelListType();
     scedCourseCode            = null;
     scedCourseLevelCode       = null;
     scedCourseSubjectAreaCode = null;
     Metadata                  = new XMetadata();
 }