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="domain_entry_id" type="{http://www.w3.org/2001/XMLSchema}string" 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="namespace" type="{http://www.w3.org/2001/XMLSchema}string" 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="principal" 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 |
getDomainEntryId()
Gets the value of the domainEntryId 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 |
getNamespace()
Gets the value of the namespace property.
|
String |
getPassword()
Gets the value of the password property.
|
String |
getPrincipal()
Gets the value of the principal property.
|
Object |
getRoles()
Gets the value of the roles property.
|
String |
getUserName()
Gets the value of the userName property.
|
boolean |
isSetDepartment() |
boolean |
isSetDomain() |
boolean |
isSetDomainEntryId() |
boolean |
isSetEmail() |
boolean |
isSetGroups() |
boolean |
isSetLastName() |
boolean |
isSetLoggedIn() |
boolean |
isSetNamespace() |
boolean |
isSetPassword() |
boolean |
isSetPrincipal() |
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 |
setDomainEntryId(String value)
Sets the value of the domainEntryId 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 |
setNamespace(String value)
Sets the value of the namespace property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setPrincipal(String value)
Sets the value of the principal 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, unsetLinksgetActions, isSetActions, setActionspublic Domain getDomain()
Domainpublic void setDomain(Domain value)
value - allowed object is
Domainpublic boolean isSetDomain()
public String getDomainEntryId()
Stringpublic void setDomainEntryId(String value)
value - allowed object is
Stringpublic boolean isSetDomainEntryId()
public String getDepartment()
Stringpublic void setDepartment(String value)
value - allowed object is
Stringpublic boolean isSetDepartment()
public Boolean getLoggedIn()
Booleanpublic void setLoggedIn(Boolean value)
value - allowed object is
Booleanpublic boolean isSetLoggedIn()
public String getNamespace()
Stringpublic void setNamespace(String value)
value - allowed object is
Stringpublic boolean isSetNamespace()
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 getPrincipal()
Stringpublic void setPrincipal(String value)
value - allowed object is
Stringpublic boolean isSetPrincipal()
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 Object 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 ? 2010 Red Hat, Inc - released under the Apache License Version 2.0