/// <summary> /// Sets the value of the <c><EALSteps></c> element. /// </summary> /// <param name="val">A EALSteps object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this element as: "Based on QCA Steps. (England) CBDS: 100052"</para> /// <para>Version: 2.5</para> /// <para>Since: 2.0</para> /// </remarks> public void SetEALSteps( EALSteps val ) { SetField( CommonDTD.ENGLISHPROFICIENCY_EALSTEPS, val ); }
/// <summary> /// Sets the value of the <c><EALSteps></c> element. /// </summary> /// <param name="val">A EALSteps object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this element as: "Based on QCA Steps. (England) CBDS: 100052"</para> /// <para>Version: 2.6</para> /// <para>Since: 2.0</para> /// </remarks> public void SetEALSteps(EALSteps val) { SetField(CommonDTD.ENGLISHPROFICIENCY_EALSTEPS, val); }