public class AssignUser extends Object
Java class for AssignUser complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssignUser">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="UserName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FirstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LastName" 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="UserPreferedLanguageLCID" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
email |
protected String |
firstName |
protected long |
id |
protected String |
lastName |
protected String |
userName |
protected int |
userPreferedLanguageLCID |
| Constructor and Description |
|---|
AssignUser() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
Gets the value of the email property.
|
String |
getFirstName()
Gets the value of the firstName property.
|
long |
getId()
Gets the value of the id property.
|
String |
getLastName()
Gets the value of the lastName property.
|
String |
getUserName()
Gets the value of the userName property.
|
int |
getUserPreferedLanguageLCID()
Gets the value of the userPreferedLanguageLCID property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setLastName(String value)
Sets the value of the lastName property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
void |
setUserPreferedLanguageLCID(int value)
Sets the value of the userPreferedLanguageLCID property.
|
protected long id
protected String userName
protected String firstName
protected String lastName
protected String email
protected int userPreferedLanguageLCID
public long getId()
public void setId(long value)
public String getUserName()
Stringpublic void setUserName(String value)
value - allowed object is
Stringpublic String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic String getLastName()
Stringpublic void setLastName(String value)
value - allowed object is
Stringpublic String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic int getUserPreferedLanguageLCID()
public void setUserPreferedLanguageLCID(int value)
Copyright © 2020. All rights reserved.