@Exported public class UserBean extends 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 name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="oldpassword" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sites" type="{http://www.fatwire.com/schema/rest/1.0}userSite" maxOccurs="unbounded" minOccurs="0"/>
<element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="timezone" 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="imagesrc" 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="acls" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="groups" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="otherAttributes" type="{http://www.fatwire.com/schema/rest/1.0}userAttributeBean" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
acls |
protected String |
email |
protected List<String> |
groups |
protected String |
id |
protected String |
imagesrc |
protected Date |
lastloggedin |
protected String |
locale |
protected String |
name |
protected String |
oldpassword |
protected List<UserAttributeBean> |
otherAttributes |
protected String |
password |
protected List<UserSite> |
sites |
protected String |
thumbimagesrc |
protected String |
timezone |
| Constructor and Description |
|---|
UserBean() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAcls()
Gets the value of the acls property.
|
String |
getEmail()
Gets the value of the email property.
|
List<String> |
getGroups()
Gets the value of the groups property.
|
String |
getId()
Gets the value of the id property.
|
String |
getImagesrc()
Gets the value of the imagesrc property.
|
Date |
getLastloggedin()
Gets the value of the lastloggedin property.
|
String |
getLocale()
Gets the value of the locale property.
|
String |
getName()
Gets the value of the name property.
|
String |
getOldpassword()
Gets the value of the oldpassword property.
|
List<UserAttributeBean> |
getOtherAttributes()
Gets the value of the otherAttributes property.
|
String |
getPassword()
Gets the value of the password property.
|
List<UserSite> |
getSites()
Gets the value of the sites property.
|
String |
getThumbimagesrc()
Gets the value of the thumbimagesrc property.
|
String |
getTimezone()
Gets the value of the timezone property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setImagesrc(String value)
Sets the value of the imagesrc property.
|
void |
setLastloggedin(Date value)
Sets the value of the lastloggedin property.
|
void |
setLocale(String value)
Sets the value of the locale property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOldpassword(String value)
Sets the value of the oldpassword property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setThumbimagesrc(String value)
Sets the value of the thumbimagesrc property.
|
void |
setTimezone(String value)
Sets the value of the timezone property.
|
protected String name
protected String password
protected String oldpassword
protected String id
protected String email
protected String timezone
protected String locale
protected String imagesrc
protected String thumbimagesrc
protected Date lastloggedin
protected List<UserAttributeBean> otherAttributes
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic String getOldpassword()
Stringpublic void setOldpassword(String value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic List<UserSite> 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
UserSite
public String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic String getTimezone()
Stringpublic void setTimezone(String value)
value - allowed object is
Stringpublic String getLocale()
Stringpublic void setLocale(String value)
value - allowed object is
Stringpublic String getImagesrc()
Stringpublic void setImagesrc(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> getAcls()
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 acls property.
For example, to add a new item, do as follows:
getAcls().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getGroups()
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 groups property.
For example, to add a new item, do as follows:
getGroups().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<UserAttributeBean> getOtherAttributes()
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 otherAttributes property.
For example, to add a new item, do as follows:
getOtherAttributes().add(newItem);
Objects of the following type(s) are allowed in the list
UserAttributeBean