def getData(self):
     while self.nextCursor != "" and self.nextCursor != "0":
         XMLAPIFunction.getData(self, userName, password, {"cursor" : self.nextCursor})
     return self
 def getData(self):
     return XMLAPIFunction.getData(self, userName, password)