Class Citation
java.lang.Object
org.cyclonedx.model.ExtensibleElement
org.cyclonedx.model.Citation
A citation indicates which entity supplied information for specific fields within the BOM.
- Since:
- 10.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetNote()inthashCode()voidsetAttributedTo(String attributedTo) voidvoidsetExpressions(List<String> expressions) voidvoidsetPointers(List<String> pointers) voidsetProcess(String process) voidsetSignature(Signature signature) voidsetTimestamp(Date timestamp) Methods inherited from class ExtensibleElement
add, addExtensibleType, getExtensibleTypes, getExtensions, setExtensibleTypes, setExtensions
-
Constructor Details
-
Citation
public Citation()
-
-
Method Details
-
getBomRef
-
setBomRef
-
getPointers
-
setPointers
-
getExpressions
-
setExpressions
-
getTimestamp
-
setTimestamp
-
getAttributedTo
-
setAttributedTo
-
getProcess
-
setProcess
-
getNote
-
setNote
-
getSignature
-
setSignature
-
equals
-
hashCode
-