def getNextInstance(self):
     obj = RegistroInformacao.getInformacao(self._getId())
     obj << self._data
     return obj.getValor()