public XCalendarType()
 {
     refId       = null;
     schoolRefId = null;
     schoolYear  = null;
     sessions    = new XSessionListType();
     Metadata    = new XMetadata();
 }
 public XLeaType()
 {
     refId             = null;
     localId           = null;
     leaRefId          = null;
     stateProvinceId   = null;
     ncesId            = null;
     leaName           = null;
     address           = new XOrganizationAddressType();
     phoneNumber       = new XTelephoneType();
     otherPhoneNumbers = new XTelephoneListType();
     Metadata          = new XMetadata();
 }
 public XStaffType()
 {
     refId               = null;
     name                = new XPersonNameType();
     localId             = null;
     stateProvinceId     = null;
     otherIds            = new XOtherPersonIdListType();
     appProvisioningInfo = new XAppProvisioningInfoType();
     sex               = null;
     email             = new XEmailType();
     primaryAssignment = new XStaffPersonAssignmentType();
     otherAssignments  = new XStaffPersonAssignmentListType();
     Metadata          = new XMetadata();
 }
示例#4
0
 public XSchoolType()
 {
     refId             = null;
     leaRefId          = null;
     localId           = null;
     stateProvinceId   = null;
     otherIds          = new XOtherOrganizationIdListType();
     schoolName        = null;
     gradeLevels       = new XGradeLevelListType();
     address           = new XOrganizationAddressType();
     phoneNumber       = new XTelephoneType();
     otherPhoneNumbers = new XTelephoneListType();
     Metadata          = new XMetadata();
 }
 public XRosterType()
 {
     refId           = null;
     courseRefId     = null;
     courseTitle     = null;
     sectionRefId    = null;
     subject         = null;
     schoolRefId     = null;
     schoolSectionId = null;
     schoolYear      = null;
     meetingTimes    = new XMeetingTimeListType();
     students        = new XStudentReferenceListType();
     primaryStaff    = new XStaffReferenceType();
     otherStaffs     = new XStaffReferenceListType();
     Metadata        = new XMetadata();
 }
示例#6
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();
 }
示例#7
0
 public XContactType()
 {
     refId               = null;
     name                = new XPersonNameType();
     otherNames          = new XOtherPersonNameListType();
     localId             = null;
     otherIds            = new XOtherPersonIdListType();
     appProvisioningInfo = new XAppProvisioningInfoType();
     address             = new XPersonAddressType();
     phoneNumber         = new XTelephoneType();
     otherPhoneNumbers   = new XTelephoneListType();
     email               = new XEmailType();
     otherEmails         = new XEmailListType();
     sex           = null;
     employerType  = null;
     relationships = new XContactStudentRelationshipListType();
     Metadata      = new XMetadata();
 }
示例#8
0
 public XStudentType()
 {
     refId               = null;
     name                = new XPersonNameType();
     otherNames          = new XOtherPersonNameListType();
     localId             = null;
     stateProvinceId     = null;
     otherIds            = new XOtherPersonIdListType();
     appProvisioningInfo = new XAppProvisioningInfoType();
     address             = new XPersonAddressType();
     phoneNumber         = new XTelephoneType();
     otherPhoneNumbers   = new XTelephoneListType();
     email               = new XEmailType();
     otherEmails         = new XEmailListType();
     demographics        = new XDemographicsType();
     enrollment          = new XEnrollmentType();
     otherEnrollments    = new XEnrollmentListType();
     academicSummary     = new XAcademicSummaryType();
     studentContacts     = new XStudentContactListType();
     languages           = new XLanguageListType();
     Metadata            = new XMetadata();
 }