///<summary>Sets the value of the <c>&lt;MedicalAlertMessages&gt;</c> element.</summary>
 /// <param name="MedicalAlertMessage">Medical alert associated with the student.</param>
 ///<remarks>
 /// <para>This form of <c>setMedicalAlertMessages</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>MedicalAlertMessages</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetMedicalAlertMessages(MedicalAlertMessage MedicalAlertMessage)
 {
     RemoveChild(StudentDTD.STUDENTPERSONAL_MEDICALALERTMESSAGES);
     AddChild(StudentDTD.STUDENTPERSONAL_MEDICALALERTMESSAGES, new MedicalAlertMessages(MedicalAlertMessage));
 }
 ///<summary>Sets the value of the <c>&lt;MedicalAlertMessages&gt;</c> element.</summary>
 /// <param name="MedicalAlertMessage">Medical alert associated with the student.</param>
 ///<remarks>
 /// <para>This form of <c>setMedicalAlertMessages</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>MedicalAlertMessages</c></para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetMedicalAlertMessages( MedicalAlertMessage MedicalAlertMessage )
 {
     RemoveChild( StudentDTD.STUDENTPERSONAL_MEDICALALERTMESSAGES);
     AddChild( StudentDTD.STUDENTPERSONAL_MEDICALALERTMESSAGES, new MedicalAlertMessages( MedicalAlertMessage ) );
 }