///<summary>Sets the value of the <c>&lt;StatementCodes&gt;</c> element.</summary>
 /// <param name="StatementCode">An alphanumeric ID code as defined by the organization to identify the statement.</param>
 ///<remarks>
 /// <para>This form of <c>setStatementCodes</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>StatementCodes</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void SetStatementCodes( StatementCode StatementCode )
 {
     RemoveChild( InstrDTD.LEARNINGSTANDARDITEM_STATEMENTCODES);
     AddChild( InstrDTD.LEARNINGSTANDARDITEM_STATEMENTCODES, new StatementCodes( StatementCode ) );
 }
 ///<summary>Sets the value of the <c>&lt;StatementCodes&gt;</c> element.</summary>
 /// <param name="StatementCode">An alphanumeric ID code as defined by the organization to identify the statement.</param>
 ///<remarks>
 /// <para>This form of <c>setStatementCodes</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>StatementCodes</c></para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetStatementCodes( StatementCode StatementCode )
 {
     RemoveChild( InstrDTD.CATALOGLEARNINGSTANDARDSDOCUMENT_STATEMENTCODES);
     AddChild( InstrDTD.CATALOGLEARNINGSTANDARDSDOCUMENT_STATEMENTCODES, new StatementCodes( StatementCode ) );
 }
 ///<summary>Sets the value of the <c>&lt;StatementCodes&gt;</c> element.</summary>
 /// <param name="StatementCode">An alphanumeric ID code as defined by the organization to identify the statement.</param>
 ///<remarks>
 /// <para>This form of <c>setStatementCodes</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>StatementCodes</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void SetStatementCodes(StatementCode StatementCode)
 {
     RemoveChild(InstrDTD.LEARNINGSTANDARDITEM_STATEMENTCODES);
     AddChild(InstrDTD.LEARNINGSTANDARDITEM_STATEMENTCODES, new StatementCodes(StatementCode));
 }
 ///<summary>Sets the value of the <c>&lt;StatementCodes&gt;</c> element.</summary>
 /// <param name="StatementCode">An alphanumeric ID code as defined by the organization to identify the statement.</param>
 ///<remarks>
 /// <para>This form of <c>setStatementCodes</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>StatementCodes</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetStatementCodes(StatementCode StatementCode)
 {
     RemoveChild(InstrDTD.CATALOGLEARNINGSTANDARDSDOCUMENT_STATEMENTCODES);
     AddChild(InstrDTD.CATALOGLEARNINGSTANDARDSDOCUMENT_STATEMENTCODES, new StatementCodes(StatementCode));
 }