/// <summary>
 /// Sets the value of the <c>&lt;SectionReentry&gt;</c> element.
 /// </summary>
 /// <param name="val">A SectionReentry object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Indicates that this section can be re-entered, meaning the test taker can return to this section after they have left the section. A common example of this is a two section test where one section does not allow the use of a calculator and the other does. Typically the test taker cannot return to the non-calculator section after they have used a calculator."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetSectionReentry(SectionReentry val)
 {
     SetField(AssessmentDTD.SIF3ASSESSMENTSECTION_SECTIONREENTRY, val);
 }
 /// <summary>
 /// Sets the value of the <c>&lt;SectionReentry&gt;</c> element.
 /// </summary>
 /// <param name="val">A SectionReentry object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Indicates that this section can be re-entered, meaning the test taker can return to this section after they have left the section. A common example of this is a two section test where one section does not allow the use of a calculator and the other does. Typically the test taker cannot return to the non-calculator section after they have used a calculator."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetSectionReentry( SectionReentry val )
 {
     SetField( AssessmentDTD.SIF3ASSESSMENTSECTION_SECTIONREENTRY, val );
 }