/// <summary> /// Sets the value of the <c><StateProvince></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><StateOfBirth></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); }
/// <summary> /// Sets the value of the <c><StateProvince></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><StateOfBirth></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 ); }