com.colorful.atom
Class Contributor

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

public class Contributor
extends java.lang.Object

This class represents an Atom 1.0 Contributor element.

Author:
Bill Brown
      atomContributor = element atom:contributor { 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()