public class CxWSResponseServerLicenseData extends CxWSResponseServerManagersLicenseData
Java class for CxWSResponseServerLicenseData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponseServerLicenseData">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSResponseServerManagersLicenseData">
<sequence>
<element name="ExpirationDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MaxConcurrentScans" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MaxLOC" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="HID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SupportedLanguages" type="{http://Checkmarx.com}ArrayOfSupportedLanguage" minOccurs="0"/>
<element name="MaxUsers" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="CurrentUsers" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="MaxAuditUsers" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="CurrentAuditUsers" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="IsOsaEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="OsaExpirationDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Edition" type="{http://Checkmarx.com}LicenseEdition"/>
<element name="ProjectsAllowed" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="CurrentProjectsCount" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
currentAuditUsers |
protected long |
currentProjectsCount |
protected int |
currentUsers |
protected LicenseEdition |
edition |
protected String |
expirationDate |
protected String |
hid |
protected boolean |
isOsaEnabled |
protected int |
maxAuditUsers |
protected String |
maxConcurrentScans |
protected String |
maxLOC |
protected int |
maxUsers |
protected String |
osaExpirationDate |
protected long |
projectsAllowed |
protected ArrayOfSupportedLanguage |
supportedLanguages |
currentServerManagers, currentServerManagersWithAudit, maxServerManagers, maxServerManagersWithAuditcurrentSPManagers, currentSPs, maxSPManagers, maxSPscurrentCompanies, currentCompanyManagers, currentCompanyManagersWithAudit, maxCompanies, maxCompanyManagers, maxCompanyManagersWithAuditcurrentReviewers, currentScanners, maxReviewers, maxScannerserrorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponseServerLicenseData() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentAuditUsers()
Gets the value of the currentAuditUsers property.
|
long |
getCurrentProjectsCount()
Gets the value of the currentProjectsCount property.
|
int |
getCurrentUsers()
Gets the value of the currentUsers property.
|
LicenseEdition |
getEdition()
Gets the value of the edition property.
|
String |
getExpirationDate()
Gets the value of the expirationDate property.
|
String |
getHID()
Gets the value of the hid property.
|
int |
getMaxAuditUsers()
Gets the value of the maxAuditUsers property.
|
String |
getMaxConcurrentScans()
Gets the value of the maxConcurrentScans property.
|
String |
getMaxLOC()
Gets the value of the maxLOC property.
|
int |
getMaxUsers()
Gets the value of the maxUsers property.
|
String |
getOsaExpirationDate()
Gets the value of the osaExpirationDate property.
|
long |
getProjectsAllowed()
Gets the value of the projectsAllowed property.
|
ArrayOfSupportedLanguage |
getSupportedLanguages()
Gets the value of the supportedLanguages property.
|
boolean |
isIsOsaEnabled()
Gets the value of the isOsaEnabled property.
|
void |
setCurrentAuditUsers(int value)
Sets the value of the currentAuditUsers property.
|
void |
setCurrentProjectsCount(long value)
Sets the value of the currentProjectsCount property.
|
void |
setCurrentUsers(int value)
Sets the value of the currentUsers property.
|
void |
setEdition(LicenseEdition value)
Sets the value of the edition property.
|
void |
setExpirationDate(String value)
Sets the value of the expirationDate property.
|
void |
setHID(String value)
Sets the value of the hid property.
|
void |
setIsOsaEnabled(boolean value)
Sets the value of the isOsaEnabled property.
|
void |
setMaxAuditUsers(int value)
Sets the value of the maxAuditUsers property.
|
void |
setMaxConcurrentScans(String value)
Sets the value of the maxConcurrentScans property.
|
void |
setMaxLOC(String value)
Sets the value of the maxLOC property.
|
void |
setMaxUsers(int value)
Sets the value of the maxUsers property.
|
void |
setOsaExpirationDate(String value)
Sets the value of the osaExpirationDate property.
|
void |
setProjectsAllowed(long value)
Sets the value of the projectsAllowed property.
|
void |
setSupportedLanguages(ArrayOfSupportedLanguage value)
Sets the value of the supportedLanguages property.
|
getCurrentServerManagers, getCurrentServerManagersWithAudit, getMaxServerManagers, getMaxServerManagersWithAudit, setCurrentServerManagers, setCurrentServerManagersWithAudit, setMaxServerManagers, setMaxServerManagersWithAuditgetCurrentSPManagers, getCurrentSPs, getMaxSPManagers, getMaxSPs, setCurrentSPManagers, setCurrentSPs, setMaxSPManagers, setMaxSPsgetCurrentCompanies, getCurrentCompanyManagers, getCurrentCompanyManagersWithAudit, getMaxCompanies, getMaxCompanyManagers, getMaxCompanyManagersWithAudit, setCurrentCompanies, setCurrentCompanyManagers, setCurrentCompanyManagersWithAudit, setMaxCompanies, setMaxCompanyManagers, setMaxCompanyManagersWithAuditgetCurrentReviewers, getCurrentScanners, getMaxReviewers, getMaxScanners, setCurrentReviewers, setCurrentScanners, setMaxReviewers, setMaxScannersgetErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected String expirationDate
protected String maxConcurrentScans
protected String maxLOC
protected String hid
protected ArrayOfSupportedLanguage supportedLanguages
protected int maxUsers
protected int currentUsers
protected int maxAuditUsers
protected int currentAuditUsers
protected boolean isOsaEnabled
protected String osaExpirationDate
protected LicenseEdition edition
protected long projectsAllowed
protected long currentProjectsCount
public String getExpirationDate()
Stringpublic void setExpirationDate(String value)
value - allowed object is
Stringpublic String getMaxConcurrentScans()
Stringpublic void setMaxConcurrentScans(String value)
value - allowed object is
Stringpublic String getMaxLOC()
Stringpublic void setMaxLOC(String value)
value - allowed object is
Stringpublic String getHID()
Stringpublic void setHID(String value)
value - allowed object is
Stringpublic ArrayOfSupportedLanguage getSupportedLanguages()
ArrayOfSupportedLanguagepublic void setSupportedLanguages(ArrayOfSupportedLanguage value)
value - allowed object is
ArrayOfSupportedLanguagepublic int getMaxUsers()
public void setMaxUsers(int value)
public int getCurrentUsers()
public void setCurrentUsers(int value)
public int getMaxAuditUsers()
public void setMaxAuditUsers(int value)
public int getCurrentAuditUsers()
public void setCurrentAuditUsers(int value)
public boolean isIsOsaEnabled()
public void setIsOsaEnabled(boolean value)
public String getOsaExpirationDate()
Stringpublic void setOsaExpirationDate(String value)
value - allowed object is
Stringpublic LicenseEdition getEdition()
LicenseEditionpublic void setEdition(LicenseEdition value)
value - allowed object is
LicenseEditionpublic long getProjectsAllowed()
public void setProjectsAllowed(long value)
public long getCurrentProjectsCount()
public void setCurrentProjectsCount(long value)
Copyright © 2020. All rights reserved.