public class ScanRiskLevel extends Object
Java class for ScanRiskLevel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScanRiskLevel">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Quantity" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Severity" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
quantity |
protected int |
severity |
| Constructor and Description |
|---|
ScanRiskLevel() |
| Modifier and Type | Method and Description |
|---|---|
int |
getQuantity()
Gets the value of the quantity property.
|
int |
getSeverity()
Gets the value of the severity property.
|
void |
setQuantity(int value)
Sets the value of the quantity property.
|
void |
setSeverity(int value)
Sets the value of the severity property.
|
public int getQuantity()
public void setQuantity(int value)
public int getSeverity()
public void setSeverity(int value)
Copyright © 2020. All rights reserved.