|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gedcomx.atom.CommonAttributes
org.gedcomx.atom.Category
public final class Category
conveys information about a category associated with an entry or feed.
| Constructor Summary | |
|---|---|
Category()
|
|
| Method Summary | |
|---|---|
String |
getLabel()
a human-readable label for display in end-user applications |
URI |
getScheme()
identifies a categorization scheme |
String |
getTerm()
identifies the category to which the entry or feed belongs |
void |
setLabel(String label)
a human-readable label for display in end-user applications |
void |
setScheme(URI scheme)
identifies a categorization scheme |
void |
setTerm(String term)
identifies the category to which the entry or feed belongs |
| Methods inherited from class org.gedcomx.atom.CommonAttributes |
|---|
getBase, getLang, setBase, setLang |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Category()
| Method Detail |
|---|
public String getTerm()
public void setTerm(String term)
term - identifies the category to which the entry or feed belongspublic URI getScheme()
public void setScheme(URI scheme)
scheme - identifies a categorization schemepublic String getLabel()
public void setLabel(String label)
label - a human-readable label for display in end-user applications
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||