public void InsertspecialbuilderAt(specialbuilderType newValue, int index) { InsertDomElementAt("", "specialbuilder", index, newValue); }
public void ReplacespecialbuilderAt(specialbuilderType newValue, int index) { ReplaceDomElementAt("", "specialbuilder", index, newValue); }
public void Addspecialbuilder(specialbuilderType newValue) { AppendDomElement("", "specialbuilder", newValue); }