public class CxWSResponseUsersLicenseData extends CxWSBasicRepsonse
Java class for CxWSResponseUsersLicenseData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponseUsersLicenseData">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="MaxReviewers" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="CurrentReviewers" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="MaxScanners" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="CurrentScanners" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
currentReviewers |
protected int |
currentScanners |
protected int |
maxReviewers |
protected int |
maxScanners |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponseUsersLicenseData() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentReviewers()
Gets the value of the currentReviewers property.
|
int |
getCurrentScanners()
Gets the value of the currentScanners property.
|
int |
getMaxReviewers()
Gets the value of the maxReviewers property.
|
int |
getMaxScanners()
Gets the value of the maxScanners property.
|
void |
setCurrentReviewers(int value)
Sets the value of the currentReviewers property.
|
void |
setCurrentScanners(int value)
Sets the value of the currentScanners property.
|
void |
setMaxReviewers(int value)
Sets the value of the maxReviewers property.
|
void |
setMaxScanners(int value)
Sets the value of the maxScanners property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected int maxReviewers
protected int currentReviewers
protected int maxScanners
protected int currentScanners
public int getMaxReviewers()
public void setMaxReviewers(int value)
public int getCurrentReviewers()
public void setCurrentReviewers(int value)
public int getMaxScanners()
public void setMaxScanners(int value)
public int getCurrentScanners()
public void setCurrentScanners(int value)
Copyright © 2020. All rights reserved.