com.colorful.atom
Class Author

java.lang.Object
  extended by com.colorful.atom.Author

public class Author
extends java.lang.Object

This class represents an Atom 1.0 author.

Author:
Bill Brown
      atomAuthor = element atom:author { atomPersonConstruct }
  
See Also:
Atom Syndication Format

Method Summary
 java.util.List<Attribute> getAttributes()
           
 Email getEmail()
           
 java.util.List<Extension> getExtensions()
           
 Name getName()
           
 URI getUri()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public Name getName()

getUri

public URI getUri()

getEmail

public Email getEmail()

getAttributes

public java.util.List<Attribute> getAttributes()

getExtensions

public java.util.List<Extension> getExtensions()