예제 #1
0
 ///<summary>Sets the value of the <c>&lt;LocationRefId&gt;</c> element.</summary>
 /// <param name="SifRefObject">Type of SIF Object</param>
 /// <param name="Value">Gets or sets the content value of the &amp;lt;LocationRefId&amp;gt; element</param>
 ///<remarks>
 /// <para>This form of <c>setLocationRefId</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>LocationRefId</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetLocationRefId(LocationRefIdSIF_RefObject SifRefObject, string Value)
 {
     RemoveChild(CommonDTD.LOCATION_LOCATIONREFID);
     AddChild(CommonDTD.LOCATION_LOCATIONREFID, new LocationRefId(SifRefObject, Value));
 }
예제 #2
0
 /// <summary>
 /// Constructor that accepts values for all mandatory fields
 /// </summary>
 ///<param name="sifRefObject">Type of SIF Object</param>
 ///<param name="value">Gets or sets the content value of the &amp;lt;LocationRefId&amp;gt; element</param>
 ///
 public LocationRefId( LocationRefIdSIF_RefObject sifRefObject, string value )
     : base(CommonDTD.LOCATIONREFID)
 {
     this.SetSIF_RefObject( sifRefObject );
     this.Value = value;
 }
예제 #3
0
 /// <summary>
 /// Sets the value of the <c>SIF_RefObject</c> attribute.
 /// </summary>
 /// <param name="val">A LocationRefIdSIF_RefObject object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this attribute as: "Type of SIF Object"</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetSIF_RefObject( LocationRefIdSIF_RefObject val )
 {
     SetField( CommonDTD.LOCATIONREFID_SIF_REFOBJECT, val );
 }
예제 #4
0
 /// <summary>
 /// Constructor that accepts values for all mandatory fields
 /// </summary>
 ///<param name="sifRefObject">Type of SIF Object</param>
 ///<param name="value">Gets or sets the content value of the &amp;lt;LocationRefId&amp;gt; element</param>
 ///
 public LocationRefId(LocationRefIdSIF_RefObject sifRefObject, string value) : base(CommonDTD.LOCATIONREFID)
 {
     this.SetSIF_RefObject(sifRefObject);
     this.Value = value;
 }
예제 #5
0
 /// <summary>
 /// Sets the value of the <c>SIF_RefObject</c> attribute.
 /// </summary>
 /// <param name="val">A LocationRefIdSIF_RefObject object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this attribute as: "Type of SIF Object"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetSIF_RefObject(LocationRefIdSIF_RefObject val)
 {
     SetField(CommonDTD.LOCATIONREFID_SIF_REFOBJECT, val);
 }
예제 #6
0
 ///<summary>Sets the value of the <c>&lt;LocationRefId&gt;</c> element.</summary>
 /// <param name="SifRefObject">Type of SIF Object</param>
 /// <param name="Value">Gets or sets the content value of the &amp;lt;LocationRefId&amp;gt; element</param>
 ///<remarks>
 /// <para>This form of <c>setLocationRefId</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>LocationRefId</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetLocationRefId( LocationRefIdSIF_RefObject SifRefObject, string Value )
 {
     RemoveChild( CommonDTD.LOCATION_LOCATIONREFID);
     AddChild( CommonDTD.LOCATION_LOCATIONREFID, new LocationRefId( SifRefObject, Value ) );
 }