/// <summary> /// Sets the value of the <c><AccountTypeDetail></c> element. /// </summary> /// <param name="val">A AccountTypeDetail object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this element as: "Use AccountTypeDetail when AccountType is “Other”. For instance, when an AccountType=“Other”, and the AccountTypeDetail value is Long Term Asset."</para> /// <para>Version: 2.6</para> /// <para>Since: 2.6</para> /// </remarks> public void SetAccountTypeDetail(AccountTypeDetail val) { SetField(HrfinDTD.ANNUALITEM_ACCOUNTTYPEDETAIL, val); }
/// <summary> /// Sets the value of the <c><AccountTypeDetail></c> element. /// </summary> /// <param name="val">A AccountTypeDetail object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this element as: "Use AccountTypeDetail when AccountType is “Other”. For instance, when an AccountType=“Other”, and the AccountTypeDetail value is Long Term Asset."</para> /// <para>Version: 2.6</para> /// <para>Since: 2.6</para> /// </remarks> public void SetAccountTypeDetail( AccountTypeDetail val ) { SetField( HrfinDTD.ANNUALITEM_ACCOUNTTYPEDETAIL, val ); }