public class AppCategories extends AppCommonAttributes
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Category> |
category |
protected java.lang.Boolean |
fixed |
protected java.lang.String |
href |
protected java.lang.String |
scheme |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
AppCategories() |
AppCategories(java.util.List<Category> category,
java.lang.Boolean fixed,
java.lang.String scheme,
java.lang.String href) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Category> |
getCategory()
Gets the value of the category property.
|
java.lang.String |
getHref()
Gets the value of the href property.
|
java.lang.String |
getScheme()
Gets the value of the scheme property.
|
java.lang.Boolean |
isFixed()
Gets the value of the fixed property.
|
void |
setFixed(java.lang.Boolean value)
Sets the value of the fixed property.
|
void |
setHref(java.lang.String value)
Sets the value of the href property.
|
void |
setScheme(java.lang.String value)
Sets the value of the scheme property.
|
getBase, getLang, getOtherAttributes, getSpace, setBase, setLang, setSpaceprivate static final long serialVersionUID
protected java.util.List<Category> category
protected java.lang.Boolean fixed
protected java.lang.String scheme
protected java.lang.String href
public AppCategories()
public AppCategories(java.util.List<Category> category, java.lang.Boolean fixed, java.lang.String scheme, java.lang.String href)
public java.util.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
AppCategoryType
public java.lang.Boolean isFixed()
Booleanpublic void setFixed(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getScheme()
Stringpublic void setScheme(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getHref()
Stringpublic void setHref(java.lang.String value)
value - allowed object is String