All of the getListOf[x] methods have names which are consistent with the name of the associated SED attribute. One exception is RepeatedTask.getListOfTaskChanges (rather than RepeatedTask.getListOfChanges). For consistency, it would be helpful to rename this method. Since that would break code that depends on the old name, an alias could be added so that either getListOfTaskChanges or getListOfChanges could be used, with both functions returning the same value.