/// <summary>
 /// Sets the value of the <c>&lt;Code&gt;</c> element.
 /// </summary>
 /// <param name="val">A ServiceProviderTypeCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Used for an individual providing the service.  Review by state / program, may be required.  Service provider title (such as Physical Therapist or Psychologist)."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetCode( ServiceProviderTypeCode val )
 {
     SetField( CommonDTD.SERVICEPROVIDERTYPE_CODE, val );
 }
 /// <summary>
 /// Sets the value of the <c>&lt;Code&gt;</c> element.
 /// </summary>
 /// <param name="val">A ServiceProviderTypeCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Used for an individual providing the service.  Review by state / program, may be required.  Service provider title (such as Physical Therapist or Psychologist)."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetCode(ServiceProviderTypeCode val)
 {
     SetField(CommonDTD.SERVICEPROVIDERTYPE_CODE, val);
 }