@Exported public class DetailUser extends User
Java class for detailUser complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="detailUser">
<complexContent>
<extension base="{http://www.fatwire.com/schema/rest/1.0}user">
<sequence>
<element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="locale" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="thumbimagesrc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lastloggedin" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="sites" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
email |
protected Date |
lastloggedin |
protected String |
locale |
protected List<String> |
sites |
protected String |
thumbimagesrc |
| Constructor and Description |
|---|
DetailUser() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
Gets the value of the email property.
|
Date |
getLastloggedin()
Gets the value of the lastloggedin property.
|
String |
getLocale()
Gets the value of the locale property.
|
List<String> |
getSites()
Gets the value of the sites property.
|
String |
getThumbimagesrc()
Gets the value of the thumbimagesrc property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setLastloggedin(Date value)
Sets the value of the lastloggedin property.
|
void |
setLocale(String value)
Sets the value of the locale property.
|
void |
setThumbimagesrc(String value)
Sets the value of the thumbimagesrc property.
|
protected String email
protected String locale
protected String thumbimagesrc
protected Date lastloggedin
public String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic String getLocale()
Stringpublic void setLocale(String value)
value - allowed object is
Stringpublic String getThumbimagesrc()
Stringpublic void setThumbimagesrc(String value)
value - allowed object is
Stringpublic Date getLastloggedin()
Stringpublic void setLastloggedin(Date value)
value - allowed object is
Stringpublic List<String> getSites()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the sites property.
For example, to add a new item, do as follows:
getSites().add(newItem);
Objects of the following type(s) are allowed in the list
String