public class UserDataObj extends Object
Java class for userDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="userDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="roleAssignments" type="{http://ws.coverity.com/v9}roleAssignmentDataObj" maxOccurs="unbounded" minOccurs="0"/>
<element name="dateCreated" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="dateDeleted" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="dateModified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="disabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="domain" type="{http://ws.coverity.com/v9}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="groups" type="{http://www.w3.org/2001/XMLSchema}string" 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="passwordChanged" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="superUser" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="userCreated" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="userDeleted" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="userModified" type="{http://www.w3.org/2001/XMLSchema}string" 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 XMLGregorianCalendar |
dateCreated |
protected XMLGregorianCalendar |
dateDeleted |
protected XMLGregorianCalendar |
dateModified |
protected Boolean |
disabled |
protected ServerDomainIdDataObj |
domain |
protected String |
email |
protected String |
familyName |
protected String |
givenName |
protected List<String> |
groups |
protected Boolean |
local |
protected String |
locale |
protected Boolean |
locked |
protected XMLGregorianCalendar |
passwordChanged |
protected List<RoleAssignmentDataObj> |
roleAssignments |
protected Boolean |
superUser |
protected String |
userCreated |
protected String |
userDeleted |
protected String |
userModified |
protected String |
username |
| Constructor and Description |
|---|
UserDataObj() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDateCreated()
Gets the value of the dateCreated property.
|
XMLGregorianCalendar |
getDateDeleted()
Gets the value of the dateDeleted property.
|
XMLGregorianCalendar |
getDateModified()
Gets the value of the dateModified property.
|
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<String> |
getGroups()
Gets the value of the groups property.
|
String |
getLocale()
Gets the value of the locale property.
|
XMLGregorianCalendar |
getPasswordChanged()
Gets the value of the passwordChanged property.
|
List<RoleAssignmentDataObj> |
getRoleAssignments()
Gets the value of the roleAssignments property.
|
String |
getUserCreated()
Gets the value of the userCreated property.
|
String |
getUserDeleted()
Gets the value of the userDeleted property.
|
String |
getUserModified()
Gets the value of the userModified 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.
|
Boolean |
isSuperUser()
Gets the value of the superUser property.
|
void |
setDateCreated(XMLGregorianCalendar value)
Sets the value of the dateCreated property.
|
void |
setDateDeleted(XMLGregorianCalendar value)
Sets the value of the dateDeleted property.
|
void |
setDateModified(XMLGregorianCalendar value)
Sets the value of the dateModified 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 |
setPasswordChanged(XMLGregorianCalendar value)
Sets the value of the passwordChanged property.
|
void |
setSuperUser(Boolean value)
Sets the value of the superUser property.
|
void |
setUserCreated(String value)
Sets the value of the userCreated property.
|
void |
setUserDeleted(String value)
Sets the value of the userDeleted property.
|
void |
setUserModified(String value)
Sets the value of the userModified property.
|
void |
setUsername(String value)
Sets the value of the username property.
|
protected List<RoleAssignmentDataObj> roleAssignments
protected XMLGregorianCalendar dateCreated
protected XMLGregorianCalendar dateDeleted
protected XMLGregorianCalendar dateModified
protected Boolean disabled
protected ServerDomainIdDataObj domain
protected String email
protected String familyName
protected String givenName
protected Boolean local
protected String locale
protected Boolean locked
protected XMLGregorianCalendar passwordChanged
protected Boolean superUser
protected String userCreated
protected String userDeleted
protected String userModified
protected String username
public 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 XMLGregorianCalendar getDateCreated()
XMLGregorianCalendarpublic void setDateCreated(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getDateDeleted()
XMLGregorianCalendarpublic void setDateDeleted(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getDateModified()
XMLGregorianCalendarpublic void setDateModified(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic 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<String> getGroups()
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 groups property.
For example, to add a new item, do as follows:
getGroups().add(newItem);
Objects of the following type(s) are allowed in the list
String
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 XMLGregorianCalendar getPasswordChanged()
XMLGregorianCalendarpublic void setPasswordChanged(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Boolean isSuperUser()
Booleanpublic void setSuperUser(Boolean value)
value - allowed object is
Booleanpublic String getUserCreated()
Stringpublic void setUserCreated(String value)
value - allowed object is
Stringpublic String getUserDeleted()
Stringpublic void setUserDeleted(String value)
value - allowed object is
Stringpublic String getUserModified()
Stringpublic void setUserModified(String value)
value - allowed object is
Stringpublic String getUsername()
StringCopyright © 2016–2019. All rights reserved.