Class NonStandardLicense

java.lang.Object
org.spdx.maven.NonStandardLicense

public class NonStandardLicense extends Object
Non-standard license (e.g. license which is not in the SPDX standard license list http://spdx.org/licenses)
Author:
Gary O'Neall
  • Constructor Details

    • NonStandardLicense

      public NonStandardLicense()
      Create a default, non standard license
  • Method Details

    • getLicenseId

      public String getLicenseId()
      Returns:
      the licenseId
    • getExtractedText

      public String getExtractedText()
      Returns:
      the extractedText
    • getName

      public String getName()
      Returns:
      the name
    • getComment

      public String getComment()
      Returns:
      the comment
    • getCrossReference

      public String[] getCrossReference()
      Returns:
      the crossReference
    • setComment

      public void setComment(String comment)
    • setCrossReference

      public void setCrossReference(URL[] crossRefs)
    • setExtractedText

      public void setExtractedText(String extractedText)
    • setLicenseId

      public void setLicenseId(String licenseId)
    • setName

      public void setName(String name)