Example #1
0
 public void ReplacePostCodeAt(PostCodeType newValue, int index)
 {
     ReplaceDomElementAt("", "PostCode", index, newValue);
 }
Example #2
0
 public void InsertPostCodeAt(PostCodeType newValue, int index)
 {
     InsertDomElementAt("", "PostCode", index, newValue);
 }
Example #3
0
 public XmlNode AddPostCode(PostCodeType newValue)
 {
     return AppendDomElement("", "PostCode", newValue);
 }
Example #4
0
 public void ReplacePostCodeAt(PostCodeType newValue, int index)
 {
     ReplaceDomElementAt("", "PostCode", index, newValue);
 }
Example #5
0
 public void InsertPostCodeAt(PostCodeType newValue, int index)
 {
     InsertDomElementAt("", "PostCode", index, newValue);
 }
Example #6
0
 public XmlNode AddPostCode(PostCodeType newValue)
 {
     return(AppendDomElement("", "PostCode", newValue));
 }