public class Category extends Object
Provide an indication of the content of a feed or item.
Used in iTunes and Media namespaces.
| Constructor and Description |
|---|
Category() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getLabel()
Human readable label that can be displayed in end user applications.
|
String |
getName()
The actual category.
|
String |
getScheme()
The URI that identifies the categorization scheme.
|
String |
getSubcategory()
A subcategory.
|
int |
hashCode() |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setScheme(String scheme) |
void |
setSubcategory(String subcategory) |
String |
toString() |
public String getName()
The actual category.
Required in iTunes namespace specification.
String or nullpublic void setName(String name)
public String getSubcategory()
A subcategory.
Optional in iTunes namespace specification.
String or nullpublic void setSubcategory(String subcategory)
public String getScheme()
The URI that identifies the categorization scheme.
Optional in Media RSS namespaces specification.
String or nullpublic void setScheme(String scheme)
public String getLabel()
Human readable label that can be displayed in end user applications.
Optional in Media RSS namespaces specification.
String or nullpublic void setLabel(String label)
Copyright © 2018. All rights reserved.