public class Vulnerabilities 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="Vulnerability" maxOccurs="unbounded" minOccurs="0">
<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>
</element>
</sequence>
<attribute name="SpecVersion" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ExportTimestamp" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Vulnerabilities.Vulnerability
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
exportTimestamp |
protected String |
specVersion |
protected List<Vulnerabilities.Vulnerability> |
vulnerability |
| Constructor and Description |
|---|
Vulnerabilities() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExportTimestamp()
Gets the value of the exportTimestamp property.
|
String |
getSpecVersion()
Gets the value of the specVersion property.
|
List<Vulnerabilities.Vulnerability> |
getVulnerability()
Gets the value of the vulnerability property.
|
void |
setExportTimestamp(String value)
Sets the value of the exportTimestamp property.
|
void |
setSpecVersion(String value)
Sets the value of the specVersion property.
|
protected List<Vulnerabilities.Vulnerability> vulnerability
protected String specVersion
protected String exportTimestamp
public List<Vulnerabilities.Vulnerability> getVulnerability()
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 vulnerability property.
For example, to add a new item, do as follows:
getVulnerability().add(newItem);
Objects of the following type(s) are allowed in the list
Vulnerabilities.Vulnerability
public String getSpecVersion()
Stringpublic void setSpecVersion(String value)
value - allowed object is
Stringpublic String getExportTimestamp()
StringCopyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.