public void ReplaceContactPersonPrimaryAt(ContactPersonPrimaryType newValue, int index)
 {
     ReplaceDomElementAt("", "ContactPersonPrimary", index, newValue);
 }
 public void AddContactPersonPrimary(ContactPersonPrimaryType newValue)
 {
     AppendDomElement("", "ContactPersonPrimary", newValue);
 }
 public void InsertContactPersonPrimaryAt(ContactPersonPrimaryType newValue, int index)
 {
     InsertDomElementAt("", "ContactPersonPrimary", index, newValue);
 }
		public void ReplaceContactPersonPrimaryAt(ContactPersonPrimaryType newValue, int index)
		{
			ReplaceDomElementAt("", "ContactPersonPrimary", index, newValue);
		}
		public void InsertContactPersonPrimaryAt(ContactPersonPrimaryType newValue, int index)
		{
			InsertDomElementAt("", "ContactPersonPrimary", index, newValue);
		}
		public void AddContactPersonPrimary(ContactPersonPrimaryType newValue)
		{
			AppendDomElement("", "ContactPersonPrimary", newValue);
		}
			public ContactOrganizationEnumerator(ContactPersonPrimaryType par) 
			{
				parent = par;
				nIndex = -1;
			}
 public ContactOrganizationEnumerator(ContactPersonPrimaryType par)
 {
     parent = par;
     nIndex = -1;
 }