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

Packages that use TwitterAccount
org.hackystat.tickertape.tickerlingua Provides the TickerLingua definition language for this system. 
org.hackystat.tickertape.tickerlingua.jaxb   
 

Uses of TwitterAccount in org.hackystat.tickertape.tickerlingua
 

Constructors in org.hackystat.tickertape.tickerlingua with parameters of type TwitterAccount
TwitterAccount(TwitterAccount jaxb)
          Create an account from the JAXB version.
 

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

Fields in org.hackystat.tickertape.tickerlingua.jaxb with type parameters of type TwitterAccount
protected  java.util.List<TwitterAccount> TwitterAccounts.twitterAccount
           
 

Methods in org.hackystat.tickertape.tickerlingua.jaxb that return TwitterAccount
 TwitterAccount ObjectFactory.createTwitterAccount()
          Create an instance of TwitterAccount
 

Methods in org.hackystat.tickertape.tickerlingua.jaxb that return types with arguments of type TwitterAccount
 java.util.List<TwitterAccount> TwitterAccounts.getTwitterAccount()
          Gets the value of the twitterAccount property.