public void InsertSRSAt(SRSType newValue, int index) { InsertDomElementAt("", "SRS", index, newValue); }
public void ReplaceSRSAt(SRSType newValue, int index) { ReplaceDomElementAt("", "SRS", index, newValue); }
public XmlNode AddSRS(SRSType newValue) { return AppendDomElement("", "SRS", newValue); }