public class CategoriesImpl extends Object implements Categories
| Constructor and Description |
|---|
CategoriesImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<Category> |
getCategoryList()
Get the list of categories
|
Fixed |
getFixed()
Get the attribute fixed that indicates whether the list of categories is a fixed or an open set
|
String |
getHref()
Get the IRI reference identifying a Category Document
|
String |
getScheme()
Get the scheme
|
CategoriesImpl |
setCategoryList(List<Category> categoryList) |
CategoriesImpl |
setFixed(Fixed fixed) |
CategoriesImpl |
setHref(String href) |
CategoriesImpl |
setScheme(String scheme) |
public String getHref()
CategoriesgetHref in interface Categoriespublic Fixed getFixed()
CategoriesgetFixed in interface CategoriesFixedpublic String getScheme()
CategoriesgetScheme in interface Categoriespublic List<Category> getCategoryList()
CategoriesgetCategoryList in interface CategoriesCategorypublic CategoriesImpl setHref(String href)
public CategoriesImpl setFixed(Fixed fixed)
public CategoriesImpl setScheme(String scheme)
public CategoriesImpl setCategoryList(List<Category> categoryList)
Copyright © 2020. All rights reserved.