com.colorful.atom
Class Rights

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

public class Rights
extends java.lang.Object

This class represents an Atom 1.0 rights element.

Author:
Bill Brown
                atomRights = element atom:rights { atomTextConstruct }
        
See Also:
Atom Syndication Format

Method Summary
 java.util.List<Attribute> getAttributes()
           
 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 text content for this element.

getAttributes

public java.util.List<Attribute> getAttributes()
Returns:
the attributes for this element.