Example #1
0
 ///<summary>Sets the value of the <c>&lt;BilledEntity&gt;</c> element.</summary>
 /// <param name="SifRefObject">SIF object referenced by SIF_RefId.</param>
 /// <param name="Value">Gets or sets the content value of the &amp;lt;BilledEntity&amp;gt; element</param>
 ///<remarks>
 /// <para>This form of <c>setBilledEntity</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>BilledEntity</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetBilledEntity(BilledEntityObject SifRefObject, string Value)
 {
     RemoveChild(HrfinDTD.BILLING_BILLEDENTITY);
     AddChild(HrfinDTD.BILLING_BILLEDENTITY, new BilledEntity(SifRefObject, Value));
 }
Example #2
0
 /// <summary>
 /// Constructor that accepts values for all mandatory fields
 /// </summary>
 ///<param name="sifRefObject">SIF object referenced by SIF_RefId.</param>
 ///<param name="value">Gets or sets the content value of the &amp;lt;BilledEntity&amp;gt; element</param>
 ///
 public BilledEntity( BilledEntityObject sifRefObject, string value )
     : base(HrfinDTD.BILLEDENTITY)
 {
     this.SetSIF_RefObject( sifRefObject );
     this.Value = value;
 }
Example #3
0
 /// <summary>
 /// Sets the value of the <c>SIF_RefObject</c> attribute.
 /// </summary>
 /// <param name="val">A BilledEntityObject object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this attribute as: "SIF object referenced by SIF_RefId."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetSIF_RefObject( BilledEntityObject val )
 {
     SetField( HrfinDTD.BILLEDENTITY_SIF_REFOBJECT, val );
 }
Example #4
0
 ///<summary>Sets the value of the <c>&lt;BilledEntity&gt;</c> element.</summary>
 /// <param name="SifRefObject">SIF object referenced by SIF_RefId.</param>
 /// <param name="Value">Gets or sets the content value of the &amp;lt;BilledEntity&amp;gt; element</param>
 ///<remarks>
 /// <para>This form of <c>setBilledEntity</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>BilledEntity</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetBilledEntity( BilledEntityObject SifRefObject, string Value )
 {
     RemoveChild( HrfinDTD.BILLING_BILLEDENTITY);
     AddChild( HrfinDTD.BILLING_BILLEDENTITY, new BilledEntity( SifRefObject, Value ) );
 }
Example #5
0
 /// <summary>
 /// Constructor that accepts values for all mandatory fields
 /// </summary>
 ///<param name="sifRefObject">SIF object referenced by SIF_RefId.</param>
 ///<param name="value">Gets or sets the content value of the &amp;lt;BilledEntity&amp;gt; element</param>
 ///
 public BilledEntity(BilledEntityObject sifRefObject, string value) : base(HrfinDTD.BILLEDENTITY)
 {
     this.SetSIF_RefObject(sifRefObject);
     this.Value = value;
 }
Example #6
0
 /// <summary>
 /// Sets the value of the <c>SIF_RefObject</c> attribute.
 /// </summary>
 /// <param name="val">A BilledEntityObject object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this attribute as: "SIF object referenced by SIF_RefId."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetSIF_RefObject(BilledEntityObject val)
 {
     SetField(HrfinDTD.BILLEDENTITY_SIF_REFOBJECT, val);
 }