/// <summary> /// Sets the value of the <c><Numeracy></c> element. /// </summary> /// <param name="val">A StudentSDTNProgressLevelType object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this element as: "Progress in Numeracy or Maths according to the National Standard."</para> /// <para>Version: 2.5</para> /// <para>Since: 2.3</para> /// </remarks> public void SetNumeracy( StudentSDTNProgressLevelType val ) { SetField( StudentDTD.STUDENTSDTN_NUMERACY, val ); }
/// <summary> /// Sets the value of the <c><Numeracy></c> element. /// </summary> /// <param name="val">A StudentSDTNProgressLevelType object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this element as: "Progress in Numeracy or Maths according to the National Standard."</para> /// <para>Version: 2.6</para> /// <para>Since: 2.3</para> /// </remarks> public void SetNumeracy(StudentSDTNProgressLevelType val) { SetField(StudentDTD.STUDENTSDTN_NUMERACY, val); }