Class SpdxElement

java.lang.Object
org.spdx.library.model.ModelObject
org.spdx.library.model.SpdxElement
Direct Known Subclasses:
ExternalSpdxElement, GenericSpdxElement, SpdxConstantElement, SpdxDocument, SpdxItem

public abstract class SpdxElement
extends ModelObject
An SpdxElement is any thing described in SPDX, either a document or an SpdxItem. SpdxElements can be related to other SpdxElements. If a subproperty is used for the name property name, getNamePropertyName should be overridden.
Author:
Gary O'Neall