public class CxWSResponseScanCompareSummary extends CxWSBasicRepsonse
Java class for CxWSResponseScanCompareSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponseScanCompareSummary">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="Total" type="{http://Checkmarx.com}CxWsScanCompareCount" minOccurs="0"/>
<element name="High" type="{http://Checkmarx.com}CxWsScanCompareCount" minOccurs="0"/>
<element name="Medium" type="{http://Checkmarx.com}CxWsScanCompareCount" minOccurs="0"/>
<element name="Low" type="{http://Checkmarx.com}CxWsScanCompareCount" minOccurs="0"/>
<element name="Info" type="{http://Checkmarx.com}CxWsScanCompareCount" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWsScanCompareCount |
high |
protected CxWsScanCompareCount |
info |
protected CxWsScanCompareCount |
low |
protected CxWsScanCompareCount |
medium |
protected CxWsScanCompareCount |
total |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponseScanCompareSummary() |
| Modifier and Type | Method and Description |
|---|---|
CxWsScanCompareCount |
getHigh()
Gets the value of the high property.
|
CxWsScanCompareCount |
getInfo()
Gets the value of the info property.
|
CxWsScanCompareCount |
getLow()
Gets the value of the low property.
|
CxWsScanCompareCount |
getMedium()
Gets the value of the medium property.
|
CxWsScanCompareCount |
getTotal()
Gets the value of the total property.
|
void |
setHigh(CxWsScanCompareCount value)
Sets the value of the high property.
|
void |
setInfo(CxWsScanCompareCount value)
Sets the value of the info property.
|
void |
setLow(CxWsScanCompareCount value)
Sets the value of the low property.
|
void |
setMedium(CxWsScanCompareCount value)
Sets the value of the medium property.
|
void |
setTotal(CxWsScanCompareCount value)
Sets the value of the total property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected CxWsScanCompareCount total
protected CxWsScanCompareCount high
protected CxWsScanCompareCount medium
protected CxWsScanCompareCount low
protected CxWsScanCompareCount info
public CxWsScanCompareCount getTotal()
CxWsScanCompareCountpublic void setTotal(CxWsScanCompareCount value)
value - allowed object is
CxWsScanCompareCountpublic CxWsScanCompareCount getHigh()
CxWsScanCompareCountpublic void setHigh(CxWsScanCompareCount value)
value - allowed object is
CxWsScanCompareCountpublic CxWsScanCompareCount getMedium()
CxWsScanCompareCountpublic void setMedium(CxWsScanCompareCount value)
value - allowed object is
CxWsScanCompareCountpublic CxWsScanCompareCount getLow()
CxWsScanCompareCountpublic void setLow(CxWsScanCompareCount value)
value - allowed object is
CxWsScanCompareCountpublic CxWsScanCompareCount getInfo()
CxWsScanCompareCountpublic void setInfo(CxWsScanCompareCount value)
value - allowed object is
CxWsScanCompareCountCopyright © 2020. All rights reserved.