public static class Vulnerabilities.Vulnerability.Finding.Dependency 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="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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
componentFilePath |
protected String |
componentName |
protected String |
cve |
protected String |
description |
protected String |
refLink |
protected String |
source |
| Constructor and Description |
|---|
Dependency() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentFilePath()
Gets the value of the componentFilePath property.
|
String |
getComponentName()
Gets the value of the componentName property.
|
String |
getCVE()
Gets the value of the cve property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getRefLink()
Gets the value of the refLink property.
|
String |
getSource()
Gets the value of the source property.
|
void |
setComponentFilePath(String value)
Sets the value of the componentFilePath property.
|
void |
setComponentName(String value)
Sets the value of the componentName property.
|
void |
setCVE(String value)
Sets the value of the cve property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setRefLink(String value)
Sets the value of the refLink property.
|
void |
setSource(String value)
Sets the value of the source property.
|
protected String componentName
protected String componentFilePath
protected String description
protected String cve
protected String refLink
protected String source
public String getComponentName()
Stringpublic void setComponentName(String value)
value - allowed object is
Stringpublic String getComponentFilePath()
Stringpublic void setComponentFilePath(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getCVE()
Stringpublic void setCVE(String value)
value - allowed object is
Stringpublic String getRefLink()
Stringpublic void setRefLink(String value)
value - allowed object is
Stringpublic String getSource()
StringCopyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.