org.hackystat.tickertape.tickerlingua.jaxb
Class HackystatUser

java.lang.Object
  extended by org.hackystat.tickertape.tickerlingua.jaxb.HackystatUser

public class HackystatUser
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}EmailAccount"/>
         <element ref="{}HackystatAccount"/>
         <element ref="{}TwitterAccountRef" minOccurs="0"/>
         <element ref="{}FacebookAccountRef" minOccurs="0"/>
         <element ref="{}SmsAccount" minOccurs="0"/>
       </sequence>
       <attribute ref="{}id use="required""/>
       <attribute ref="{}fullname use="required""/>
       <attribute ref="{}shortname use="required""/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  EmailAccount emailAccount
           
protected  FacebookAccountRef facebookAccountRef
           
protected  java.lang.String fullname
           
protected  HackystatAccount hackystatAccount
           
protected  java.lang.String id
           
protected  java.lang.String shortname
           
protected  SmsAccount smsAccount
           
protected  TwitterAccountRef twitterAccountRef
           
 
Constructor Summary
HackystatUser()
           
 
Method Summary
 EmailAccount getEmailAccount()
          Gets the value of the emailAccount property.
 FacebookAccountRef getFacebookAccountRef()
          Gets the value of the facebookAccountRef property.
 java.lang.String getFullname()
          Gets the value of the fullname property.
 HackystatAccount getHackystatAccount()
          Gets the value of the hackystatAccount property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getShortname()
          Gets the value of the shortname property.
 SmsAccount getSmsAccount()
          Gets the value of the smsAccount property.
 TwitterAccountRef getTwitterAccountRef()
          Gets the value of the twitterAccountRef property.
 void setEmailAccount(EmailAccount value)
          Sets the value of the emailAccount property.
 void setFacebookAccountRef(FacebookAccountRef value)
          Sets the value of the facebookAccountRef property.
 void setFullname(java.lang.String value)
          Sets the value of the fullname property.
 void setHackystatAccount(HackystatAccount value)
          Sets the value of the hackystatAccount property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setShortname(java.lang.String value)
          Sets the value of the shortname property.
 void setSmsAccount(SmsAccount value)
          Sets the value of the smsAccount property.
 void setTwitterAccountRef(TwitterAccountRef value)
          Sets the value of the twitterAccountRef property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

emailAccount

protected EmailAccount emailAccount

hackystatAccount

protected HackystatAccount hackystatAccount

twitterAccountRef

protected TwitterAccountRef twitterAccountRef

facebookAccountRef

protected FacebookAccountRef facebookAccountRef

smsAccount

protected SmsAccount smsAccount

id

protected java.lang.String id

fullname

protected java.lang.String fullname

shortname

protected java.lang.String shortname
Constructor Detail

HackystatUser

public HackystatUser()
Method Detail

getEmailAccount

public EmailAccount getEmailAccount()
Gets the value of the emailAccount property.

Returns:
possible object is EmailAccount

setEmailAccount

public void setEmailAccount(EmailAccount value)
Sets the value of the emailAccount property.

Parameters:
value - allowed object is EmailAccount

getHackystatAccount

public HackystatAccount getHackystatAccount()
Gets the value of the hackystatAccount property.

Returns:
possible object is HackystatAccount

setHackystatAccount

public void setHackystatAccount(HackystatAccount value)
Sets the value of the hackystatAccount property.

Parameters:
value - allowed object is HackystatAccount

getTwitterAccountRef

public TwitterAccountRef getTwitterAccountRef()
Gets the value of the twitterAccountRef property.

Returns:
possible object is TwitterAccountRef

setTwitterAccountRef

public void setTwitterAccountRef(TwitterAccountRef value)
Sets the value of the twitterAccountRef property.

Parameters:
value - allowed object is TwitterAccountRef

getFacebookAccountRef

public FacebookAccountRef getFacebookAccountRef()
Gets the value of the facebookAccountRef property.

Returns:
possible object is FacebookAccountRef

setFacebookAccountRef

public void setFacebookAccountRef(FacebookAccountRef value)
Sets the value of the facebookAccountRef property.

Parameters:
value - allowed object is FacebookAccountRef

getSmsAccount

public SmsAccount getSmsAccount()
Gets the value of the smsAccount property.

Returns:
possible object is SmsAccount

setSmsAccount

public void setSmsAccount(SmsAccount value)
Sets the value of the smsAccount property.

Parameters:
value - allowed object is SmsAccount

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getFullname

public java.lang.String getFullname()
Gets the value of the fullname property.

Returns:
possible object is String

setFullname

public void setFullname(java.lang.String value)
Sets the value of the fullname property.

Parameters:
value - allowed object is String

getShortname

public java.lang.String getShortname()
Gets the value of the shortname property.

Returns:
possible object is String

setShortname

public void setShortname(java.lang.String value)
Sets the value of the shortname property.

Parameters:
value - allowed object is String