/// <summary> /// Sets the value of the <c><IndigenousStatus></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); }
/// <summary> /// Sets the value of the <c><IndigenousStatus></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 ); }