예제 #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;IndigenousStatus&gt;</c> element.
 /// </summary>
 /// <param name="val">A IndigenousStatusType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "
 /// Whether or not the student identifies themselves as
 /// being of Aboriginal and/or Torres Strait Islander
 /// descent."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetIndigenousStatus(IndigenousStatusType val)
 {
     SetField(CommonDTD.DEMOGRAPHICS_INDIGENOUSSTATUS, val);
 }
예제 #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;IndigenousStatus&gt;</c> element.
 /// </summary>
 /// <param name="val">A IndigenousStatusType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "
 /// Whether or not the student identifies themselves as
 /// being of Aboriginal and/or Torres Strait Islander
 /// descent."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetIndigenousStatus( IndigenousStatusType val )
 {
     SetField( CommonDTD.DEMOGRAPHICS_INDIGENOUSSTATUS, val );
 }