///<summary>Sets the value of the <c>&lt;StudentSpecialConditions&gt;</c> element.</summary>
 /// <param name="StudentSpecialCondition">A description of the special condition.  Student special conditions are different
 /// from special conditions of the test.</param>
 ///<remarks>
 /// <para>This form of <c>setStudentSpecialConditions</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>StudentSpecialConditions</c></para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetStudentSpecialConditions( StudentSpecialCondition StudentSpecialCondition )
 {
     RemoveChild( AssessmentDTD.ASSESSMENTREGISTRATION_STUDENTSPECIALCONDITIONS);
     AddChild( AssessmentDTD.ASSESSMENTREGISTRATION_STUDENTSPECIALCONDITIONS, new StudentSpecialConditions( StudentSpecialCondition ) );
 }
 ///<summary>Sets the value of the <c>&lt;StudentSpecialConditions&gt;</c> element.</summary>
 /// <param name="StudentSpecialCondition">A description of the special condition.  Student special conditions are different
 /// from special conditions of the test.</param>
 ///<remarks>
 /// <para>This form of <c>setStudentSpecialConditions</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>StudentSpecialConditions</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetStudentSpecialConditions(StudentSpecialCondition StudentSpecialCondition)
 {
     RemoveChild(AssessmentDTD.ASSESSMENTREGISTRATION_STUDENTSPECIALCONDITIONS);
     AddChild(AssessmentDTD.ASSESSMENTREGISTRATION_STUDENTSPECIALCONDITIONS, new StudentSpecialConditions(StudentSpecialCondition));
 }