public void ReplaceContactAddressAt(ContactAddressType newValue, int index)
 {
     ReplaceDomElementAt("", "ContactAddress", index, newValue);
 }
 public void AddContactAddress(ContactAddressType newValue)
 {
     AppendDomElement("", "ContactAddress", newValue);
 }
 public void InsertContactAddressAt(ContactAddressType newValue, int index)
 {
     InsertDomElementAt("", "ContactAddress", index, newValue);
 }
		public void InsertContactAddressAt(ContactAddressType newValue, int index)
		{
			InsertDomElementAt("", "ContactAddress", index, newValue);
		}
		public void ReplaceContactAddressAt(ContactAddressType newValue, int index)
		{
			ReplaceDomElementAt("", "ContactAddress", index, newValue);
		}
 public CountryEnumerator(ContactAddressType par)
 {
     parent = par;
     nIndex = -1;
 }
		public void AddContactAddress(ContactAddressType newValue)
		{
			AppendDomElement("", "ContactAddress", newValue);
		}
 public PostCodeEnumerator(ContactAddressType par)
 {
     parent = par;
     nIndex = -1;
 }
 public StateOrProvinceEnumerator(ContactAddressType par)
 {
     parent = par;
     nIndex = -1;
 }
			public CountryEnumerator(ContactAddressType par) 
			{
				parent = par;
				nIndex = -1;
			}
			public PostCodeEnumerator(ContactAddressType par) 
			{
				parent = par;
				nIndex = -1;
			}
			public StateOrProvinceEnumerator(ContactAddressType par) 
			{
				parent = par;
				nIndex = -1;
			}