/// <summary> /// Sets the value of the <c><ModeOfTravel></c> element. /// </summary> /// <param name="val">A UsualModeOfTravel object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this element as: "The usual mode of travel normally used by the learner for the greater part (in distance) of the journey to and from school."</para> /// <para>Version: 2.6</para> /// <para>Since: 2.1</para> /// </remarks> public void SetModeOfTravel(UsualModeOfTravel val) { SetField(LearnerDTD.LEARNERPERSONAL_MODEOFTRAVEL, val); }
/// <summary> /// Sets the value of the <c><ModeOfTravel></c> element. /// </summary> /// <param name="val">A UsualModeOfTravel object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this element as: "The usual mode of travel normally used by the learner for the greater part (in distance) of the journey to and from school."</para> /// <para>Version: 2.6</para> /// <para>Since: 2.1</para> /// </remarks> public void SetModeOfTravel( UsualModeOfTravel val ) { SetField( LearnerDTD.LEARNERPERSONAL_MODEOFTRAVEL, val ); }