public void ReplaceFeesAt(FeesType newValue, int index) { ReplaceDomElementAt("", "Fees", index, newValue); }
public void InsertFeesAt(FeesType newValue, int index) { InsertDomElementAt("", "Fees", index, newValue); }
public XmlNode AddFees(FeesType newValue) { return(AppendDomElement("", "Fees", newValue)); }
public XmlNode AddFees(FeesType newValue) { return AppendDomElement("", "Fees", newValue); }