public class Vulerability extends Object
Java class for Vulerability complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Vulerability">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Severity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Count" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
count |
protected String |
name |
protected String |
severity |
| Constructor and Description |
|---|
Vulerability() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount()
Gets the value of the count property.
|
String |
getName()
Gets the value of the name property.
|
String |
getSeverity()
Gets the value of the severity property.
|
void |
setCount(long value)
Sets the value of the count property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSeverity(String value)
Sets the value of the severity property.
|
protected String name
protected String severity
protected long count
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getSeverity()
Stringpublic void setSeverity(String value)
value - allowed object is
Stringpublic long getCount()
public void setCount(long value)
Copyright © 2020. All rights reserved.