///<summary>Sets the value of the <c><AlternateIdentificationCodes></c> element.</summary> /// <param name="AlternateIdentificationCode">An alphanumeric ID code as defined by the organization to identify the statement.</param> ///<remarks> /// <para>This form of <c>setAlternateIdentificationCodes</c> is provided as a convenience method /// that is functionally equivalent to the <c>AlternateIdentificationCodes</c></para> /// <para>Version: 2.6</para> /// <para>Since: 2.2</para> /// </remarks> public void SetAlternateIdentificationCodes( AlternateIdentificationCode AlternateIdentificationCode ) { RemoveChild( InstrDTD.STANDARDIDENTIFIER_ALTERNATEIDENTIFICATIONCODES); AddChild( InstrDTD.STANDARDIDENTIFIER_ALTERNATEIDENTIFICATIONCODES, new AlternateIdentificationCodes( AlternateIdentificationCode ) ); }
///<summary>Sets the value of the <c><AlternateIdentificationCodes></c> element.</summary> /// <param name="AlternateIdentificationCode">An alphanumeric ID code as defined by the organization to identify the statement.</param> ///<remarks> /// <para>This form of <c>setAlternateIdentificationCodes</c> is provided as a convenience method /// that is functionally equivalent to the <c>AlternateIdentificationCodes</c></para> /// <para>Version: 2.6</para> /// <para>Since: 2.2</para> /// </remarks> public void SetAlternateIdentificationCodes(AlternateIdentificationCode AlternateIdentificationCode) { RemoveChild(InstrDTD.STANDARDIDENTIFIER_ALTERNATEIDENTIFICATIONCODES); AddChild(InstrDTD.STANDARDIDENTIFIER_ALTERNATEIDENTIFICATIONCODES, new AlternateIdentificationCodes(AlternateIdentificationCode)); }