///<summary>Sets the value of the <c><SectionIdentifiers></c> element.</summary> /// <param name="SectionIdentifier">If the authoring system provides for a unique identification system for sections, then this element is used to store that information.</param> ///<remarks> /// <para>This form of <c>setSectionIdentifiers</c> is provided as a convenience method /// that is functionally equivalent to the <c>SectionIdentifiers</c></para> /// <para>Version: 2.6</para> /// <para>Since: 2.6</para> /// </remarks> public void SetSectionIdentifiers(SectionIdentifier SectionIdentifier) { RemoveChild(AssessmentDTD.SIF3ASSESSMENTSECTION_SECTIONIDENTIFIERS); AddChild(AssessmentDTD.SIF3ASSESSMENTSECTION_SECTIONIDENTIFIERS, new SectionIdentifiers(SectionIdentifier)); }
///<summary>Sets the value of the <c><SectionIdentifiers></c> element.</summary> /// <param name="SectionIdentifier">If the authoring system provides for a unique identification system for sections, then this element is used to store that information.</param> ///<remarks> /// <para>This form of <c>setSectionIdentifiers</c> is provided as a convenience method /// that is functionally equivalent to the <c>SectionIdentifiers</c></para> /// <para>Version: 2.6</para> /// <para>Since: 2.6</para> /// </remarks> public void SetSectionIdentifiers( SectionIdentifier SectionIdentifier ) { RemoveChild( AssessmentDTD.SIF3ASSESSMENTSECTION_SECTIONIDENTIFIERS); AddChild( AssessmentDTD.SIF3ASSESSMENTSECTION_SECTIONIDENTIFIERS, new SectionIdentifiers( SectionIdentifier ) ); }