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