///<summary>Sets the value of the <c>&lt;CatchmentStatus&gt;</c> element.</summary>
 /// <param name="Code">Code indicating the residency status for this enrollment.Code indicating Enrollment Catchment Status</param>
 ///<remarks>
 /// <para>This form of <c>setCatchmentStatus</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>CatchmentStatus</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetCatchmentStatus( AU0598PublicSchoolCatchmentStatusType Code )
 {
     RemoveChild( StudentDTD.STUDENTSCHOOLENROLLMENT_CATCHMENTSTATUS);
     AddChild( StudentDTD.STUDENTSCHOOLENROLLMENT_CATCHMENTSTATUS, new CatchmentStatus( Code ) );
 }
 /// <summary>
 /// Constructor that accepts values for all mandatory fields
 /// </summary>
 ///<param name="code">Code indicating the residency status for this enrollment.Code indicating Enrollment Catchment Status</param>
 ///
 public CatchmentStatus( AU0598PublicSchoolCatchmentStatusType code )
     : base(StudentDTD.CATCHMENTSTATUS)
 {
     this.SetCode( code );
 }
 /// <summary>
 /// Sets the value of the <c>&lt;Code&gt;</c> element.
 /// </summary>
 /// <param name="val">A AU0598PublicSchoolCatchmentStatusType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Code indicating the residency status for this enrollment.Code indicating Enrollment Catchment Status"</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetCode( AU0598PublicSchoolCatchmentStatusType val )
 {
     SetField( StudentDTD.CATCHMENTSTATUS_CODE, val );
 }
Example #4
0
 ///<summary>Sets the value of the <c>&lt;CatchmentStatus&gt;</c> element.</summary>
 /// <param name="Code">Code indicating the residency status for this enrollment.Code indicating Enrollment Catchment Status</param>
 ///<remarks>
 /// <para>This form of <c>setCatchmentStatus</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>CatchmentStatus</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetCatchmentStatus(AU0598PublicSchoolCatchmentStatusType Code)
 {
     RemoveChild(StudentDTD.STUDENTSCHOOLENROLLMENT_CATCHMENTSTATUS);
     AddChild(StudentDTD.STUDENTSCHOOLENROLLMENT_CATCHMENTSTATUS, new CatchmentStatus(Code));
 }
 /// <summary>
 /// Sets the value of the <c>&lt;Code&gt;</c> element.
 /// </summary>
 /// <param name="val">A AU0598PublicSchoolCatchmentStatusType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Code indicating the residency status for this enrollment.Code indicating Enrollment Catchment Status"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetCode(AU0598PublicSchoolCatchmentStatusType val)
 {
     SetField(StudentDTD.CATCHMENTSTATUS_CODE, val);
 }
 /// <summary>
 /// Constructor that accepts values for all mandatory fields
 /// </summary>
 ///<param name="code">Code indicating the residency status for this enrollment.Code indicating Enrollment Catchment Status</param>
 ///
 public CatchmentStatus(AU0598PublicSchoolCatchmentStatusType code) : base(StudentDTD.CATCHMENTSTATUS)
 {
     this.SetCode(code);
 }