|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FeedOrEntry
Union of the Feed and Entry class. Simplifies writing the ontology.
| Method Summary | |
|---|---|
Set<Person> |
getAwolAuthors()
See §4.2.1 rfc 4287 spec. |
Set<Category> |
getAwolCategories()
See §4.2.2. |
Set<Person> |
getAwolContributors()
See §4.2.3 of rfc 4287 spec. |
Set<Person> |
getAwolEmails()
see §3.2.3 of rfc 4287. |
Set<Link> |
getAwolLinks()
See §4.2.7 of rfc 4287 spec. |
TextContent |
getAwolRights()
See §4.2.10 of rfc 4287 spec. |
void |
setAwolAuthors(Set<Person> value)
See §4.2.1 rfc 4287 spec. |
void |
setAwolCategories(Set<Category> value)
See §4.2.2. |
void |
setAwolContributors(Set<Person> value)
See §4.2.3 of rfc 4287 spec. |
void |
setAwolEmails(Set<Person> value)
see §3.2.3 of rfc 4287. |
void |
setAwolLinks(Set<Link> value)
See §4.2.7 of rfc 4287 spec. |
void |
setAwolRights(TextContent value)
See §4.2.10 of rfc 4287 spec. |
| Methods inherited from interface org.openrdf.concepts.awol.FeedOrEntryOrLink |
|---|
getAwolTitle, setAwolTitle |
| Method Detail |
|---|
Set<Person> getAwolAuthors()
void setAwolAuthors(Set<Person> value)
Set<Category> getAwolCategories()
void setAwolCategories(Set<Category> value)
Set<Person> getAwolContributors()
void setAwolContributors(Set<Person> value)
Set<Person> getAwolEmails()
void setAwolEmails(Set<Person> value)
Set<Link> getAwolLinks()
void setAwolLinks(Set<Link> value)
TextContent getAwolRights()
void setAwolRights(TextContent value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||