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  java.util.List<AtomPerson> AtomFeed.author
           
protected  java.util.List<AtomPerson> AtomEntry.author
           
protected  java.util.List<AtomPerson> AtomFeed.contributor
           
protected  java.util.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
 java.util.List<AtomPerson> AtomFeed.getAuthors()
          Gets the value of author.
 java.util.List<AtomPerson> AtomEntry.getAuthors()
          Gets the value of author.
 java.util.List<AtomPerson> AtomFeed.getContributors()
          Gets the value of contributor.
 java.util.List<AtomPerson> AtomEntry.getContributors()
          Gets the value of contributor.
 



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