public class UserRecord extends Object
UserRecord represents the base class from which a User is
derived.
Java class for UserRecord complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserRecord">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="name" 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="roleId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="roleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
email |
protected Long |
id |
protected String |
name |
protected Long |
roleId |
protected String |
roleName |
| Constructor and Description |
|---|
UserRecord() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
Gets the value of the email property.
|
Long |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
Long |
getRoleId()
Gets the value of the roleId property.
|
String |
getRoleName()
Gets the value of the roleName property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRoleId(Long value)
Sets the value of the roleId property.
|
void |
setRoleName(String value)
Sets the value of the roleName property.
|
protected Long id
protected String name
protected String email
protected Long roleId
protected String roleName
public void setId(Long value)
value - allowed object is
Longpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic Long getRoleId()
Longpublic void setRoleId(Long value)
value - allowed object is
Longpublic String getRoleName()
StringCopyright © 2018. All Rights Reserved.