public class CxWSResponseCompaniesLicenseData extends CxWSResponseUsersLicenseData
Java class for CxWSResponseCompaniesLicenseData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponseCompaniesLicenseData">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSResponseUsersLicenseData">
<sequence>
<element name="MaxCompanyManagers" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="CurrentCompanyManagers" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="MaxCompanyManagersWithAudit" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="CurrentCompanyManagersWithAudit" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="MaxCompanies" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="CurrentCompanies" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
currentCompanies |
protected int |
currentCompanyManagers |
protected int |
currentCompanyManagersWithAudit |
protected int |
maxCompanies |
protected int |
maxCompanyManagers |
protected int |
maxCompanyManagersWithAudit |
currentReviewers, currentScanners, maxReviewers, maxScannerserrorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponseCompaniesLicenseData() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentCompanies()
Gets the value of the currentCompanies property.
|
int |
getCurrentCompanyManagers()
Gets the value of the currentCompanyManagers property.
|
int |
getCurrentCompanyManagersWithAudit()
Gets the value of the currentCompanyManagersWithAudit property.
|
int |
getMaxCompanies()
Gets the value of the maxCompanies property.
|
int |
getMaxCompanyManagers()
Gets the value of the maxCompanyManagers property.
|
int |
getMaxCompanyManagersWithAudit()
Gets the value of the maxCompanyManagersWithAudit property.
|
void |
setCurrentCompanies(int value)
Sets the value of the currentCompanies property.
|
void |
setCurrentCompanyManagers(int value)
Sets the value of the currentCompanyManagers property.
|
void |
setCurrentCompanyManagersWithAudit(int value)
Sets the value of the currentCompanyManagersWithAudit property.
|
void |
setMaxCompanies(int value)
Sets the value of the maxCompanies property.
|
void |
setMaxCompanyManagers(int value)
Sets the value of the maxCompanyManagers property.
|
void |
setMaxCompanyManagersWithAudit(int value)
Sets the value of the maxCompanyManagersWithAudit property.
|
getCurrentReviewers, getCurrentScanners, getMaxReviewers, getMaxScanners, setCurrentReviewers, setCurrentScanners, setMaxReviewers, setMaxScannersgetErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected int maxCompanyManagers
protected int currentCompanyManagers
protected int maxCompanyManagersWithAudit
protected int currentCompanyManagersWithAudit
protected int maxCompanies
protected int currentCompanies
public int getMaxCompanyManagers()
public void setMaxCompanyManagers(int value)
public int getCurrentCompanyManagers()
public void setCurrentCompanyManagers(int value)
public int getMaxCompanyManagersWithAudit()
public void setMaxCompanyManagersWithAudit(int value)
public int getCurrentCompanyManagersWithAudit()
public void setCurrentCompanyManagersWithAudit(int value)
public int getMaxCompanies()
public void setMaxCompanies(int value)
public int getCurrentCompanies()
public void setCurrentCompanies(int value)
Copyright © 2020. All rights reserved.