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, unsetLinks
protected 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()
Domain
public void setDomain(Domain value)
value
- allowed object is
Domain
public boolean isSetDomain()
public String getDepartment()
String
public void setDepartment(String value)
value
- allowed object is
String
public boolean isSetDepartment()
public Boolean isLoggedIn()
Boolean
public void setLoggedIn(Boolean value)
value
- allowed object is
Boolean
public boolean isSetLoggedIn()
public String getLastName()
String
public void setLastName(String value)
value
- allowed object is
String
public boolean isSetLastName()
public String getUserName()
String
public void setUserName(String value)
value
- allowed object is
String
public boolean isSetUserName()
public String getPassword()
String
public void setPassword(String value)
value
- allowed object is
String
public boolean isSetPassword()
public String getEmail()
String
public void setEmail(String value)
value
- allowed object is
String
public boolean isSetEmail()
public Roles getRoles()
Roles
public void setRoles(Roles value)
value
- allowed object is
Roles
public boolean isSetRoles()
public Groups getGroups()
Groups
public void setGroups(Groups value)
value
- allowed object is
Groups
public boolean isSetGroups()
Copyright © 2012. All Rights Reserved.