com.colorful.atom
Class Id

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

public class Id
extends java.lang.Object

This class represents an Atom 1.0 id element.

Author:
Bill Brown
             atomId = element atom:id {
                   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.