public void Addobjectives(objectivesType newValue) { AppendDomElement("http://www.imsglobal.org/xsd/imsss", "objectives", newValue); }
public void ReplaceobjectivesAt(objectivesType newValue, int index) { ReplaceDomElementAt("http://www.imsglobal.org/xsd/imsss", "objectives", index, newValue); }
public objectiveEnumerator(objectivesType par) { parent = par; nIndex = -1; }