public XEnrollmentType()
 {
     leaRefId = null;
     schoolRefId = null;
     studentSchoolAssociationRefId = null;
     responsibleSchoolType = null;
     membershipType = null;
     entryDate = null;
     exitDate = null;
     homeRoomNumber = null;
     homeRoomTeacher = new XPersonReferenceType();
     gradeLevel = null;
     projectedGraduationYear = null;
     counselor = new XPersonReferenceType();
 }
 public XEnrollmentType()
 {
     leaRefId    = null;
     schoolRefId = null;
     studentSchoolAssociationRefId = null;
     responsibleSchoolType         = null;
     membershipType          = null;
     entryDate               = null;
     entryType               = null;
     exitDate                = null;
     exitType                = null;
     homeRoomNumber          = null;
     homeRoomTeacher         = new XPersonReferenceType();
     gradeLevel              = null;
     projectedGraduationYear = null;
     counselor               = new XPersonReferenceType();
 }
Exemplo n.º 3
0
 public XStaffReferenceType()
 {
     staffPersonReference = new XPersonReferenceType();
     teacherOfRecord      = null;
     percentResponsible   = null;
 }
 public XStaffReferenceType()
 {
     staffPersonReference = new XPersonReferenceType();
     teacherOfRecord = null;
     percentResponsible = null;
 }