/// <summary>
 /// Constructor that accepts values for all mandatory fields
 /// </summary>
 ///<param name="sifRefObject">A SIF_RefObject</param>
 ///<param name="value">Gets or sets the content value of the &amp;lt;ResourceReportLine_SIF_RefIDType&amp;gt; element</param>
 ///
 public ResourceReportLine_SIF_RefIDType( ResourceReportLine_ObjectType sifRefObject, string value )
     : base(SchoolDTD.RESOURCEREPORTLINE_SIF_REFIDTYPE)
 {
     this.SetSIF_RefObject( sifRefObject );
     this.Value = value;
 }
 /// <summary>
 /// Sets the value of the <c>SIF_RefObject</c> attribute.
 /// </summary>
 /// <param name="val">A ResourceReportLine_ObjectType object</param>
 /// <remarks>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.5</para>
 /// </remarks>
 public void SetSIF_RefObject( ResourceReportLine_ObjectType val )
 {
     SetField( SchoolDTD.RESOURCEREPORTLINE_SIF_REFIDTYPE_SIF_REFOBJECT, val );
 }
 ///<summary>Sets the value of the <c>&lt;SIF_RefID&gt;</c> element.</summary>
 /// <param name="SifRefObject">A SIF_RefObject</param>
 /// <param name="Value">Gets or sets the content value of the &amp;lt;ResourceReportLine_SIF_RefIDType&amp;gt; element</param>
 ///<remarks>
 /// <para>This form of <c>setSIF_RefID</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>SIF_RefID</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.5</para>
 /// </remarks>
 public void SetSIF_RefID( ResourceReportLine_ObjectType SifRefObject, string Value )
 {
     RemoveChild( SchoolDTD.RESOURCEREPORTLINE_SIF_REFID);
     AddChild( SchoolDTD.RESOURCEREPORTLINE_SIF_REFID, new ResourceReportLine_SIF_RefIDType( SifRefObject, Value ) );
 }
 /// <summary>
 /// Constructor that accepts values for all mandatory fields
 /// </summary>
 ///<param name="sifRefObject">A SIF_RefObject</param>
 ///<param name="value">Gets or sets the content value of the &amp;lt;ResourceReportLine_SIF_RefIDType&amp;gt; element</param>
 ///
 public ResourceReportLine_SIF_RefIDType(ResourceReportLine_ObjectType sifRefObject, string value) : base(SchoolDTD.RESOURCEREPORTLINE_SIF_REFIDTYPE)
 {
     this.SetSIF_RefObject(sifRefObject);
     this.Value = value;
 }
 /// <summary>
 /// Sets the value of the <c>SIF_RefObject</c> attribute.
 /// </summary>
 /// <param name="val">A ResourceReportLine_ObjectType object</param>
 /// <remarks>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.5</para>
 /// </remarks>
 public void SetSIF_RefObject(ResourceReportLine_ObjectType val)
 {
     SetField(SchoolDTD.RESOURCEREPORTLINE_SIF_REFIDTYPE_SIF_REFOBJECT, val);
 }
 ///<summary>Sets the value of the <c>&lt;SIF_RefID&gt;</c> element.</summary>
 /// <param name="SifRefObject">A SIF_RefObject</param>
 /// <param name="Value">Gets or sets the content value of the &amp;lt;ResourceReportLine_SIF_RefIDType&amp;gt; element</param>
 ///<remarks>
 /// <para>This form of <c>setSIF_RefID</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>SIF_RefID</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.5</para>
 /// </remarks>
 public void SetSIF_RefID(ResourceReportLine_ObjectType SifRefObject, string Value)
 {
     RemoveChild(SchoolDTD.RESOURCEREPORTLINE_SIF_REFID);
     AddChild(SchoolDTD.RESOURCEREPORTLINE_SIF_REFID, new ResourceReportLine_SIF_RefIDType(SifRefObject, Value));
 }