Exemplo n.º 1
0
 /// <summary>
 /// Sets the value of the <c>&lt;AccountTypeDetail&gt;</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);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Sets the value of the <c>&lt;AccountTypeDetail&gt;</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 );
 }