/// <summary> /// Constructor that accepts values for all mandatory fields /// </summary> ///<param name="sifRefObject">The name of the object referenced.</param> ///<param name="value">Gets or sets the content value of the &lt;ReceivingAuthority&gt; element</param> /// public ReceivingAuthority( ReceivingAuthoritySIF_RefObject sifRefObject, string value ) : base(ReportingDTD.RECEIVINGAUTHORITY) { this.SetSIF_RefObject( sifRefObject ); this.Value = value; }
/// <summary> /// Sets the value of the <c>SIF_RefObject</c> attribute. /// </summary> /// <param name="val">A ReceivingAuthoritySIF_RefObject object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this attribute as: "The name of the object referenced."</para> /// <para>Version: 2.6</para> /// <para>Since: 2.3</para> /// </remarks> public void SetSIF_RefObject( ReceivingAuthoritySIF_RefObject val ) { SetField( ReportingDTD.RECEIVINGAUTHORITY_SIF_REFOBJECT, val ); }
///<summary>Sets the value of the <c><ReceivingAuthority></c> element.</summary> /// <param name="SifRefObject">The name of the object referenced.</param> /// <param name="Value">Gets or sets the content value of the &lt;ReceivingAuthority&gt; element</param> ///<remarks> /// <para>This form of <c>setReceivingAuthority</c> is provided as a convenience method /// that is functionally equivalent to the <c>ReceivingAuthority</c></para> /// <para>Version: 2.6</para> /// <para>Since: 2.3</para> /// </remarks> public void SetReceivingAuthority(ReceivingAuthoritySIF_RefObject SifRefObject, string Value) { RemoveChild(ReportingDTD.REPORTMANIFEST_RECEIVINGAUTHORITY); AddChild(ReportingDTD.REPORTMANIFEST_RECEIVINGAUTHORITY, new ReceivingAuthority(SifRefObject, Value)); }
/// <summary> /// Constructor that accepts values for all mandatory fields /// </summary> ///<param name="sifRefObject">The name of the object referenced.</param> ///<param name="value">Gets or sets the content value of the &lt;ReceivingAuthority&gt; element</param> /// public ReceivingAuthority(ReceivingAuthoritySIF_RefObject sifRefObject, string value) : base(ReportingDTD.RECEIVINGAUTHORITY) { this.SetSIF_RefObject(sifRefObject); this.Value = value; }
/// <summary> /// Sets the value of the <c>SIF_RefObject</c> attribute. /// </summary> /// <param name="val">A ReceivingAuthoritySIF_RefObject object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this attribute as: "The name of the object referenced."</para> /// <para>Version: 2.6</para> /// <para>Since: 2.3</para> /// </remarks> public void SetSIF_RefObject(ReceivingAuthoritySIF_RefObject val) { SetField(ReportingDTD.RECEIVINGAUTHORITY_SIF_REFOBJECT, val); }
///<summary>Sets the value of the <c><ReceivingAuthority></c> element.</summary> /// <param name="SifRefObject">The name of the object referenced.</param> /// <param name="Value">Gets or sets the content value of the &lt;ReceivingAuthority&gt; element</param> ///<remarks> /// <para>This form of <c>setReceivingAuthority</c> is provided as a convenience method /// that is functionally equivalent to the <c>ReceivingAuthority</c></para> /// <para>Version: 2.5</para> /// <para>Since: 2.3</para> /// </remarks> public void SetReceivingAuthority( ReceivingAuthoritySIF_RefObject SifRefObject, string Value ) { RemoveChild( ReportingDTD.REPORTMANIFEST_RECEIVINGAUTHORITY); AddChild( ReportingDTD.REPORTMANIFEST_RECEIVINGAUTHORITY, new ReceivingAuthority( SifRefObject, Value ) ); }