public class ProjectScansResultSummary extends Object
Java class for ProjectScansResultSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProjectScansResultSummary">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="High" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Medium" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Low" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Info" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
high |
protected int |
info |
protected String |
label |
protected int |
low |
protected int |
medium |
| Constructor and Description |
|---|
ProjectScansResultSummary() |
| Modifier and Type | Method and Description |
|---|---|
int |
getHigh()
Gets the value of the high property.
|
int |
getInfo()
Gets the value of the info property.
|
String |
getLabel()
Gets the value of the label property.
|
int |
getLow()
Gets the value of the low property.
|
int |
getMedium()
Gets the value of the medium property.
|
void |
setHigh(int value)
Sets the value of the high property.
|
void |
setInfo(int value)
Sets the value of the info property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setLow(int value)
Sets the value of the low property.
|
void |
setMedium(int value)
Sets the value of the medium property.
|
protected String label
protected int high
protected int medium
protected int low
protected int info
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic int getHigh()
public void setHigh(int value)
public int getMedium()
public void setMedium(int value)
public int getLow()
public void setLow(int value)
public int getInfo()
public void setInfo(int value)
Copyright © 2020. All rights reserved.