///<summary>Sets the value of the <c><SchoolFocusList></c> element.</summary> /// <param name="SchoolFocus">TThe type of educational institution as classified by its focus.</param> ///<remarks> /// <para>This form of <c>setSchoolFocusList</c> is provided as a convenience method /// that is functionally equivalent to the <c>SchoolFocusList</c></para> /// <para>Version: 2.6</para> /// <para>Since: 2.3</para> /// </remarks> public void SetSchoolFocusList(SchoolFocus SchoolFocus) { RemoveChild(SchoolDTD.SCHOOLINFO_SCHOOLFOCUSLIST); AddChild(SchoolDTD.SCHOOLINFO_SCHOOLFOCUSLIST, new SchoolFocusList(SchoolFocus)); }
///<summary>Sets the value of the <c><SchoolFocusList></c> element.</summary> /// <param name="SchoolFocus">TThe type of educational institution as classified by its focus.</param> ///<remarks> /// <para>This form of <c>setSchoolFocusList</c> is provided as a convenience method /// that is functionally equivalent to the <c>SchoolFocusList</c></para> /// <para>Version: 2.6</para> /// <para>Since: 2.3</para> /// </remarks> public void SetSchoolFocusList( SchoolFocus SchoolFocus ) { RemoveChild( SchoolDTD.SCHOOLINFO_SCHOOLFOCUSLIST); AddChild( SchoolDTD.SCHOOLINFO_SCHOOLFOCUSLIST, new SchoolFocusList( SchoolFocus ) ); }