public class UserSpecDataObj extends Object
Java class for userSpecDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="userSpecDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="disabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="domain" type="{http://ws.coverity.com/v5}serverDomainIdDataObj" minOccurs="0"/>
<element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="familyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="givenName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="groupNames" type="{http://ws.coverity.com/v5}groupIdDataObj" maxOccurs="unbounded" minOccurs="0"/>
<element name="local" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="locale" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="locked" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="roleAssignments" type="{http://ws.coverity.com/v5}roleAssignmentDataObj" maxOccurs="unbounded" minOccurs="0"/>
<element name="username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
disabled |
protected ServerDomainIdDataObj |
domain |
protected String |
email |
protected String |
familyName |
protected String |
givenName |
protected List<GroupIdDataObj> |
groupNames |
protected Boolean |
local |
protected String |
locale |
protected Boolean |
locked |
protected String |
password |
protected List<RoleAssignmentDataObj> |
roleAssignments |
protected String |
username |
| Constructor and Description |
|---|
UserSpecDataObj() |
| Modifier and Type | Method and Description |
|---|---|
ServerDomainIdDataObj |
getDomain()
Gets the value of the domain property.
|
String |
getEmail()
Gets the value of the email property.
|
String |
getFamilyName()
Gets the value of the familyName property.
|
String |
getGivenName()
Gets the value of the givenName property.
|
List<GroupIdDataObj> |
getGroupNames()
Gets the value of the groupNames property.
|
String |
getLocale()
Gets the value of the locale property.
|
String |
getPassword()
Gets the value of the password property.
|
List<RoleAssignmentDataObj> |
getRoleAssignments()
Gets the value of the roleAssignments property.
|
String |
getUsername()
Gets the value of the username property.
|
Boolean |
isDisabled()
Gets the value of the disabled property.
|
Boolean |
isLocal()
Gets the value of the local property.
|
Boolean |
isLocked()
Gets the value of the locked property.
|
void |
setDisabled(Boolean value)
Sets the value of the disabled property.
|
void |
setDomain(ServerDomainIdDataObj value)
Sets the value of the domain property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setFamilyName(String value)
Sets the value of the familyName property.
|
void |
setGivenName(String value)
Sets the value of the givenName property.
|
void |
setLocal(Boolean value)
Sets the value of the local property.
|
void |
setLocale(String value)
Sets the value of the locale property.
|
void |
setLocked(Boolean value)
Sets the value of the locked property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setUsername(String value)
Sets the value of the username property.
|
protected Boolean disabled
protected ServerDomainIdDataObj domain
protected String email
protected String familyName
protected String givenName
protected List<GroupIdDataObj> groupNames
protected Boolean local
protected String locale
protected Boolean locked
protected String password
protected List<RoleAssignmentDataObj> roleAssignments
protected String username
public Boolean isDisabled()
Booleanpublic void setDisabled(Boolean value)
value - allowed object is
Booleanpublic ServerDomainIdDataObj getDomain()
ServerDomainIdDataObjpublic void setDomain(ServerDomainIdDataObj value)
value - allowed object is
ServerDomainIdDataObjpublic String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic String getFamilyName()
Stringpublic void setFamilyName(String value)
value - allowed object is
Stringpublic String getGivenName()
Stringpublic void setGivenName(String value)
value - allowed object is
Stringpublic List<GroupIdDataObj> getGroupNames()
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 groupNames property.
For example, to add a new item, do as follows:
getGroupNames().add(newItem);
Objects of the following type(s) are allowed in the list
GroupIdDataObj
public Boolean isLocal()
Booleanpublic void setLocal(Boolean value)
value - allowed object is
Booleanpublic String getLocale()
Stringpublic void setLocale(String value)
value - allowed object is
Stringpublic Boolean isLocked()
Booleanpublic void setLocked(Boolean value)
value - allowed object is
Booleanpublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic List<RoleAssignmentDataObj> getRoleAssignments()
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 roleAssignments property.
For example, to add a new item, do as follows:
getRoleAssignments().add(newItem);
Objects of the following type(s) are allowed in the list
RoleAssignmentDataObj
public String getUsername()
StringCopyright © 2004-2013 Hudson. All Rights Reserved.