public void ReplacetimelimitactionAt(timelimitactionType newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "http://www.adlnet.org/xsd/adlcp_rootv1p2", "timelimitaction", index, newValue.ToString());
 }
 public void Addtimelimitaction(timelimitactionType newValue)
 {
     AppendDomChild(NodeType.Element, "http://www.adlnet.org/xsd/adlcp_rootv1p2", "timelimitaction", newValue.ToString());
 }