Esempio n. 1
0
 /// <summary>
 /// Sets the value of the <c>&lt;ModeOfTravel&gt;</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);
 }
Esempio n. 2
0
 /// <summary>
 /// Sets the value of the <c>&lt;ModeOfTravel&gt;</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 );
 }