public class SaasPendingUser extends Object
Java class for SaasPendingUser complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SaasPendingUser">
<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="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="CompanyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Industry" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ActivationToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Languages" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="PackageId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="CreatedDate" type="{http://Checkmarx.com}CxDateTime" minOccurs="0"/>
<element name="IsActivated" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
activationToken |
protected String |
companyName |
protected CxDateTime |
createdDate |
protected String |
firstName |
protected long |
id |
protected String |
industry |
protected boolean |
isActivated |
protected long |
languages |
protected String |
lastName |
protected long |
packageId |
protected String |
password |
protected String |
phone |
protected String |
userName |
| Constructor and Description |
|---|
SaasPendingUser() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationToken()
Gets the value of the activationToken property.
|
String |
getCompanyName()
Gets the value of the companyName property.
|
CxDateTime |
getCreatedDate()
Gets the value of the createdDate property.
|
String |
getFirstName()
Gets the value of the firstName property.
|
long |
getID()
Gets the value of the id property.
|
String |
getIndustry()
Gets the value of the industry property.
|
long |
getLanguages()
Gets the value of the languages property.
|
String |
getLastName()
Gets the value of the lastName property.
|
long |
getPackageId()
Gets the value of the packageId property.
|
String |
getPassword()
Gets the value of the password property.
|
String |
getPhone()
Gets the value of the phone property.
|
String |
getUserName()
Gets the value of the userName property.
|
boolean |
isIsActivated()
Gets the value of the isActivated property.
|
void |
setActivationToken(String value)
Sets the value of the activationToken property.
|
void |
setCompanyName(String value)
Sets the value of the companyName property.
|
void |
setCreatedDate(CxDateTime value)
Sets the value of the createdDate property.
|
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setID(long value)
Sets the value of the id property.
|
void |
setIndustry(String value)
Sets the value of the industry property.
|
void |
setIsActivated(boolean value)
Sets the value of the isActivated property.
|
void |
setLanguages(long value)
Sets the value of the languages property.
|
void |
setLastName(String value)
Sets the value of the lastName property.
|
void |
setPackageId(long value)
Sets the value of the packageId property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setPhone(String value)
Sets the value of the phone 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 userName
protected String phone
protected String companyName
protected String industry
protected String activationToken
protected long languages
protected long packageId
protected CxDateTime createdDate
protected boolean isActivated
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 getUserName()
Stringpublic void setUserName(String value)
value - allowed object is
Stringpublic String getPhone()
Stringpublic void setPhone(String value)
value - allowed object is
Stringpublic String getCompanyName()
Stringpublic void setCompanyName(String value)
value - allowed object is
Stringpublic String getIndustry()
Stringpublic void setIndustry(String value)
value - allowed object is
Stringpublic String getActivationToken()
Stringpublic void setActivationToken(String value)
value - allowed object is
Stringpublic long getLanguages()
public void setLanguages(long value)
public long getPackageId()
public void setPackageId(long value)
public CxDateTime getCreatedDate()
CxDateTimepublic void setCreatedDate(CxDateTime value)
value - allowed object is
CxDateTimepublic boolean isIsActivated()
public void setIsActivated(boolean value)
Copyright © 2020. All rights reserved.