public void ReplaceBoundingBoxOverlapAt(BoundingBoxOverlapType newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "BoundingBoxOverlap", index, newValue.ToString());
 }
		public void ReplaceBoundingBoxOverlapAt(BoundingBoxOverlapType newValue, int index)
		{
			ReplaceDomChildAt(NodeType.Element, "", "BoundingBoxOverlap", index, newValue.ToString());
		}
 public void AddBoundingBoxOverlap(BoundingBoxOverlapType newValue)
 {
     AppendDomChild(NodeType.Element, "", "BoundingBoxOverlap", newValue.ToString());
 }
		public void AddBoundingBoxOverlap(BoundingBoxOverlapType newValue)
		{
			AppendDomChild(NodeType.Element, "", "BoundingBoxOverlap", newValue.ToString());
		}