Example #1
0
 public void ReplaceAddressTypeAt(AddressTypeType newValue, int index)
 {
     ReplaceDomElementAt("", "AddressType", index, newValue);
 }
Example #2
0
 public void InsertAddressTypeAt(AddressTypeType newValue, int index)
 {
     InsertDomElementAt("", "AddressType", index, newValue);
 }
Example #3
0
 public XmlNode AddAddressType(AddressTypeType newValue)
 {
     return AppendDomElement("", "AddressType", newValue);
 }
Example #4
0
 public void ReplaceAddressTypeAt(AddressTypeType newValue, int index)
 {
     ReplaceDomElementAt("", "AddressType", index, newValue);
 }
Example #5
0
 public void InsertAddressTypeAt(AddressTypeType newValue, int index)
 {
     InsertDomElementAt("", "AddressType", index, newValue);
 }
Example #6
0
 public XmlNode AddAddressType(AddressTypeType newValue)
 {
     return(AppendDomElement("", "AddressType", newValue));
 }