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>
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.
|
Boolean |
getLoggedIn()
Gets the value of the loggedIn property.
|
String |
getPassword()
Gets the value of the password property.
|
Object |
getRoles()
Gets the value of the roles property.
|
String |
getUserName()
Gets the value of the userName 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.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinks
getActions, isSetActions, setActions
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 getLoggedIn()
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 Object 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 ? 2010 Red Hat, Inc - released under the Apache License Version 2.0