Uses of Class
org.hackystat.tickertape.tickerlingua.jaxb.Ticker

Packages that use Ticker
org.hackystat.tickertape.tickerlingua.jaxb   
 

Uses of Ticker in org.hackystat.tickertape.tickerlingua.jaxb
 

Fields in org.hackystat.tickertape.tickerlingua.jaxb declared as Ticker
protected  Ticker Tickertape.ticker
           
 

Methods in org.hackystat.tickertape.tickerlingua.jaxb that return Ticker
 Ticker ObjectFactory.createTicker()
          Create an instance of Ticker
 Ticker Tickertape.getTicker()
          Gets the value of the ticker property.
 

Methods in org.hackystat.tickertape.tickerlingua.jaxb with parameters of type Ticker
 void Tickertape.setTicker(Ticker value)
          Sets the value of the ticker property.