///<summary>Sets the value of the <c>&lt;ComponentList&gt;</c> element.</summary>
 /// <param name="AssessmentResponseComponentRefId">A SIF identifier for an assessment result component.</param>
 ///<remarks>
 /// <para>This form of <c>setComponentList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>ComponentList</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.1</para>
 /// </remarks>
 public void SetComponentList( AssessmentResponseComponentRefId AssessmentResponseComponentRefId )
 {
     RemoveChild( AssessmentDTD.ASSESSMENTRESPONSECOMPONENTGROUP_COMPONENTLIST);
     AddChild( AssessmentDTD.ASSESSMENTRESPONSECOMPONENTGROUP_COMPONENTLIST, new AssessmentResponseComponentList( AssessmentResponseComponentRefId ) );
 }
 ///<summary>Sets the value of the <c>&lt;ComponentList&gt;</c> element.</summary>
 /// <param name="AssessmentResponseComponentRefId">A SIF identifier for an assessment result component.</param>
 ///<remarks>
 /// <para>This form of <c>setComponentList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>ComponentList</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.1</para>
 /// </remarks>
 public void SetComponentList(AssessmentResponseComponentRefId AssessmentResponseComponentRefId)
 {
     RemoveChild(AssessmentDTD.ASSESSMENTRESPONSECOMPONENTGROUP_COMPONENTLIST);
     AddChild(AssessmentDTD.ASSESSMENTRESPONSECOMPONENTGROUP_COMPONENTLIST, new AssessmentResponseComponentList(AssessmentResponseComponentRefId));
 }