com.colorful.atom
Class Icon

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

public class Icon
extends java.lang.Object

This class represents an Atom 1.0 icon element.

Author:
Bill Brown
      atomIcon = element atom:icon {
          atomCommonAttributes,
          (atomUri)
          }
  
See Also:
Atom Syndication Format

Method Summary
 java.lang.String getAtomUri()
           
 java.util.List<Attribute> getAttributes()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAtomUri

public java.lang.String getAtomUri()
Returns:
the unique identifier for this document.

getAttributes

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