Uses of Class
org.apache.wink.common.model.atom.AtomPerson

Packages that use AtomPerson
org.apache.wink.common.model.atom Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of AtomPerson in org.apache.wink.common.model.atom
 

Fields in org.apache.wink.common.model.atom with type parameters of type AtomPerson
protected  List<AtomPerson> AtomFeed.author
           
protected  List<AtomPerson> AtomEntry.author
           
protected  List<AtomPerson> AtomFeed.contributor
           
protected  List<AtomPerson> AtomEntry.contributor
           
 

Methods in org.apache.wink.common.model.atom that return AtomPerson
 AtomPerson ObjectFactory.createAtomPerson()
          Create an instance of AtomPerson
 

Methods in org.apache.wink.common.model.atom that return types with arguments of type AtomPerson
 List<AtomPerson> AtomFeed.getAuthors()
          Gets the value of author.
 List<AtomPerson> AtomEntry.getAuthors()
          Gets the value of author.
 List<AtomPerson> AtomFeed.getContributors()
          Gets the value of contributor.
 List<AtomPerson> AtomEntry.getContributors()
          Gets the value of contributor.
 



Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.