/// <summary>
 /// Sets the value of the <c>&lt;Code&gt;</c> element.
 /// </summary>
 /// <param name="val">A PublicSchoolResidenceStatus object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Code indicating the residency status for this enrollment."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void SetCode( PublicSchoolResidenceStatus val )
 {
     SetField( CommonDTD.RESIDENCYSTATUS_CODE, val );
 }
Example #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;Code&gt;</c> element.
 /// </summary>
 /// <param name="val">A PublicSchoolResidenceStatus object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Code indicating the residency status for this enrollment."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void SetCode(PublicSchoolResidenceStatus val)
 {
     SetField(CommonDTD.RESIDENCYSTATUS_CODE, val);
 }