Package org.spdx.storage.listedlicense
Class ExceptionJsonTOC.ExceptionJson
- java.lang.Object
-
- org.spdx.storage.listedlicense.ExceptionJsonTOC.ExceptionJson
-
- Enclosing class:
- ExceptionJsonTOC
public static class ExceptionJsonTOC.ExceptionJson extends Object
-
-
Constructor Summary
Constructors Constructor Description ExceptionJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDetailsUrl()
String
getLicenseExceptionId()
String
getName()
String
getReference()
int
getReferenceNumber()
List<String>
getSeeAlso()
boolean
isDeprecatedLicenseId()
void
setDeprecatedLicenseId(boolean isDeprecatedLicenseId)
void
setDetailsUrl(String detailsUrl)
void
setLicenseExceptionId(String licenseExceptionId)
void
setName(String name)
void
setReference(String reference)
void
setReferenceNumber(int referenceNumber)
void
setSeeAlso(List<String> seeAlso)
-
-
-
Method Detail
-
getLicenseExceptionId
public String getLicenseExceptionId()
- Returns:
- the licenseExceptionId
-
getReference
public String getReference()
- Returns:
- the reference
-
isDeprecatedLicenseId
public boolean isDeprecatedLicenseId()
- Returns:
- the isDeprecatedLicenseId
-
getDetailsUrl
public String getDetailsUrl()
- Returns:
- the detailsUrl
-
getReferenceNumber
public int getReferenceNumber()
- Returns:
- the referenceNumber
-
getName
public String getName()
- Returns:
- the name
-
setReference
public void setReference(String reference)
- Parameters:
reference
- the reference to set
-
setDeprecatedLicenseId
public void setDeprecatedLicenseId(boolean isDeprecatedLicenseId)
- Parameters:
isDeprecatedLicenseId
- the isDeprecatedLicenseId to set
-
setDetailsUrl
public void setDetailsUrl(String detailsUrl)
- Parameters:
detailsUrl
- the detailsUrl to set
-
setReferenceNumber
public void setReferenceNumber(int referenceNumber)
- Parameters:
referenceNumber
- the referenceNumber to set
-
setName
public void setName(String name)
- Parameters:
name
- the name to set
-
setLicenseExceptionId
public void setLicenseExceptionId(String licenseExceptionId)
- Parameters:
licenseExceptionId
- the licenseExceptionId to set
-
-