public class CategoriesImpl extends Object implements Categories
| Constructor and Description |
|---|
CategoriesImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<Category> |
getCategoryList() |
Fixed |
getFixed() |
String |
getHref() |
String |
getScheme() |
CategoriesImpl |
setCategoryList(List<Category> categoryList) |
CategoriesImpl |
setFixed(Fixed fixed) |
CategoriesImpl |
setHref(String href) |
CategoriesImpl |
setScheme(String scheme) |
public String getHref()
getHref in interface Categoriespublic Fixed getFixed()
getFixed in interface Categoriespublic String getScheme()
getScheme in interface Categoriespublic List<Category> getCategoryList()
getCategoryList in interface Categoriespublic CategoriesImpl setHref(String href)
public CategoriesImpl setFixed(Fixed fixed)
public CategoriesImpl setScheme(String scheme)
public CategoriesImpl setCategoryList(List<Category> categoryList)
Copyright © 2013-2023 The Apache Software Foundation. All Rights Reserved.