|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.tickertape.tickerlingua.jaxb.HackystatUser
public class HackystatUser
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 |
---|
protected EmailAccount emailAccount
protected HackystatAccount hackystatAccount
protected TwitterAccountRef twitterAccountRef
protected FacebookAccountRef facebookAccountRef
protected SmsAccount smsAccount
protected java.lang.String id
protected java.lang.String fullname
protected java.lang.String shortname
Constructor Detail |
---|
public HackystatUser()
Method Detail |
---|
public EmailAccount getEmailAccount()
EmailAccount
public void setEmailAccount(EmailAccount value)
value
- allowed object is
EmailAccount
public HackystatAccount getHackystatAccount()
HackystatAccount
public void setHackystatAccount(HackystatAccount value)
value
- allowed object is
HackystatAccount
public TwitterAccountRef getTwitterAccountRef()
TwitterAccountRef
public void setTwitterAccountRef(TwitterAccountRef value)
value
- allowed object is
TwitterAccountRef
public FacebookAccountRef getFacebookAccountRef()
FacebookAccountRef
public void setFacebookAccountRef(FacebookAccountRef value)
value
- allowed object is
FacebookAccountRef
public SmsAccount getSmsAccount()
SmsAccount
public void setSmsAccount(SmsAccount value)
value
- allowed object is
SmsAccount
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFullname()
String
public void setFullname(java.lang.String value)
value
- allowed object is
String
public java.lang.String getShortname()
String
public void setShortname(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |