Package org.spdx.html
Class ExternalRefContext
java.lang.Object
org.spdx.html.ExternalRefContext
public class ExternalRefContext extends Object
- Author:
- Gary O'Neall
-
Constructor Summary
Constructors Constructor Description ExternalRefContext(ExternalRef externalRef) -
Method Summary
Modifier and Type Method Description StringgetCategory()StringgetLocator()StringgetType()voidsetCategory(String category)voidsetLocator(String locator)voidsetType(String type)
-
Constructor Details
-
Method Details
-
getCategory
- Returns:
- the category
-
setCategory
- Parameters:
category- the category to set
-
getType
- Returns:
- the type
-
setType
- Parameters:
type- the type to set
-
getLocator
- Returns:
- the locator
-
setLocator
- Parameters:
locator- the locator to set
-