public void ReplaceAddressTypeAt(AddressTypeType newValue, int index) { ReplaceDomElementAt("", "AddressType", index, newValue); }
public void InsertAddressTypeAt(AddressTypeType newValue, int index) { InsertDomElementAt("", "AddressType", index, newValue); }
public XmlNode AddAddressType(AddressTypeType newValue) { return AppendDomElement("", "AddressType", newValue); }
public XmlNode AddAddressType(AddressTypeType newValue) { return(AppendDomElement("", "AddressType", newValue)); }