public class AppCategories extends AppCommonAttributes
| Modifier and Type | Field and Description |
|---|---|
protected List<Category> |
category |
protected Boolean |
fixed |
protected String |
href |
protected String |
scheme |
| Constructor and Description |
|---|
AppCategories() |
AppCategories(List<Category> category,
Boolean fixed,
String scheme,
String href) |
| Modifier and Type | Method and Description |
|---|---|
List<Category> |
getCategory()
Gets the value of the category property.
|
String |
getHref()
Gets the value of the href property.
|
String |
getScheme()
Gets the value of the scheme property.
|
Boolean |
isFixed()
Gets the value of the fixed property.
|
void |
setFixed(Boolean value)
Sets the value of the fixed property.
|
void |
setHref(String value)
Sets the value of the href property.
|
void |
setScheme(String value)
Sets the value of the scheme property.
|
getBase, getLang, getOtherAttributes, getSpace, setBase, setLang, setSpaceprotected Boolean fixed
protected String scheme
protected String href
public List<Category> getCategory()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the category property.
For example, to add a new item, do as follows:
getCategory().add(newItem);
Objects of the following type(s) are allowed in the list
Category
public Boolean isFixed()
Booleanpublic void setFixed(Boolean value)
value - allowed object is
Booleanpublic String getScheme()
Stringpublic void setScheme(String value)
value - allowed object is Stringpublic String getHref()
StringCopyright © 2018 JBoss by Red Hat. All rights reserved.