///<summary>Sets the value of the <c>&lt;MarkSetList&gt;</c> element.</summary>
 /// <param name="MarkSet">A MarkSet</param>
 ///<remarks>
 /// <para>This form of <c>setMarkSetList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>MarkSetList</c></para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.1</para>
 /// </remarks>
 public void SetMarkSetList( MarkSet MarkSet )
 {
     RemoveChild( AssessmentDTD.ASSESSMENTRESULTCOMPONENT_MARKSETLIST);
     AddChild( AssessmentDTD.ASSESSMENTRESULTCOMPONENT_MARKSETLIST, new MarkSetList( MarkSet ) );
 }
 ///<summary>Sets the value of the <c>&lt;MarkSetList&gt;</c> element.</summary>
 /// <param name="MarkSet">A MarkSet</param>
 ///<remarks>
 /// <para>This form of <c>setMarkSetList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>MarkSetList</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.1</para>
 /// </remarks>
 public void SetMarkSetList(MarkSet MarkSet)
 {
     RemoveChild(AssessmentDTD.ASSESSMENTRESULTCOMPONENT_MARKSETLIST);
     AddChild(AssessmentDTD.ASSESSMENTRESULTCOMPONENT_MARKSETLIST, new MarkSetList(MarkSet));
 }