public class WebClientPendingUser extends Object
Java class for WebClientPendingUser complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WebClientPendingUser">
<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="Password" 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="JobTitle" 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="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="Country" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Groups" type="{http://Checkmarx.com}ArrayOfGroup" minOccurs="0"/>
<element name="CreatedDate" type="{http://Checkmarx.com}CxDateTime" minOccurs="0"/>
<element name="AuditUser" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
auditUser |
protected String |
cellPhone |
protected String |
companyID |
protected String |
companyName |
protected String |
country |
protected CxDateTime |
createdDate |
protected String |
email |
protected String |
firstName |
protected ArrayOfGroup |
groups |
protected long |
id |
protected String |
jobTitle |
protected String |
lastName |
protected String |
password |
protected String |
phone |
protected String |
skype |
protected String |
userName |
| Constructor and Description |
|---|
WebClientPendingUser() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
CxDateTime |
getCreatedDate()
Gets the value of the createdDate property.
|
String |
getEmail()
Gets the value of the email property.
|
String |
getFirstName()
Gets the value of the firstName property.
|
ArrayOfGroup |
getGroups()
Gets the value of the groups property.
|
long |
getID()
Gets the value of the id property.
|
String |
getJobTitle()
Gets the value of the jobTitle 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 |
getUserName()
Gets the value of the userName 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 |
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 |
setCreatedDate(CxDateTime value)
Sets the value of the createdDate property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setGroups(ArrayOfGroup value)
Sets the value of the groups property.
|
void |
setID(long value)
Sets the value of the id property.
|
void |
setJobTitle(String value)
Sets the value of the jobTitle property.
|
void |
setLastName(String value)
Sets the value of the lastName 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 |
setUserName(String value)
Sets the value of the userName property.
|
protected long id
protected String firstName
protected String lastName
protected String password
protected String email
protected String jobTitle
protected String userName
protected String phone
protected String cellPhone
protected String skype
protected String companyID
protected String companyName
protected String country
protected ArrayOfGroup groups
protected CxDateTime createdDate
protected boolean auditUser
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 String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic String getJobTitle()
Stringpublic void setJobTitle(String value)
value - allowed object is
Stringpublic String getUserName()
Stringpublic void setUserName(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 getCountry()
Stringpublic void setCountry(String value)
value - allowed object is
Stringpublic ArrayOfGroup getGroups()
ArrayOfGrouppublic void setGroups(ArrayOfGroup value)
value - allowed object is
ArrayOfGrouppublic CxDateTime getCreatedDate()
CxDateTimepublic void setCreatedDate(CxDateTime value)
value - allowed object is
CxDateTimepublic boolean isAuditUser()
public void setAuditUser(boolean value)
Copyright © 2020. All rights reserved.