Package org.spdx.maven
Class NonStandardLicense
java.lang.Object
org.spdx.maven.NonStandardLicense
Non-standard license (e.g. license which is not in the SPDX standard license list http://spdx.org/licenses)
- Author:
- Gary O'Neall
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
getName()
void
setComment
(String comment) void
setCrossReference
(URL[] crossRefs) void
setExtractedText
(String extractedText) void
setLicenseId
(String licenseId) void
-
Constructor Details
-
NonStandardLicense
public NonStandardLicense()Create a default, non standard license
-
-
Method Details
-
getLicenseId
- Returns:
- the licenseId
-
getExtractedText
- Returns:
- the extractedText
-
getName
- Returns:
- the name
-
getComment
- Returns:
- the comment
-
getCrossReference
- Returns:
- the crossReference
-
setComment
-
setCrossReference
-
setExtractedText
-
setLicenseId
-
setName
-