public ContactElectronicMailAddressEnumerator(ContactInformationType par)
 {
     parent = par;
     nIndex = -1;
 }
 public ContactAddressEnumerator(ContactInformationType par)
 {
     parent = par;
     nIndex = -1;
 }
 public ContactFacsimileTelephoneEnumerator(ContactInformationType par)
 {
     parent = par;
     nIndex = -1;
 }
 public ContactPersonPrimaryEnumerator(ContactInformationType par)
 {
     parent = par;
     nIndex = -1;
 }
 public ContactPositionEnumerator(ContactInformationType par)
 {
     parent = par;
     nIndex = -1;
 }
 public ContactVoiceTelephoneEnumerator(ContactInformationType par)
 {
     parent = par;
     nIndex = -1;
 }
 public ContactAddressEnumerator(ContactInformationType par)
 {
     parent = par;
     nIndex = -1;
 }
 public ContactPersonPrimaryEnumerator(ContactInformationType par)
 {
     parent = par;
     nIndex = -1;
 }
 public ContactPositionEnumerator(ContactInformationType par)
 {
     parent = par;
     nIndex = -1;
 }
 public ContactElectronicMailAddressEnumerator(ContactInformationType par)
 {
     parent = par;
     nIndex = -1;
 }
Exemple #11
0
 public XmlNode AddContactInformation(ContactInformationType newValue)
 {
     return AppendDomElement("http://www.opengis.net/wms", "ContactInformation", newValue);
 }
Exemple #12
0
 public void ReplaceContactInformationAt(ContactInformationType newValue, int index)
 {
     ReplaceDomElementAt("http://www.opengis.net/wms", "ContactInformation", index, newValue);
 }
Exemple #13
0
 public void ReplaceContactInformationAt(ContactInformationType newValue, int index)
 {
     ReplaceDomElementAt("http://www.opengis.net/wms", "ContactInformation", index, newValue);
 }
Exemple #14
0
 public void AddContactInformation(ContactInformationType newValue)
 {
     AppendDomElement("http://www.opengis.net/wms", "ContactInformation", newValue);
 }