/// <summary>
 /// Sets the value of the <c>&lt;CurricularStatus&gt;</c> element.
 /// </summary>
 /// <param name="val">A ActivityType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "An indication of the degree to which an activity is related to a student's curriculum."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetCurricularStatus( ActivityType val )
 {
     SetField( StudentDTD.STUDENTACTIVITYINFO_CURRICULARSTATUS, val );
 }
 /// <summary>
 /// Sets the value of the <c>&lt;CurricularStatus&gt;</c> element.
 /// </summary>
 /// <param name="val">A ActivityType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "An indication of the degree to which an activity is related to a student's curriculum."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetCurricularStatus(ActivityType val)
 {
     SetField(StudentDTD.STUDENTACTIVITYINFO_CURRICULARSTATUS, val);
 }