public static class Vulnerabilities.Vulnerability.Finding.DataFlowElement 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="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>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
columnNumber |
protected BigInteger |
lineNumber |
protected String |
lineText |
protected BigInteger |
sequence |
protected String |
sourceFileName |
| Constructor and Description |
|---|
DataFlowElement() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getColumnNumber()
Gets the value of the columnNumber property.
|
BigInteger |
getLineNumber()
Gets the value of the lineNumber property.
|
String |
getLineText()
Gets the value of the lineText property.
|
BigInteger |
getSequence()
Gets the value of the sequence property.
|
String |
getSourceFileName()
Gets the value of the sourceFileName property.
|
void |
setColumnNumber(BigInteger value)
Sets the value of the columnNumber property.
|
void |
setLineNumber(BigInteger value)
Sets the value of the lineNumber property.
|
void |
setLineText(String value)
Sets the value of the lineText property.
|
void |
setSequence(BigInteger value)
Sets the value of the sequence property.
|
void |
setSourceFileName(String value)
Sets the value of the sourceFileName property.
|
protected String lineText
protected String sourceFileName
protected BigInteger lineNumber
protected BigInteger columnNumber
protected BigInteger sequence
public String getLineText()
Stringpublic void setLineText(String value)
value - allowed object is
Stringpublic String getSourceFileName()
Stringpublic void setSourceFileName(String value)
value - allowed object is
Stringpublic BigInteger getLineNumber()
BigIntegerpublic void setLineNumber(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getColumnNumber()
BigIntegerpublic void setColumnNumber(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getSequence()
BigIntegerpublic void setSequence(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.