예제 #1
0
 ///<summary>Sets the value of the <c>&lt;AlternateIdentificationCodes&gt;</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 ) );
 }
예제 #2
0
 ///<summary>Sets the value of the <c>&lt;AlternateIdentificationCodes&gt;</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));
 }