Exemple #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;StateProvince&gt;</c> element.
 /// </summary>
 /// <param name="val">A StateTerritoryCodeType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "The state or province code. StateTerritory Code only applicable if an Australian Address. Conditional- If Australian Address this is mandatory."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetStateProvince( StateTerritoryCodeType val )
 {
     SetField( CommonDTD.ADDRESS_STATEPROVINCE, val );
 }
 /// <summary>
 /// Sets the value of the <c>&lt;StateOfBirth&gt;</c> element.
 /// </summary>
 /// <param name="val">A StateTerritoryCodeType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "The person's state of birth."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetStateOfBirth(StateTerritoryCodeType val)
 {
     SetField(CommonDTD.DEMOGRAPHICS_STATEOFBIRTH, val);
 }
Exemple #3
0
 /// <summary>
 /// Sets the value of the <c>&lt;StateProvince&gt;</c> element.
 /// </summary>
 /// <param name="val">A StateTerritoryCodeType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "The state or province code. StateTerritory Code only applicable if an Australian Address. Conditional- If Australian Address this is mandatory."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetStateProvince(StateTerritoryCodeType val)
 {
     SetField(CommonDTD.ADDRESS_STATEPROVINCE, val);
 }
 /// <summary>
 /// Sets the value of the <c>&lt;StateOfBirth&gt;</c> element.
 /// </summary>
 /// <param name="val">A StateTerritoryCodeType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "The person's state of birth."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetStateOfBirth( StateTerritoryCodeType val )
 {
     SetField( CommonDTD.DEMOGRAPHICS_STATEOFBIRTH, val );
 }