public class CxWSResponseSPLicenseData extends CxWSResponseCompaniesLicenseData
Java class for CxWSResponseSPLicenseData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponseSPLicenseData">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSResponseCompaniesLicenseData">
<sequence>
<element name="MaxSPManagers" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="CurrentSPManagers" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="CurrentSPs" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="MaxSPs" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
currentSPManagers |
protected int |
currentSPs |
protected int |
maxSPManagers |
protected int |
maxSPs |
currentCompanies, currentCompanyManagers, currentCompanyManagersWithAudit, maxCompanies, maxCompanyManagers, maxCompanyManagersWithAuditcurrentReviewers, currentScanners, maxReviewers, maxScannerserrorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponseSPLicenseData() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentSPManagers()
Gets the value of the currentSPManagers property.
|
int |
getCurrentSPs()
Gets the value of the currentSPs property.
|
int |
getMaxSPManagers()
Gets the value of the maxSPManagers property.
|
int |
getMaxSPs()
Gets the value of the maxSPs property.
|
void |
setCurrentSPManagers(int value)
Sets the value of the currentSPManagers property.
|
void |
setCurrentSPs(int value)
Sets the value of the currentSPs property.
|
void |
setMaxSPManagers(int value)
Sets the value of the maxSPManagers property.
|
void |
setMaxSPs(int value)
Sets the value of the maxSPs property.
|
getCurrentCompanies, getCurrentCompanyManagers, getCurrentCompanyManagersWithAudit, getMaxCompanies, getMaxCompanyManagers, getMaxCompanyManagersWithAudit, setCurrentCompanies, setCurrentCompanyManagers, setCurrentCompanyManagersWithAudit, setMaxCompanies, setMaxCompanyManagers, setMaxCompanyManagersWithAuditgetCurrentReviewers, getCurrentScanners, getMaxReviewers, getMaxScanners, setCurrentReviewers, setCurrentScanners, setMaxReviewers, setMaxScannersgetErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected int maxSPManagers
protected int currentSPManagers
protected int currentSPs
protected int maxSPs
public int getMaxSPManagers()
public void setMaxSPManagers(int value)
public int getCurrentSPManagers()
public void setCurrentSPManagers(int value)
public int getCurrentSPs()
public void setCurrentSPs(int value)
public int getMaxSPs()
public void setMaxSPs(int value)
Copyright © 2020. All rights reserved.