public Import_External_Student_TranscriptsInput(Workday_Common_HeaderType Workday_Common_Header, Import_External_Student_Transcript_RequestType Import_External_Student_Transcript_Request)
 {
     this.Workday_Common_Header = Workday_Common_Header;
     this.Import_External_Student_Transcript_Request = Import_External_Student_Transcript_Request;
 }
 public Get_Student_ApplicationsInput(Workday_Common_HeaderType Workday_Common_Header, Get_Student_Applications_RequestType Get_Student_Applications_Request)
 {
     this.Workday_Common_Header            = Workday_Common_Header;
     this.Get_Student_Applications_Request = Get_Student_Applications_Request;
 }