/// <summary>
 /// Sets the value of the <c>&lt;SectionSealed&gt;</c> element.
 /// </summary>
 /// <param name="val">A SectionSealed object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Indicates this section is sealed, meaning the test taker cannot enter the section until authorized by the proctor."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetSectionSealed(SectionSealed val)
 {
     SetField(AssessmentDTD.SIF3ASSESSMENTSECTION_SECTIONSEALED, val);
 }
 /// <summary>
 /// Sets the value of the <c>&lt;SectionSealed&gt;</c> element.
 /// </summary>
 /// <param name="val">A SectionSealed object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Indicates this section is sealed, meaning the test taker cannot enter the section until authorized by the proctor."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetSectionSealed( SectionSealed val )
 {
     SetField( AssessmentDTD.SIF3ASSESSMENTSECTION_SECTIONSEALED, val );
 }