/// <summary>
 /// Sets the value of the <c>&lt;ServiceCategory&gt;</c> element.
 /// </summary>
 /// <param name="val">A ServiceCategory object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Category of service (for example, whether it is instruction or a related / transitional service or a supplemental service).  Typically designated by a state."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetServiceCategory( ServiceCategory val )
 {
     SetField( ProgramsDTD.STUDENTPLACEMENT_SERVICECATEGORY, val );
 }
 /// <summary>
 /// Sets the value of the <c>&lt;ServiceCategory&gt;</c> element.
 /// </summary>
 /// <param name="val">A ServiceCategory object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Category of service (for example, whether it is instruction or a related / transitional service or a supplemental service). Typically designated by a state."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetServiceCategory( ServiceCategory val )
 {
     SetField( CommonDTD.STUDENTPLACEMENTDATA_SERVICECATEGORY, val );
 }