Class ExternalDocumentRef

java.lang.Object
org.spdx.rdfparser.model.RdfModelObject
org.spdx.rdfparser.model.ExternalDocumentRef
All Implemented Interfaces:
Cloneable, Comparable<ExternalDocumentRef>, IRdfModel

public class ExternalDocumentRef
extends RdfModelObject
implements Comparable<ExternalDocumentRef>
Information about an external SPDX document reference including the checksum. This allows for verification of the external references. Since an SPDX document must be in its own container, there are a few special considerations for this class: - model, node, and resource are associated with the document making an external reference, it does not include the actual document being referenced - This class can be used with only the URI for the external document being provided. It does not require the entire document to be passed in. The spdxDocument itself is optional.
Author:
Gary O'Neall