/// <summary> /// Sets the value of the <c><Code></c> element. /// </summary> /// <param name="val">A ProgramPlanTypeCode object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this element as: "The document that outlines the student program/plan as approved by parents, guardians, and staff."</para> /// <para>Version: 2.5</para> /// <para>Since: 1.5r1</para> /// </remarks> public void SetCode( ProgramPlanTypeCode val ) { SetField( ProgramsDTD.PROGRAMPLANTYPE_CODE, val ); }
/// <summary> /// Sets the value of the <c><Code></c> element. /// </summary> /// <param name="val">A ProgramPlanTypeCode object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this element as: "The document that outlines the student program/plan as approved by parents, guardians, and staff."</para> /// <para>Version: 2.6</para> /// <para>Since: 1.5r1</para> /// </remarks> public void SetCode(ProgramPlanTypeCode val) { SetField(ProgramsDTD.PROGRAMPLANTYPE_CODE, val); }