Пример #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;PermanentResident&gt;</c> element.
 /// </summary>
 /// <param name="val">A PermanentResidentStatusType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "
 /// Australian Residency Status (Mandatory for Student)"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetPermanentResident(PermanentResidentStatusType val)
 {
     SetField(CommonDTD.DEMOGRAPHICS_PERMANENTRESIDENT, val);
 }
Пример #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;PermanentResident&gt;</c> element.
 /// </summary>
 /// <param name="val">A PermanentResidentStatusType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "
 /// Australian Residency Status (Mandatory for Student)"</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetPermanentResident( PermanentResidentStatusType val )
 {
     SetField( CommonDTD.DEMOGRAPHICS_PERMANENTRESIDENT, val );
 }