public ContactOrganizationEnumerator(ContactPersonPrimaryType par)
 {
     parent = par;
     nIndex = -1;
 }
 public void AddContactPersonPrimary(ContactPersonPrimaryType newValue)
 {
     AppendDomElement("http://www.opengis.net/wms", "ContactPersonPrimary", newValue);
 }
 public void ReplaceContactPersonPrimaryAt(ContactPersonPrimaryType newValue, int index)
 {
     ReplaceDomElementAt("http://www.opengis.net/wms", "ContactPersonPrimary", index, newValue);
 }
 public void ReplaceContactPersonPrimaryAt(ContactPersonPrimaryType newValue, int index)
 {
     ReplaceDomElementAt("http://www.opengis.net/wms", "ContactPersonPrimary", index, newValue);
 }
 public XmlNode AddContactPersonPrimary(ContactPersonPrimaryType newValue)
 {
     return AppendDomElement("http://www.opengis.net/wms", "ContactPersonPrimary", newValue);
 }
			public ContactOrganizationEnumerator(ContactPersonPrimaryType par) 
			{
				parent = par;
				nIndex = -1;
			}
 public XmlNode AddContactPersonPrimary(ContactPersonPrimaryType newValue)
 {
     return(AppendDomElement("http://www.opengis.net/wms", "ContactPersonPrimary", newValue));
 }
		public void AddContactPersonPrimary(ContactPersonPrimaryType newValue)
		{
			AppendDomElement("http://www.opengis.net/wms", "ContactPersonPrimary", newValue);
		}