Uses of Class
org.gedcomx.atom.Person
-
Packages that use Person Package Description org.gedcomx.atom The atom model supplies the definitions needed to support the atom syndication format.org.gedcomx.atom.rt -
-
Uses of Person in org.gedcomx.atom
Methods in org.gedcomx.atom that return types with arguments of type Person Modifier and Type Method 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 entryList<Person>Feed. getContributors()information about a category associated with the feedMethod parameters in org.gedcomx.atom with type arguments of type Person Modifier and Type Method Description voidEntry. setAuthors(List<Person> authors)The author of the entry.voidFeed. setAuthors(List<Person> authors)The author of the feed.voidEntry. setContributors(List<Person> contributors)information about a category associated with the entryvoidFeed. setContributors(List<Person> contributors)information about a category associated with the feed -
Uses of Person in org.gedcomx.atom.rt
Methods in org.gedcomx.atom.rt with parameters of type Person Modifier and Type Method Description voidAtomModelVisitor. visitAtomPerson(Person author)voidAtomModelVisitorBase. visitAtomPerson(Person author)
-