public mapInfoEnumerator(objectiveType par) { parent = par; nIndex = -1; }
public minNormalizedMeasureEnumerator(objectiveType par) { parent = par; nIndex = -1; }
public objectiveIDEnumerator(objectiveType par) { parent = par; nIndex = -1; }
public satisfiedByMeasureEnumerator(objectiveType par) { parent = par; nIndex = -1; }
public void ReplaceobjectiveAt(objectiveType newValue, int index) { ReplaceDomElementAt("http://www.imsglobal.org/xsd/imsss", "objective", index, newValue); }
public void Addobjective(objectiveType newValue) { AppendDomElement("http://www.imsglobal.org/xsd/imsss", "objective", newValue); }