Retrieve value of URL on a tab set using setcontenthref

Is there any way to retrieve the value of the current URL of a tab that was set via the setContentHref method? I am looking for something like getContenthref(id).

There is not a public method. A private method is:

var href = tabbar._hrefs[“tabId”];