コード例 #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;Code&gt;</c> element.
 /// </summary>
 /// <param name="val">A AccommodationCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Identifies the specific accommodation.  At least one required if the repeating group is sent."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetCode(AccommodationCode val)
 {
     SetField(ProgramsDTD.ACCOMMODATION_CODE, val);
 }
コード例 #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;Code&gt;</c> element.
 /// </summary>
 /// <param name="val">A AccommodationCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Identifies the specific accommodation.  At least one required if the repeating group is sent."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetCode( AccommodationCode val )
 {
     SetField( ProgramsDTD.ACCOMMODATION_CODE, val );
 }