public class ProfileData extends Object
Java class for ProfileData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfileData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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="UserPreferedLanguageLCID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="LastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="JobTitle" 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="Phone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CellPhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Skype" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Country" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AuditUser" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="LastLoginDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="UserTeams" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
auditUser |
protected String |
cellPhone |
protected String |
country |
protected String |
email |
protected String |
firstName |
protected String |
jobTitle |
protected XMLGregorianCalendar |
lastLoginDate |
protected String |
lastName |
protected String |
phone |
protected String |
skype |
protected String |
userName |
protected int |
userPreferedLanguageLCID |
protected String |
userTeams |
| Constructor and Description |
|---|
ProfileData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCellPhone()
Gets the value of the cellPhone property.
|
String |
getCountry()
Gets the value of the country property.
|
String |
getEmail()
Gets the value of the email property.
|
String |
getFirstName()
Gets the value of the firstName property.
|
String |
getJobTitle()
Gets the value of the jobTitle property.
|
XMLGregorianCalendar |
getLastLoginDate()
Gets the value of the lastLoginDate property.
|
String |
getLastName()
Gets the value of the lastName property.
|
String |
getPhone()
Gets the value of the phone property.
|
String |
getSkype()
Gets the value of the skype property.
|
String |
getUserName()
Gets the value of the userName property.
|
int |
getUserPreferedLanguageLCID()
Gets the value of the userPreferedLanguageLCID property.
|
String |
getUserTeams()
Gets the value of the userTeams property.
|
boolean |
isAuditUser()
Gets the value of the auditUser property.
|
void |
setAuditUser(boolean value)
Sets the value of the auditUser property.
|
void |
setCellPhone(String value)
Sets the value of the cellPhone property.
|
void |
setCountry(String value)
Sets the value of the country property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setJobTitle(String value)
Sets the value of the jobTitle property.
|
void |
setLastLoginDate(XMLGregorianCalendar value)
Sets the value of the lastLoginDate property.
|
void |
setLastName(String value)
Sets the value of the lastName property.
|
void |
setPhone(String value)
Sets the value of the phone property.
|
void |
setSkype(String value)
Sets the value of the skype property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
void |
setUserPreferedLanguageLCID(int value)
Sets the value of the userPreferedLanguageLCID property.
|
void |
setUserTeams(String value)
Sets the value of the userTeams property.
|
protected String userName
protected String firstName
protected int userPreferedLanguageLCID
protected String lastName
protected String jobTitle
protected String email
protected String phone
protected String cellPhone
protected String skype
protected String country
protected boolean auditUser
protected XMLGregorianCalendar lastLoginDate
protected String userTeams
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 int getUserPreferedLanguageLCID()
public void setUserPreferedLanguageLCID(int value)
public String getLastName()
Stringpublic void setLastName(String value)
value - allowed object is
Stringpublic String getJobTitle()
Stringpublic void setJobTitle(String value)
value - allowed object is
Stringpublic String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic String getPhone()
Stringpublic void setPhone(String value)
value - allowed object is
Stringpublic String getCellPhone()
Stringpublic void setCellPhone(String value)
value - allowed object is
Stringpublic String getSkype()
Stringpublic void setSkype(String value)
value - allowed object is
Stringpublic String getCountry()
Stringpublic void setCountry(String value)
value - allowed object is
Stringpublic boolean isAuditUser()
public void setAuditUser(boolean value)
public XMLGregorianCalendar getLastLoginDate()
XMLGregorianCalendarpublic void setLastLoginDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getUserTeams()
StringCopyright © 2020. All rights reserved.