/// <summary>
 /// Sets the value of the <c>&lt;NonResidentAttendReason&gt;</c> element.
 /// </summary>
 /// <param name="val">A NonResidentAttendRationale object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "
 ///         If the school represented by this enrollment is outside of the student's usual attendance area
 ///         (as indicated in the ResidencyStatus element), this element indicates the reason that the student attends this school.
 ///       "</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void SetNonResidentAttendReason(NonResidentAttendRationale val)
 {
     SetField(StudentDTD.STUDENTSCHOOLENROLLMENT_NONRESIDENTATTENDREASON, val);
 }
 /// <summary>
 /// Sets the value of the <c>&lt;NonResidentAttendReason&gt;</c> element.
 /// </summary>
 /// <param name="val">A NonResidentAttendRationale object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "The type of this affiliation as it relates to the school identified."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetNonResidentAttendReason(NonResidentAttendRationale val)
 {
     SetField(EtranscriptsDTD.STUDENTSCHOOLRELATIONSHIP_NONRESIDENTATTENDREASON, val);
 }