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(); }
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(); }
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(); }
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(); }