Example #1
0
 public void ReplaceStateOrProvinceAt(StateOrProvinceType newValue, int index)
 {
     ReplaceDomElementAt("", "StateOrProvince", index, newValue);
 }
Example #2
0
 public void InsertStateOrProvinceAt(StateOrProvinceType newValue, int index)
 {
     InsertDomElementAt("", "StateOrProvince", index, newValue);
 }
Example #3
0
 public XmlNode AddStateOrProvince(StateOrProvinceType newValue)
 {
     return AppendDomElement("", "StateOrProvince", newValue);
 }
Example #4
0
 public void ReplaceStateOrProvinceAt(StateOrProvinceType newValue, int index)
 {
     ReplaceDomElementAt("", "StateOrProvince", index, newValue);
 }
Example #5
0
 public void InsertStateOrProvinceAt(StateOrProvinceType newValue, int index)
 {
     InsertDomElementAt("", "StateOrProvince", index, newValue);
 }
Example #6
0
 public XmlNode AddStateOrProvince(StateOrProvinceType newValue)
 {
     return(AppendDomElement("", "StateOrProvince", newValue));
 }