| Package | Description |
|---|---|
| org.gedcomx.atom |
The atom model supplies the definitions needed to support the atom syndication format.
|
| org.gedcomx.atom.rt |
| Modifier and Type | Method and Description |
|---|---|
List<Person> |
Entry.getAuthors()
The author of the entry.
|
List<Person> |
Feed.getAuthors()
The author of the feed.
|
List<Person> |
Entry.getContributors()
information about a category associated with the entry
|
List<Person> |
Feed.getContributors()
information about a category associated with the feed
|
| Modifier and Type | Method and Description |
|---|---|
void |
Entry.setAuthors(List<Person> authors)
The author of the entry.
|
void |
Feed.setAuthors(List<Person> authors)
The author of the feed.
|
void |
Entry.setContributors(List<Person> contributors)
information about a category associated with the entry
|
void |
Feed.setContributors(List<Person> contributors)
information about a category associated with the feed
|
| Modifier and Type | Method and Description |
|---|---|
void |
AtomModelVisitorBase.visitAtomPerson(Person author) |
void |
AtomModelVisitor.visitAtomPerson(Person author) |
Copyright © 2017. All rights reserved.