/// <summary> /// Sets the value of the <c><SpecialAmountType></c> element. /// </summary> /// <param name="val">A SpecialAmountType object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this element as: "With regard to regional/local education service agencies report of "special" account code information, the account code summarization can be classified as:"</para> /// <para>This element is known by more than one tag name depending on the version of SIF in use. /// The ADK will use the tag names shown below when parsing and rendering elements of this kind.</para> /// <list type="table"><listheader><term>Version</term><description>Tag</description></listheader>; /// <item><term>2.0 (and greater)</term><description><SpecialAmountType></description></item> /// </list> /// <para>Version: 2.5</para> /// <para>Since: 1.5r1</para> /// </remarks> public void SetSpecialAmountType( SpecialAmountType val ) { SetField( HrfinDTD.ANNUALITEM_SPECIALAMOUNTTYPE, val ); }
/// <summary> /// Sets the value of the <c><SpecialAmountType></c> element. /// </summary> /// <param name="val">A SpecialAmountType object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this element as: "With regard to regional/local education service agencies report of "special" account code information, the account code summarization can be classified as:"</para> /// <para>This element is known by more than one tag name depending on the version of SIF in use. /// The ADK will use the tag names shown below when parsing and rendering elements of this kind.</para> /// <list type="table"><listheader><term>Version</term><description>Tag</description></listheader>; /// <item><term>2.0 (and greater)</term><description><SpecialAmountType></description></item> /// </list> /// <para>Version: 2.6</para> /// <para>Since: 1.5r1</para> /// </remarks> public void SetSpecialAmountType(SpecialAmountType val) { SetField(HrfinDTD.ANNUALITEM_SPECIALAMOUNTTYPE, val); }