void OTTransactionType::GetNumList(OTNumList & theOutput)
{    
    theOutput.Release();
    theOutput.Add(m_Numlist);
}