/// <summary>
 /// Sets the value of the <c>&lt;Code&gt;</c> element.
 /// </summary>
 /// <param name="val">A DwellingArrangementCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Code representing the setting/environment in which the person resides"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 1.1</para>
 /// </remarks>
 public void SetCode( DwellingArrangementCode val )
 {
     SetField( CommonDTD.DWELLINGARRANGEMENT_CODE, val );
 }
Beispiel #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;Code&gt;</c> element.
 /// </summary>
 /// <param name="val">A DwellingArrangementCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Code representing the setting/environment in which the person resides"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 1.1</para>
 /// </remarks>
 public void SetCode(DwellingArrangementCode val)
 {
     SetField(CommonDTD.DWELLINGARRANGEMENT_CODE, val);
 }