///<summary>Sets the value of the <c><StudentSubjectChoiceList></c> element.</summary> /// <param name="StudentSubjectChoice">A StudentSubjectChoice</param> ///<remarks> /// <para>This form of <c>setStudentSubjectChoiceList</c> is provided as a convenience method /// that is functionally equivalent to the <c>StudentSubjectChoiceList</c></para> /// <para>Version: 2.6</para> /// <para>Since: 2.3</para> /// </remarks> public void SetStudentSubjectChoiceList( StudentSubjectChoice StudentSubjectChoice ) { RemoveChild( StudentDTD.STUDENTSCHOOLENROLLMENT_STUDENTSUBJECTCHOICELIST); AddChild( StudentDTD.STUDENTSCHOOLENROLLMENT_STUDENTSUBJECTCHOICELIST, new StudentSubjectChoiceList( StudentSubjectChoice ) ); }
///<summary>Sets the value of the <c><StudentSubjectChoiceList></c> element.</summary> /// <param name="StudentSubjectChoice">A StudentSubjectChoice</param> ///<remarks> /// <para>This form of <c>setStudentSubjectChoiceList</c> is provided as a convenience method /// that is functionally equivalent to the <c>StudentSubjectChoiceList</c></para> /// <para>Version: 2.6</para> /// <para>Since: 2.3</para> /// </remarks> public void SetStudentSubjectChoiceList(StudentSubjectChoice StudentSubjectChoice) { RemoveChild(StudentDTD.STUDENTSNAPSHOT_STUDENTSUBJECTCHOICELIST); AddChild(StudentDTD.STUDENTSNAPSHOT_STUDENTSUBJECTCHOICELIST, new StudentSubjectChoiceList(StudentSubjectChoice)); }