Uses of Class
org.gedcomx.atom.Person

Packages that use Person
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
 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
 

Method parameters in org.gedcomx.atom with type arguments of type Person
 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
 

Uses of Person in org.gedcomx.atom.rt
 

Methods in org.gedcomx.atom.rt with parameters of type Person
 void AtomModelVisitor.visitAtomPerson(Person author)
           
 void AtomModelVisitorBase.visitAtomPerson(Person author)
           
 



Copyright © 2016. All rights reserved.