///<summary>Sets the value of the <c><OtherAddressList></c> element.</summary> /// <param name="Address">An Address</param> ///<remarks> /// <para>This form of <c>setOtherAddressList</c> is provided as a convenience method /// that is functionally equivalent to the <c>OtherAddressList</c></para> /// <para>Version: 2.5</para> /// <para>Since: 2.0</para> /// </remarks> public void SetOtherAddressList( Address Address ) { RemoveChild( CommonDTD.PERSONALINFORMATION_OTHERADDRESSLIST); AddChild( CommonDTD.PERSONALINFORMATION_OTHERADDRESSLIST, new AddressList( Address ) ); }
///<summary>Sets the value of the <c><AddressList></c> element.</summary> /// <param name="Address">An Address</param> ///<remarks> /// <para>This form of <c>setAddressList</c> is provided as a convenience method /// that is functionally equivalent to the <c>AddressList</c></para> /// <para>Version: 2.6</para> /// <para>Since: 2.0</para> /// </remarks> public void SetAddressList( Address Address ) { RemoveChild( SchoolDTD.SCHOOLINFO_ADDRESSLIST); AddChild( SchoolDTD.SCHOOLINFO_ADDRESSLIST, new AddressList( Address ) ); }