public class User extends BaseResource
Java class for User complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="User">
<complexContent>
<extension base="{}BaseResource">
<sequence>
<element ref="{}domain" minOccurs="0"/>
<element name="department" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="logged_in" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="last_name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="user_name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="roles" type="{}Roles" minOccurs="0"/>
<element ref="{}groups" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
department |
protected Domain |
domain |
protected String |
email |
protected Groups |
groups |
protected String |
lastName |
protected Boolean |
loggedIn |
protected String |
password |
protected Roles |
roles |
protected String |
userName |
actions, creationStatus, description, href, id, links, name| Constructor and Description |
|---|
User() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDepartment()
Gets the value of the department property.
|
Domain |
getDomain()
Gets the value of the domain property.
|
String |
getEmail()
Gets the value of the email property.
|
Groups |
getGroups()
Gets the value of the groups property.
|
String |
getLastName()
Gets the value of the lastName property.
|
String |
getPassword()
Gets the value of the password property.
|
Roles |
getRoles()
Gets the value of the roles property.
|
String |
getUserName()
Gets the value of the userName property.
|
Boolean |
isLoggedIn()
Gets the value of the loggedIn property.
|
boolean |
isSetDepartment() |
boolean |
isSetDomain() |
boolean |
isSetEmail() |
boolean |
isSetGroups() |
boolean |
isSetLastName() |
boolean |
isSetLoggedIn() |
boolean |
isSetPassword() |
boolean |
isSetRoles() |
boolean |
isSetUserName() |
void |
setDepartment(String value)
Sets the value of the department property.
|
void |
setDomain(Domain value)
Sets the value of the domain property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setGroups(Groups value)
Sets the value of the groups property.
|
void |
setLastName(String value)
Sets the value of the lastName property.
|
void |
setLoggedIn(Boolean value)
Sets the value of the loggedIn property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setRoles(Roles value)
Sets the value of the roles property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
getActions, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetActions, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setActions, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksprotected Domain domain
protected String department
protected Boolean loggedIn
protected String lastName
protected String userName
protected String password
protected String email
protected Roles roles
protected Groups groups
public Domain getDomain()
Domainpublic void setDomain(Domain value)
value - allowed object is
Domainpublic boolean isSetDomain()
public String getDepartment()
Stringpublic void setDepartment(String value)
value - allowed object is
Stringpublic boolean isSetDepartment()
public Boolean isLoggedIn()
Booleanpublic void setLoggedIn(Boolean value)
value - allowed object is
Booleanpublic boolean isSetLoggedIn()
public String getLastName()
Stringpublic void setLastName(String value)
value - allowed object is
Stringpublic boolean isSetLastName()
public String getUserName()
Stringpublic void setUserName(String value)
value - allowed object is
Stringpublic boolean isSetUserName()
public String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic boolean isSetPassword()
public String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic boolean isSetEmail()
public Roles getRoles()
Rolespublic void setRoles(Roles value)
value - allowed object is
Rolespublic boolean isSetRoles()
public Groups getGroups()
Groupspublic void setGroups(Groups value)
value - allowed object is
Groupspublic boolean isSetGroups()
Copyright © 2012. All Rights Reserved.