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

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

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

Fields in org.hackystat.tickertape.tickerlingua.jaxb declared as SmsAccount
protected  SmsAccount HackystatUser.smsAccount
           
 

Methods in org.hackystat.tickertape.tickerlingua.jaxb that return SmsAccount
 SmsAccount ObjectFactory.createSmsAccount()
          Create an instance of SmsAccount
 SmsAccount HackystatUser.getSmsAccount()
          Gets the value of the smsAccount property.
 

Methods in org.hackystat.tickertape.tickerlingua.jaxb with parameters of type SmsAccount
 void HackystatUser.setSmsAccount(SmsAccount value)
          Sets the value of the smsAccount property.