public static class Vulnerabilities.Vulnerability extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Finding" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FindingDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LongDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AttackString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ScannerDetail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ScannerRecommendation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SurfaceLocation" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="url" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="parameter" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="DataFlowElement" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LineText" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="SourceFileName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="LineNumber" type="{}PositiveNumber" />
<attribute name="ColumnNumber" type="{}PositiveNumber" />
<attribute name="Sequence" type="{}PositiveNumber" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="Dependency" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ComponentName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ComponentFilePath" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="CVE" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="RefLink" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Source" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="NativeID" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Scanner" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Severity" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="IdentifiedTimestamp" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="IssueID" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="CWE" type="{}CWE" />
<attribute name="Severity" type="{}Severities" />
<attribute name="Application" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Vulnerabilities.Vulnerability.Finding
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
application |
protected Integer |
cwe |
protected String |
description |
protected List<Vulnerabilities.Vulnerability.Finding> |
finding |
protected String |
issueID |
protected Severities |
severity |
| Constructor and Description |
|---|
Vulnerability() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplication()
Gets the value of the application property.
|
Integer |
getCWE()
Gets the value of the cwe property.
|
String |
getDescription()
Gets the value of the description property.
|
List<Vulnerabilities.Vulnerability.Finding> |
getFinding()
Gets the value of the finding property.
|
String |
getIssueID()
Gets the value of the issueID property.
|
Severities |
getSeverity()
Gets the value of the severity property.
|
void |
setApplication(String value)
Sets the value of the application property.
|
void |
setCWE(Integer value)
Sets the value of the cwe property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setIssueID(String value)
Sets the value of the issueID property.
|
void |
setSeverity(Severities value)
Sets the value of the severity property.
|
protected String description
protected List<Vulnerabilities.Vulnerability.Finding> finding
protected String issueID
protected Integer cwe
protected Severities severity
protected String application
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic List<Vulnerabilities.Vulnerability.Finding> getFinding()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the finding property.
For example, to add a new item, do as follows:
getFinding().add(newItem);
Objects of the following type(s) are allowed in the list
Vulnerabilities.Vulnerability.Finding
public String getIssueID()
Stringpublic void setIssueID(String value)
value - allowed object is
Stringpublic Integer getCWE()
Integerpublic void setCWE(Integer value)
value - allowed object is
Integerpublic Severities getSeverity()
Severitiespublic void setSeverity(Severities value)
value - allowed object is
Severitiespublic String getApplication()
StringCopyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.