/// <summary>
 /// Sets the value of the <c>&lt;Code&gt;</c> element.
 /// </summary>
 /// <param name="val">A IncidentCodeType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Identifies the type of incident being reported."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetCode( IncidentCodeType val )
 {
     SetField( StudentDTD.INCIDENTCATEGORY_CODE, val );
 }
 /// <summary>
 /// Sets the value of the <c>&lt;Code&gt;</c> element.
 /// </summary>
 /// <param name="val">A IncidentCodeType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Identifies the type of incident being reported."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetCode(IncidentCodeType val)
 {
     SetField(StudentDTD.INCIDENTCATEGORY_CODE, val);
 }