/// <summary> /// Sets the value of the <c><GenderSixthForm></c> element. /// </summary> /// <param name="val">A GenderOfEntry object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this element as: "Gender of learners allowed for entry to Sixth Form. CBDS: S522"</para> /// <para>Version: 2.6</para> /// <para>Since: 2.0</para> /// </remarks> public void SetGenderSixthForm( GenderOfEntry val ) { SetField( SchoolDTD.SCHOOLINFO_GENDERSIXTHFORM, val ); }
/// <summary> /// Sets the value of the <c><GenderOfEntry></c> element. /// </summary> /// <param name="val">A GenderOfEntry object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this element as: "Gender of learners allowed for entry to school. CBDS: S8a"</para> /// <para>Version: 2.6</para> /// <para>Since: 2.0</para> /// </remarks> public void SetGenderOfEntry( GenderOfEntry val ) { SetField( SchoolDTD.SCHOOLINFO_GENDEROFENTRY, val ); }