/// <summary>
 /// Sets the value of the <c>&lt;TeachingMethodsLevel&gt;</c> element.
 /// </summary>
 /// <param name="val">A CurriculumTeachingMethods object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Level of provision for Curriculum and Teaching Methods. (Wales) CBDS: 190010"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetTeachingMethodsLevel(CurriculumTeachingMethods val)
 {
     SetField(LearnerDTD.LEARNERSPECIALNEEDS_TEACHINGMETHODSLEVEL, val);
 }
 /// <summary>
 /// Sets the value of the <c>&lt;TeachingMethodsLevel&gt;</c> element.
 /// </summary>
 /// <param name="val">A CurriculumTeachingMethods object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Level of provision for Curriculum and Teaching Methods. (Wales) CBDS: 190010"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetTeachingMethodsLevel( CurriculumTeachingMethods val )
 {
     SetField( LearnerDTD.LEARNERSPECIALNEEDS_TEACHINGMETHODSLEVEL, val );
 }