com.colorful.atom
Class Email

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

public class Email
extends java.lang.Object

This class represents an Atom 1.0 Contributor element.

Author:
Bill Brown
      "atom:email" element's content conveys an e-mail address associated with the person. 
      Person constructs MAY contain an atom:email element, but MUST NOT contain more than one. 
      Its content MUST conform to the "addr-spec" production in [RFC2822].
  
See Also:
Atom Syndication Format

Method Summary
 java.lang.String getText()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getText

public java.lang.String getText()
Returns:
the email text.