public class WebClientUser extends Object
Java class for WebClientUser complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WebClientUser">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}long"/>
<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="UserPreferedLanguageLCID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Password" 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="UserName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UPN" 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="CompanyID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CompanyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="willExpireAfterDays" 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="DateCreated" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="AuditUser" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="GroupList" type="{http://Checkmarx.com}ArrayOfGroup" minOccurs="0"/>
<element name="LastLoginDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="LimitAccessByIPAddress" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="AllowedIPs" type="{http://Checkmarx.com}ArrayOfString" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfString |
allowedIPs |
protected boolean |
auditUser |
protected String |
cellPhone |
protected String |
companyID |
protected String |
companyName |
protected String |
country |
protected XMLGregorianCalendar |
dateCreated |
protected String |
email |
protected String |
firstName |
protected ArrayOfGroup |
groupList |
protected long |
id |
protected String |
jobTitle |
protected XMLGregorianCalendar |
lastLoginDate |
protected String |
lastName |
protected boolean |
limitAccessByIPAddress |
protected String |
password |
protected String |
phone |
protected String |
skype |
protected String |
upn |
protected String |
userName |
protected int |
userPreferedLanguageLCID |
protected String |
willExpireAfterDays |
| Constructor and Description |
|---|
WebClientUser() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfString |
getAllowedIPs()
Gets the value of the allowedIPs property.
|
String |
getCellPhone()
Gets the value of the cellPhone property.
|
String |
getCompanyID()
Gets the value of the companyID property.
|
String |
getCompanyName()
Gets the value of the companyName property.
|
String |
getCountry()
Gets the value of the country property.
|
XMLGregorianCalendar |
getDateCreated()
Gets the value of the dateCreated property.
|
String |
getEmail()
Gets the value of the email property.
|
String |
getFirstName()
Gets the value of the firstName property.
|
ArrayOfGroup |
getGroupList()
Gets the value of the groupList property.
|
long |
getID()
Gets the value of the id 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 |
getPassword()
Gets the value of the password property.
|
String |
getPhone()
Gets the value of the phone property.
|
String |
getSkype()
Gets the value of the skype property.
|
String |
getUPN()
Gets the value of the upn property.
|
String |
getUserName()
Gets the value of the userName property.
|
int |
getUserPreferedLanguageLCID()
Gets the value of the userPreferedLanguageLCID property.
|
String |
getWillExpireAfterDays()
Gets the value of the willExpireAfterDays property.
|
boolean |
isAuditUser()
Gets the value of the auditUser property.
|
boolean |
isLimitAccessByIPAddress()
Gets the value of the limitAccessByIPAddress property.
|
void |
setAllowedIPs(ArrayOfString value)
Sets the value of the allowedIPs property.
|
void |
setAuditUser(boolean value)
Sets the value of the auditUser property.
|
void |
setCellPhone(String value)
Sets the value of the cellPhone property.
|
void |
setCompanyID(String value)
Sets the value of the companyID property.
|
void |
setCompanyName(String value)
Sets the value of the companyName property.
|
void |
setCountry(String value)
Sets the value of the country property.
|
void |
setDateCreated(XMLGregorianCalendar value)
Sets the value of the dateCreated property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setGroupList(ArrayOfGroup value)
Sets the value of the groupList property.
|
void |
setID(long value)
Sets the value of the id 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 |
setLimitAccessByIPAddress(boolean value)
Sets the value of the limitAccessByIPAddress property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setPhone(String value)
Sets the value of the phone property.
|
void |
setSkype(String value)
Sets the value of the skype property.
|
void |
setUPN(String value)
Sets the value of the upn property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
void |
setUserPreferedLanguageLCID(int value)
Sets the value of the userPreferedLanguageLCID property.
|
void |
setWillExpireAfterDays(String value)
Sets the value of the willExpireAfterDays property.
|
protected long id
protected String firstName
protected String lastName
protected int userPreferedLanguageLCID
protected String password
protected String jobTitle
protected String email
protected String userName
protected String upn
protected String phone
protected String cellPhone
protected String skype
protected String companyID
protected String companyName
protected String willExpireAfterDays
protected String country
protected XMLGregorianCalendar dateCreated
protected boolean auditUser
protected ArrayOfGroup groupList
protected XMLGregorianCalendar lastLoginDate
protected boolean limitAccessByIPAddress
protected ArrayOfString allowedIPs
public long getID()
public void setID(long value)
public String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic String getLastName()
Stringpublic void setLastName(String value)
value - allowed object is
Stringpublic int getUserPreferedLanguageLCID()
public void setUserPreferedLanguageLCID(int value)
public String getPassword()
Stringpublic void setPassword(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 getUserName()
Stringpublic void setUserName(String value)
value - allowed object is
Stringpublic String getUPN()
Stringpublic void setUPN(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 getCompanyID()
Stringpublic void setCompanyID(String value)
value - allowed object is
Stringpublic String getCompanyName()
Stringpublic void setCompanyName(String value)
value - allowed object is
Stringpublic String getWillExpireAfterDays()
Stringpublic void setWillExpireAfterDays(String value)
value - allowed object is
Stringpublic String getCountry()
Stringpublic void setCountry(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getDateCreated()
XMLGregorianCalendarpublic void setDateCreated(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isAuditUser()
public void setAuditUser(boolean value)
public ArrayOfGroup getGroupList()
ArrayOfGrouppublic void setGroupList(ArrayOfGroup value)
value - allowed object is
ArrayOfGrouppublic XMLGregorianCalendar getLastLoginDate()
XMLGregorianCalendarpublic void setLastLoginDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isLimitAccessByIPAddress()
public void setLimitAccessByIPAddress(boolean value)
public ArrayOfString getAllowedIPs()
ArrayOfStringpublic void setAllowedIPs(ArrayOfString value)
value - allowed object is
ArrayOfStringCopyright © 2020. All rights reserved.