public class Occurrence extends ExtensibleElement
Constructor and Description |
---|
Occurrence() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getAdditionalContext() |
String |
getBomRef() |
Integer |
getLine() |
String |
getLocation() |
Integer |
getOffset() |
String |
getSymbol() |
int |
hashCode() |
void |
setAdditionalContext(String additionalContext) |
void |
setBomRef(String bomRef) |
void |
setLine(Integer line) |
void |
setLocation(String location) |
void |
setOffset(Integer offset) |
void |
setSymbol(String symbol) |
add, addExtensibleType, getExtensibleTypes, getExtensions, setExtensibleTypes, setExtensions
public String getBomRef()
public void setBomRef(String bomRef)
public String getLocation()
public void setLocation(String location)
public Integer getLine()
public void setLine(Integer line)
public Integer getOffset()
public void setOffset(Integer offset)
public String getSymbol()
public void setSymbol(String symbol)
public String getAdditionalContext()
public void setAdditionalContext(String additionalContext)
Copyright © 2017–2025 OWASP Foundation. All rights reserved.